Traceback (most recent call last):
File ".../application.py", line 26, in
from market import Market
File ".../goxgui/market.py", line 4, in
import goxapi
ImportError: No module named goxapi
I tried the
git submodule update --recursive
git pull --recurse-submodules
but still returning the same error.
I can run it on my vb but rather have it in linux.
Running python 2.7.3 (or do i need python 3?)