Hmm - not sure. at the top of the code (like line 3/4) there is an "import data.text as data" line. Seems like that is what the error is pointing to. I don't see a file by that name anywhere...is that generated by a make file or something?
got it fixed - weird bug - I just commented that line out and copied it below "import data.text as text" and it worked...not sure what was up there. Thanks though!