
December 7th, 2003, 12:18 AM
|
 |
Contributing User
|
|
Join Date: Aug 2003
Location: Somewhere over the Rainbow
Posts: 128
Time spent in forums: 3 h 54 m 28 sec
Reputation Power: 10
|
|
|
Trouble with wxPython
Hi, I have a problem installing wxPython. When I try with: python setup.py build install the following error shows up error: command 'gcc' failed with exit status 1 .....
contrib/glcanvas/gtk/glcanvas.cpp:937: `WX_GL_MIN_ACCUM_RED' undeclared (first use this function)
contrib/glcanvas/gtk/glcanvas.cpp:938: `WX_GL_MIN_ACCUM_GREEN' undeclared
(first use this function)
contrib/glcanvas/gtk/glcanvas.cpp:939: `WX_GL_MIN_ACCUM_BLUE' undeclared (first use this function)
contrib/glcanvas/gtk/glcanvas.cpp:940: `WX_GL_MIN_ACCUM_ALPHA' undeclared
(first use this function)
What could be the problem. Thanks a lot.
|