I am using pydev 1.2.9, python 2.5, eclipse 3.2, linux 2.6. I have all my imports resolved except one. I am using Twisted and every import from twisted is fine except when i call "from twisted.internet import reactor". It complains that reactor is unresolved. reactor is definitely there as my code uses it and runs successfully. There is also documentation here: http://twistedmatrix.com/documents/current/api/twisted.internet.reactor.html
Also I know there is a brief discussion on the manual about having to add builtins to the pythonpath, but why do we have to do this for every module. For instance I had to add twisted, sqlobject, configobj, wxpython, gtk, pygtk, pango, OpenSSL, etc... Is there going to be something more automated in future releases? Great job! I'm really enjoying this functionality. _________________________________________________________________ The average US Credit Score is 675. The cost to see yours: $0 by Experian. http://www.freecreditreport.com/pm/default.aspx?sc=660600&bcd=EMAILFOOTERAVERAGE ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
