I have installed both Python and wxPython but when I type
"import wx"
into Python Shell it gives me the following error.
IDLE 1.2.1
>>> import wx
Traceback (most recent call last):
File "<pyshell#0 >", line 1, in <module>
import wx
ImportError: No module named wx
Any ideas how to fix this?
"import wx"
into Python Shell it gives me the following error.
IDLE 1.2.1
>>> import wx
Traceback (most recent call last):
File "<pyshell#0 >", line 1, in <module>
import wx
ImportError: No module named wx
Any ideas how to fix this?
Comment