PDA

View Full Version : [ubuntu] how to install wxpython



srinivas2828
January 18th, 2010, 02:10 PM
I am struggling a lot to install wxpython in my ubuntu box through CLI when i first search dor wxpython ,it returns nothing and i am behind proxy server .can some body tell me what am i suppose to do


miriyala@miriyala-laptop:~$ python
Python 2.6.4rc2 (r264rc2:75497, Oct 20 2009, 02:55:11)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> print sys.path
['', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages/PIL', '/usr/lib/python2.6/dist-packages/gst-0.10', '/usr/lib/pymodules/python2.6', '/usr/lib/python2.6/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.6/gtk-2.0', '/usr/local/lib/python2.6/dist-packages']
>>> import wx
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named wx

chuina
January 18th, 2010, 02:38 PM
go python's main web

http://www.python.org/
http://python.org/download/