Bitcoin Forum
March 19, 2024, 03:12:14 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 »  All
  Print  
Author Topic: goxgui - a Graphical Bitcoin Trading Tool for MtGox  (Read 29575 times)
sebastopol (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0



View Profile WWW
April 14, 2013, 08:02:44 PM
 #21

Thank you!
1710817934
Hero Member
*
Offline Offline

Posts: 1710817934

View Profile Personal Message (Offline)

Ignore
1710817934
Reply with quote  #2

1710817934
Report to moderator
1710817934
Hero Member
*
Offline Offline

Posts: 1710817934

View Profile Personal Message (Offline)

Ignore
1710817934
Reply with quote  #2

1710817934
Report to moderator
1710817934
Hero Member
*
Offline Offline

Posts: 1710817934

View Profile Personal Message (Offline)

Ignore
1710817934
Reply with quote  #2

1710817934
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
shsmith
Newbie
*
Offline Offline

Activity: 34
Merit: 0



View Profile
April 14, 2013, 11:09:00 PM
 #22

Very nice.  Works very well on Windows 8.  Thanks!
BCB
CTG
VIP
Legendary
*
Offline Offline

Activity: 1078
Merit: 1002


BCJ


View Profile
April 15, 2013, 02:33:03 AM
 #23

getting this error on ubuntu

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

Activity: 182
Merit: 10



View Profile
April 15, 2013, 02:35:09 AM
 #24

getting this error on ubuntu

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

Code:
sudo apt-get install python-qt4*

That should fix it.
BCB
CTG
VIP
Legendary
*
Offline Offline

Activity: 1078
Merit: 1002


BCJ


View Profile
April 15, 2013, 02:48:56 AM
 #25

getting this error on ubuntu

Traceback (most recent call last):
  File "../goxgui/application.py", line 27, in <module>
    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
gweedo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000


View Profile
April 15, 2013, 03:11:06 AM
 #26

Code:
Traceback (most recent call last):
  File "../goxgui/application.py", line 27, in <module>
    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
DarkPunk
Member
**
Offline Offline

Activity: 182
Merit: 10



View Profile
April 15, 2013, 03:17:41 AM
 #27

getting this error on ubuntu

Traceback (most recent call last):
  File "../goxgui/application.py", line 27, in <module>
    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 <module>
    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
DarkPunk
Member
**
Offline Offline

Activity: 182
Merit: 10



View Profile
April 15, 2013, 03:30:31 AM
 #28

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.
BCB
CTG
VIP
Legendary
*
Offline Offline

Activity: 1078
Merit: 1002


BCJ


View Profile
April 15, 2013, 04:53:59 AM
 #29

getting this error on ubuntu

$ ./start.sh
Traceback (most recent call last):
  File "../goxgui/application.py", line 68, in <module>
    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
sebastopol (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0



View Profile WWW
April 15, 2013, 06:12:10 AM
 #30

@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.
sebastopol (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0



View Profile WWW
April 15, 2013, 06:15:24 AM
 #31

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?
jomplox
Member
**
Offline Offline

Activity: 90
Merit: 10



View Profile
April 15, 2013, 06:27:26 AM
 #32

I can't wait to see this app further in development. Great work OP!  Shocked Grin
DarkPunk
Member
**
Offline Offline

Activity: 182
Merit: 10



View Profile
April 15, 2013, 06:27:33 AM
 #33

Are you running a headless ubuntu system?

What is your display manager?
sebastopol (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0



View Profile WWW
April 15, 2013, 08:59:36 AM
 #34

@gweedo great, glad to hear it Smiley
Bitsaurus
Hero Member
*****
Offline Offline

Activity: 873
Merit: 1007



View Profile
April 15, 2013, 09:22:46 AM
 #35

Nice work. Can't wait til you have an Win installer.
mrlithium
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
April 15, 2013, 02:33:34 PM
 #36

Python: http://www.python.org/download/
PyQT: http://www.riverbankcomputing.com/software/pyqt/download
QT: http://qt-project.org/downloads
PyCrypto: http://www.voidspace.org.uk/python/modules.shtml#pycrypto

THANKS!!!
BCB
CTG
VIP
Legendary
*
Offline Offline

Activity: 1078
Merit: 1002


BCJ


View Profile
April 15, 2013, 02:34:52 PM
 #37

Are you running a headless ubuntu system?

What is your display manager?

How do I check??
prof7bit
Hero Member
*****
Offline Offline

Activity: 938
Merit: 500


https://youengine.io/


View Profile WWW
April 15, 2013, 02:45:27 PM
 #38


On Ubuntu pycrypto is "apt-get install python-crypto"

(they sometimes slightly change names of packages to confuse the users)

mrlithium
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
April 15, 2013, 03:20:59 PM
 #39

To anyone whos on windows, if you rename "application.py" to application.pyw, Python won't launch the blank command prompt window before launching the GUI.
(though you will also have to modify the startup script - i already did anyway.)
mine now looks like this:
@echo off
set PYTHONPATH=%PYTHONPATH%;.\;.\ui
..\application.pyw

Also, the setx command in the format setx PYTHONPATH %PYTHONPATH%;.\;.\ui (or whatever the proper paths are for you, sets the path in the REGISTRY) so you dont have to keep setting it everytime.
nedievas
Newbie
*
Offline Offline

Activity: 41
Merit: 0



View Profile
April 15, 2013, 04:44:24 PM
 #40

You can change the currency listed in the order book by editing goxtool.ini in goxgui/run.  Pity it does not change account currency Wink
Pages: « 1 [2] 3 4 5 6 7 8 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!