Closed GoogleCodeExporter closed 9 years ago
The graph display works fine here on linux and OSX 10.6.8...
Can you run the example from the Terminal and copy the output log? You can try
with the maximum server verbosity:
s = Server()
s.verbosity = 15
s.boot()
Original comment by belan...@gmail.com
on 7 May 2013 at 11:35
Ahah! I figured out what happened...
I recently updated my Homebrew installation of Python to 2.7.4. When I
upgraded, I installed the universal version of Python. My wxPython installation
was also installed via Homebrew, and it was the 32-Bit only Carbon version. So,
Pyo was attempting to import wxPython, but rejected it due to it not being the
correct architecture. Thank you for your help!
Original comment by michael....@gmail.com
on 8 May 2013 at 9:12
Original comment by belan...@gmail.com
on 11 May 2013 at 1:13
Original issue reported on code.google.com by
michael....@gmail.com
on 6 May 2013 at 7:33