[Brewsta-user] Installation Problems
Brought to you by:
sosman
|
From: Greg L. <gla...@sb...> - 2005-09-22 23:35:50
|
I am not a python expert by anymeas, and I cannot
figure out this issue.
After installing python (2.3.5-r2)
and wxpython (2.6.1.0)
I get the following error
greg@tux brewsta $ ./brewsta.pyw
Traceback (most recent call last):
File "./brewsta.pyw", line 26, in ?
import wx
File "/usr/lib/wxPython/wx.py", line 1629, in ?
from wxPython.__version__ import *
ImportError: No module named wxPython.__version__
greg@tux brewsta $
I have also tried previous versions of python and
wxpython and they all produce the same error.
The OS is Gentoo Linux.
Thanks in advance
Greg
|