cleemesser / pyo

Automatically exported from code.google.com/p/pyo
GNU General Public License v3.0
0 stars 0 forks source link

FFT->Filter Example no longer displays graph #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run Pyo
2. Open Pyo Examples>FFT>01_fft_filter.py
3. Run the example

What is the expected output? What do you see instead?
In Pyo 0.6.4, a graph was displayed automatically. In Pyo 0.6.5, nothing shows 
up.

What version of the product are you using? On what operating system?
Pyo 0.6.5 on OS X Mountain Lion 10.8.2.

Please provide any additional information below.
I recently updated Pyo. I believe that this was my only environment change 
since the last successful graph display. Other examples seem to display widgets 
properly.

Thanks!

Original issue reported on code.google.com by michael....@gmail.com on 6 May 2013 at 7:33

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by belan...@gmail.com on 11 May 2013 at 1:13