The wxWidgets part goes off without a hitch. But when it comes to the wxPython setup.py script, it's a bear. The compiler tells me about all these include files that can't be found. ogl.h, basicp.h, constrnt.h, bmpshape.h, and drawn.h. I configured without --enable-ogl, and ran setup with BUILD_GLCANVAS=0. What's wrong? Thanks.
Scott wrote:
The wxWidgets part goes off without a hitch. But when it comes to the wxPython setup.py script, it's a bear. The compiler tells me about all these include files that can't be found. ogl.h, basicp.h, constrnt.h, bmpshape.h, and drawn.h. I configured without --enable-ogl, and ran setup with BUILD_GLCANVAS=0. What's wrong? Thanks.
You probably didn't build/install the wxWidgets contribs libs that wxPython requires. See step #2 here: http://wxpython.org/builddoc.php
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!