[Pydev-users] [Users] RE: Can't import PyQt4 modules

2010-11-23 Thread SourceForge.net
The following forum message was posted by dbbh at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3918340: Dude, sorry for taking this long to reply but i`ve been very busy these last few days. You were correct. I feel so stupid right now, the system comes with an ApplePythonish

[Pydev-users] [Users] RE: Can't import PyQt4 modules

2010-11-21 Thread SourceForge.net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3918340: In this case, the problem doesn't seem to be the PYTHONPATH, but some other variable (not sure what variables pyqt needs, but I'd go for PATH and LIBPATH). Try seeing the

[Pydev-users] [Users] RE: Can't import PyQt4 modules

2010-11-20 Thread SourceForge.net
The following forum message was posted by dbbh at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3918340: Im having a similar problem with PyDev PyQt4. When i try to run my script (from PyQt4 import QtGui) i get the following error: Traceback (most recent call last): File "/Us

[Pydev-users] [Users] RE: Can't import PyQt4 modules

2010-10-31 Thread SourceForge.net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3918340: Do you have some error in your error log? Pydev should spawn a shell to analyze the completions or PyQt4... you could try adding 'PyQt4' to the forced builtins. See http:/