Jump to content
xisto Community
Sign in to follow this  
rob86

How Can I Make Python(2.6.4) Use The Newest Wxpython?

Recommended Posts

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 linux2
Type "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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.