problems with building under linux

after "python setup.py" i get some errors and the build process fails

i have attached the file with errors

err.log (5.42 KB)

···

--
Lawrence Oluyede
l.oluyede@virgilio.it

Lawrence Oluyede wrote:

after "python setup.py" i get some errors and the build process fails

i have attached the file with errors

wxGTK didn't detect and so didn't build support for OpenGL. You can turn it off in setup.py by adding BUILD_GLCANVAS=0 on the command line or editing setup.py and changing it there.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!