<t0m>
hey if anyone has a minute, i'm running into a python syntax error i can hunt down, but I can't load the twitter_wallaroo_app module,i tried just adding in another computation, but i don't know if i need to read the docs or remember more python. https://git.generalassemb.ly/t-0-m-1-3/nltk-wallaroo.git
nisanharamati has joined #wallaroo
<slfritchie>
t0m: I see a spelling error on line 55 but not sure if that would create a python syntax error. What line is Python complaining about?
<nisanharamati>
err. That whole block (lines 33-48) should be indented, and a colon should be added at the end of line 32
<nisanharamati>
@t0m ^
aturley has joined #wallaroo
aturley has quit [Client Quit]
<t0m>
i tracked down all my poor typos (many thanks btw); the python error i'm getting is just that import wallaroo fails with no module named wallaroo
<t0m>
i had word_count running about 30 minutes or so ago
_whitelogger has joined #wallaroo
<nisanharamati>
@t0m did you remember to add wallaroo to the PYTHONPATH? (`export PYTHONPATH="$PYTHONPATH:.:$HOME/wallaroo-tutorial/wallaroo/machida"` in the examples, but path may depend on how/where you set things up)
<t0m>
i added it, but am pretty sure that's going to be where my issue is
<t0m>
i'm hitting the same wall `echo $PYTHONPATH` returns `:/home/wallaroo/wallaroo-tutorial/wallaroo/machida:..:/home/wallaroo/wallaroo-tutorial/wallaroo/machida:.`
<nisanharamati>
is there a `wallaroo.py` file in that path?
<nisanharamati>
in `/home/wallaroo/wallaroo-tutorial/wallaroo/machida`
<t0m>
there is
<nisanharamati>
hmm
<nisanharamati>
I'm having trouble reproducing this error after cloning the project repo