LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to set the default version of wxPython in Ubuntu? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-set-the-default-version-of-wxpython-in-ubuntu-858769/)

msbstar 01-26-2011 08:08 AM

How to set the default version of wxPython in Ubuntu?
 
Hi Everybody,

I have installed wxPython on my Ubuntu 9.10. But when I type
"import wxPython" in "python environment it returns the following error.
It tries to run the previously installed one not the new one. (The new version is 2.6).

Does it need a PATH to be added in ".bashrc"? If so what should I write as a PATH for it?

I would be very grateful for any help.

With best regards,
Hassan

------------------------------------------
>>> import wxPython
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/scisoft/lib/python2.5/site-packages/wx-2.8-gtk2-ansi/wxPython/__init__.py", line 15, in <module>
import _wx
File "/scisoft/lib/python2.5/site-packages/wx-2.8-gtk2-ansi/wxPython/_wx.py", line 3, in <module>
from _core import *
File "/scisoft/lib/python2.5/site-packages/wx-2.8-gtk2-ansi/wxPython/_core.py", line 15, in <module>
import wx._core
File "/scisoft/lib/python2.5/site-packages/wx-2.8-gtk2-ansi/wx/__init__.py", line 45, in <module>
from wx._core import *
File "/scisoft/lib/python2.5/site-packages/wx-2.8-gtk2-ansi/wx/_core.py", line 4, in <module>
import _core_
ImportError: libtiff.so.3: cannot open shared object file: No such file or directory
>>>
---------------------------------------------------------------
---------------------------------------------------------------

jcookeman 01-26-2011 08:19 AM

Hi, I answered your other post. Looks like you cross posted this.

msbstar 01-26-2011 08:24 AM

Hi,
Thanks.
( I do not know how to delete some of my posts!!!)

What you suggested was more than I could understand.
Would you please explain it the way you would explain to an IDIOT.

Thanks.

--------------------------------
$ find /usr -name libtiff.so.*
/usr/lib32/libtiff.so.4
/usr/lib32/libtiff.so.4.3.3
--------------------------------

Tinkster 01-26-2011 11:14 AM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.

http://www.linuxquestions.org/questi...python-858765/
http://www.linuxquestions.org/questi...45#post4238245


All times are GMT -5. The time now is 05:49 AM.