as the title states, on on linux (Wine32) it works perfectly:
http://lh3.ggpht.com/-heB_VObWcwE/VUgfS4bkLkI/AAAAAAAAJAA/tHZzjq2RElw/s642/SIDE_firstPort.png
but on windows (synced code) I get this:
Python 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> ================================ RESTART ================================
>>>
C:\Documents and Settings\Owner\My Documents\Copy\UMC_v3.0\SIDE.py
['C:\\Documents and Settings\\Owner\\My Documents\\Copy\\UMC_v3.0', 'C:\\Python27\\Lib\\idlelib', 'C:\\WINDOWS\\system32\\python27.zip', 'C:\\Python27\\DLLs', 'C:\\Python27\\lib', 'C:\\Python27\\lib\\plat-win', 'C:\\Python27\\lib\\lib-tk', 'C:\\Python27', 'C:\\Python27\\lib\\site-packages', 'C:\\Documents and Settings\\Owner\\My Documents\\Copy\\UMC_v3.0\\SIDE\\PyQt4-4.11.3-cp27-none-win32.whl', 'SIDE']
Traceback (most recent call last):
File "C:\Documents and Settings\Owner\My Documents\Copy\UMC_v3.0\SIDE.py", line 2, in <module>
from SIDE.common import *
File "C:\Documents and Settings\Owner\My Documents\Copy\UMC_v3.0\SIDE\common.py", line 11, in <module>
from PyQt4 import QtCore, QtGui, QtOpenGL
ImportError: No module named PyQt4
>>>
yes, the wheel PyQt4-4.11.3-cp27-none-win32.whl
exists in that directory.
anyone have any idea what's going on, and how to fix??
thanks