Just an addendum. I found the earlier versions of wxPython on Sourceforge
today, and, using the same instructions, installed correctly.
2.6.3.3. _does_ install a media library, so wxPython sets up happily.
John
···
On Thu, 2 Nov 2006 02:41:23 -0300 John Coppens <john@jcoppens.com> wrote:
'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!
On Thu, 2 Nov 2006 02:41:23 -0300 > John Coppens <john@jcoppens.com> wrote:
I'd appreciate some help...
John
trying to compile/install wxPython 2.7.1.3
Just an addendum. I found the earlier versions of wxPython on Sourceforge
today, and, using the same instructions, installed correctly.
2.6.3.3. _does_ install a media library, so wxPython sets up happily.
The library was built differently by default then, so this particular build bug didn't surface.
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
I've never programmed more than a few lines in Python (none using
wxPython or similar), though I hope to have time to look at it soon. I
needed to install wxPython for several programs that need it. I'm sure
I'm not able to help you with the program beyond reporting the problem.
eRoaster and others are running contently with 2.6.3.3, so there is no
hurry. I'm not sure if there is an official way or need to report this as
a bug...
Thanks for the reply,
John
···
On Thu, 02 Nov 2006 20:41:44 -0800 Robin Dunn <robin@alldunn.com> wrote:
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.