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-858770/)

msbstar 01-26-2011 08:18 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.

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
>>>
---------------------------------------------------------------
---------------------------------------------------------------

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/


All times are GMT -5. The time now is 02:14 AM.