From: Claude Joseph-A. <Cla...@et...> - 2005-04-06 13:00:20
|
I'm trying to install and run Openvip 1.0.1 on Fedora Core 3. When I run 'openvip-gui.py' it gives me the following message : Traceback (most recent call last): File "./openvip-gui.py", line 15, in ? import App File "/data/archives/openvip-1.0.1/bin/App.py", line 20, in ? import MainFrame File "/data/archives/openvip-1.0.1/bin/MainFrame.py", line 18, in ? import TimelineWidget File "/data/archives/openvip-1.0.1/bin/TimelineWidget.py", line 58, in ? if sys.platform == 'win32': fontFace = 'Arial' NameError: name 'sys' is not defined Thanks you for your help. |