symbol Peek__13wxInputStream: referenced symbol not
found
___________________________________________________
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más... http://messenger.yahoo.es
symbol Peek__13wxInputStream: referenced symbol not
found
Ensure that wxPython and wxGTK are built with the same or compatible compile flags (compare the actual gcc command lines.)
Ensure that the libwxgtk* that wxc.so is dynamically linking to is the same as the one you built and installed.
Ensure that the wx-config found first on the PATH is the one that you just built and installed. wxPython uses that to find the header files for wxGTK.
Ensure that Python and wxGTK are built with the same options for LARGEFILE support. I think both are on by default now, but wxGTK has a configure option to turn it off.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!