The following forum message was posted by kutchbhi at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3726184:

sorry for bumping this thread. But I have the exact same problem.
pydev with eclipse. Intellisense doesnt work with 'external'(non-core)
libraries.

from PySide.QtCore import *
from PySide.QtGui import *
 
 [code]
# Create a Qt application 
app = QApplication(sys.argv)

# Create a Label and show it
label = QLabel("<font color=red size=40>Hello World</font>")
label.
[/code]

after label. nothing pops up. 
HOWEVER in aptana studio3 it works as expected. Only in eclipse with pydev does
it not work.


------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to