[wxPython-users] wxPython install problem.

Robin Dunn robin at alldunn.com
Thu Nov 2 20:41:44 PST 2006


John Coppens wrote:
> Following the instructions, I tried to 
> 
> 'python setup.py install' and always hit the error below. I can't
> seem to deduce who should generate the wx_gtk2u_media-2.7 library:

It should be done by the configure/build of wxGTK.  If you check the 
output of configure you'll probably see that it didn't find the dev 
files for GStreamer or some other component library and so it disabled 
the compilation of the media classes.

If you come up with a nice way to detect this in wxPython's setup.py and 
react accordingly then please send me a patch.  I'm not sure if I'll 
have time to work on this before the next release.


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





More information about the wxpython-users mailing list