From: Arnd B. <arn...@we...> - 2005-10-18 22:37:14
|
On Tue, 18 Oct 2005, Charlie Moad wrote: > Still bad news though I think. There is no package containing the > wxPython headers, so even with wx-config you can't compile on ubuntu. > There was a bug posted a while ago, but it doesn't look like it made > the release. > > http://ubuntuforums.org/showthread.php?t=71395&highlight=wxPython.h > > If anybody knows differently, please share. The work-around (for debian sarge) is wget http://ftp.debian.org/debian/pool/main/w/wxwindows2.4/wxwindows2.4_2.4.3.1.tar.gz tar xzf wxwindows2.4_2.4.3.1.tar.gz su mkdir /usr/include/wx/wxPython/ cp wxwindows2.4-2.4.3.1/wxPython/src/*.h /usr/include/wx/wxPython/ For ubuntu it should work similarly (you can also replace the wget by a corresponding apt-get command fetching the source). HTH, Arnd |