Dear developers,
I'm trying to install the source since the binary yields exceptions. After installation is complete I get the following:
thomas@thomas:~/Documents/pyrx/PyRxDev$ sudo python runPyRx.py
[sudo] password for thomas:
/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14450: UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
No module named mglutil.util.packageFilePath
Traceback (most recent call last):
File "runPyRx.py", line 16, in <module>
from PyRx.wxMainFrame import MainFrame
File "/home/thomas/Documents/pyrx/PyRxDev/PyRx/wxMainFrame.py", line 8, in <module>
from utils import rcFolder
File "/home/thomas/Documents/pyrx/PyRxDev/PyRx/utils.py", line 6, in <module>
from mglutil.util.packageFilePath import getResourceFolder
ImportError: No module named mglutil.util.packageFilePath
I used sudo because I installed it as the administrator. When I dont I get:
thomas@thomas:~/Documents/pyrx/PyRxDev$ python runPyRx.py
/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14450: UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
No module named preferences.api
Traceback (most recent call last):
File "runPyRx.py", line 16, in <module>
from PyRx.wxMainFrame import MainFrame
File "/home/thomas/Documents/pyrx/PyRxDev/PyRx/wxMainFrame.py", line 9, in <module>
from enthought.preferences.api import get_default_preferences
ImportError: No module named preferences.api
This is my wxPython:
Name : wxPython
Arch : x86_64
Version : 2.8.9.2
Release : 2.fc11
Any ideas what's wrong?
thanks in advance,
Tom


