Pages:
Author

Topic: goxgui - a Graphical Bitcoin Trading Tool for MtGox - page 7. (Read 29592 times)

member
Activity: 182
Merit: 10
Are you running a headless ubuntu system?

What is your display manager?
member
Activity: 90
Merit: 10
I can't wait to see this app further in development. Great work OP!  Shocked Grin
newbie
Activity: 38
Merit: 0
IOError: [Errno 13] Permission denied: 'log.txt'

You need the permisstion to write to the application directory because of the log file. As you assumed correctly, sudo should fix this.

$ sudo ./start.sh
application.py: cannot connect to X server

That's strange, do you have a running X server? Permission to use it? $DISPLAY set correctly? Maybe some linux guru could help us out?
newbie
Activity: 38
Merit: 0
@gweedo: try editing start.sh:

change

Code:
python ../goxgui/application.py

to  

Code:
/usr/local/bin/python ../goxgui/application.py

On the mac there is usually more than one python installed, and it's important to use the correct one. I have added OS-specific start scripts to the application.
BCB
vip
Activity: 1078
Merit: 1002
BCJ
getting this error on ubuntu

$ ./start.sh
Traceback (most recent call last):
  File "../goxgui/application.py", line 68, in
    app = Application(sys.argv)
  File "../goxgui/application.py", line 40, in __init__
    self.logfile = open('log.txt', 'w')
IOError: [Errno 13] Permission denied: 'log.txt'


then when I run

$ sudo ./start.sh
application.py: cannot connect to X server
legendary
Activity: 1498
Merit: 1000
Code:
Traceback (most recent call last):
  File "../goxgui/application.py", line 27, in
    from PyQt4.QtGui import QApplication
ImportError: No module named PyQt4.QtGui
% brew install pyqt
Warning: pyqt-4.9.4 already installed

I am getting this error, yet I have pyqt installed clearly shown by the brew install.

Mac OSX 10.8.3

did it install qt while it was at it?

Code:
brew install qt

Yes

Code:
% brew install qt
Warning: qt-4.8.4 already installed
member
Activity: 182
Merit: 10
Yes

Code:
% brew install qt
Warning: qt-4.8.4 already installed

Weird.  I don't use Mac OSX, so I can't test out your issue from here.  Hopefully the OP can get back to you on this one.
member
Activity: 182
Merit: 10
getting this error on ubuntu

Traceback (most recent call last):
  File "../goxgui/application.py", line 27, in
    from PyQt4.QtGui import QApplication
ImportError: No module named PyQt4.QtGui

Code:
sudo apt-get install python-qt4*

That should fix it.

Thx!

now I'm getting

application.py: cannot connect to X server


Thats it? No line or error data?

Code:
Traceback (most recent call last):
  File "../goxgui/application.py", line 27, in
    from PyQt4.QtGui import QApplication
ImportError: No module named PyQt4.QtGui
% brew install pyqt
Warning: pyqt-4.9.4 already installed

I am getting this error, yet I have pyqt installed clearly shown by the brew install.

Mac OSX 10.8.3

did it install qt while it was at it?

Code:
brew install qt
legendary
Activity: 1498
Merit: 1000
Code:
Traceback (most recent call last):
  File "../goxgui/application.py", line 27, in
    from PyQt4.QtGui import QApplication
ImportError: No module named PyQt4.QtGui
% brew install pyqt
Warning: pyqt-4.9.4 already installed

I am getting this error, yet I have pyqt installed clearly shown by the brew install.

Mac OSX 10.8.3
BCB
vip
Activity: 1078
Merit: 1002
BCJ
getting this error on ubuntu

Traceback (most recent call last):
  File "../goxgui/application.py", line 27, in
    from PyQt4.QtGui import QApplication
ImportError: No module named PyQt4.QtGui

Code:
sudo apt-get install python-qt4*

That should fix it.

Thx!

now I'm getting

application.py: cannot connect to X server
member
Activity: 182
Merit: 10
getting this error on ubuntu

Traceback (most recent call last):
  File "../goxgui/application.py", line 27, in
    from PyQt4.QtGui import QApplication
ImportError: No module named PyQt4.QtGui

Code:
sudo apt-get install python-qt4*

That should fix it.
BCB
vip
Activity: 1078
Merit: 1002
BCJ
getting this error on ubuntu

Traceback (most recent call last):
  File "../goxgui/application.py", line 27, in
    from PyQt4.QtGui import QApplication
ImportError: No module named PyQt4.QtGui
newbie
Activity: 34
Merit: 0
Very nice.  Works very well on Windows 8.  Thanks!
newbie
Activity: 38
Merit: 0
Thank you!
legendary
Activity: 1358
Merit: 1002
Topic moved.
 sebastopol, you're whitelisted.
newbie
Activity: 38
Merit: 0
Okay then multi-currency is definitely the top feature on my ToDo-list.
newbie
Activity: 6
Merit: 0
Great tool, unfortunately I prefer EUR too Tongue
newbie
Activity: 38
Merit: 0
Yeah. That would be the first feature request Wink sorry. Currently the tool only supports USD.
newbie
Activity: 41
Merit: 0
how to change currency? I trade in EUR.
I added API key and secret key -> Apply. Then restarted the program. BTC and USD are not active buttons...
newbie
Activity: 13
Merit: 0
great tool, I will give it a try!  Smiley
Pages:
Jump to: