rob86 2 Report post Posted November 24, 2009 I downloaded the source code for Python 2.6.4 and wxPython 2.8.10.1. I installed both using Ubuntu's checkinstall. The problem I'm having, is that Python 2.6.4 imports an older version of wxPython. Python 2.6.4 (r264:75706, Nov 19 2009, 04:12:45) [GCC 4.3.3] on linux2Type "help", "copyright", "credits" or "license" for more information.>>> import wx>>> wx.__version__'2.8.9.1'>>> How can I get it to import 2.8.10.1? I guess it must have something to do with the "python path", but that's been confusing me lately. I have about 6 pythons installed on Ubuntu (!!) and three or four wxPython's (???) and it took me a long time just to get Python 2.6.4 to import modules. I have no idea where to find anything and always have to search for it. Everything is a complete mess. Stuff is thrown everywhere in my file system, .. it seems so chaotic and confusing! Any suggestions, or emotional support? Share this post Link to post Share on other sites