Post
Topic
Board Project Development
Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox
by
lsvpa
on 29/05/2013, 23:32:17 UTC
Quote
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

Quote
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?)