It seems like on Monday 19 of September 2005 10:13, Jarek Koszuk typed: > On Mon, September 19 2005 09:47, Robert Tomasik wrote: > > Traceback (most recent call last): > > File "Program.py", line 4, in ? > > import wx > > File "/usr/lib/python2.4/site-packages/wx/__init__.py", line 42, in ? > > File "/usr/lib/python2.4/site-packages/wx/_core.py", line 4, in ? > > ImportError: /usr/lib/python2.4/site-packages/wx/_core_.so: symbol > > wxEVT_SCROLL_ENDSCROLL, version WXU_2.6 not defined in file > > libwx_gtk2u_core-2.6.so.0 with link time reference > > Potwierdzam, u mnie to samo (instalacja z main): > [EMAIL PROTECTED] jkoszuk]$ rpm -qa | grep wx > python-wxPython-examples-2.6.0.0-2 > wxWidgets-2.6.1-2 > wxBase-2.6.1-2 > python-wxPython-2.6.0.0-2 > wxGTK2-unicode-2.6.1-2 > wxBase-unicode-2.6.1-2 > wxGTK2-2.6.1-2 > > Python 2.4.1 (#1, May 4 2005, 20:39:41) > [GCC 3.3.5 (PLD Linux)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > > >>> import wx > > Traceback (most recent call last): > File "<stdin>", line 1, in ? > File "/usr/lib/python2.4/site-packages/wx/__init__.py", line 42, in ? > File "/usr/lib/python2.4/site-packages/wx/_core.py", line 4, in ? > ImportError: /usr/lib/python2.4/site-packages/wx/_core_.so: symbol > wxEVT_SCROLL_ENDSCROLL, version WXU_2.6 not defined in file > libwx_gtk2u_core-2.6.so.0 with link time reference
W wxWidgets 2.6.1 została wprowadzona pewna niekompatybilność, przez co stary wxPython nie ma szans działać. Poza tym chyba zostało wprowadzone również sprawdzanie równości wersji między wxWidgets a wxPythonem. O ile nie jest to jednorazowe, to trzeba będzie to uwzględnić w specu. -- Michal Chruszcz -=- Seen at http://1lo.sanok.pl/~troll/gallery/ Meet Jacek: http://photoblog.be/jacek _______________________________________________ pld-users-pl mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-users-pl
