Tried that. I've also tried this on two different machines.

Just a simple test code

TestProj
     -/src
           -test.py

#####################################################################
from twisted.internet import reactor
# autocompletes .internet
reactor.run()
# says the above is an error / missing most of exposed methods and objects
#####################################################################
On 2/9/07, Fabio Zadrozny <[EMAIL PROTECTED]> wrote:



On 2/9/07, Chris Hengge <[EMAIL PROTECTED]> wrote:
>
> I verified that I'm setup correctly to my knowledge
> -/Project
> --------/src
> -------------/myfilethatdoesn'tautocompleteTwisted.py
>
> the /src was added to the path automatically when I made the new dummy
> project, but I verified it anyways.
>
> The project is only one file is size, it's nothing more then a basic
> chapter lesson from the Twisted Networking Essentials book. (chpt 2)
> Anyways, I included the code because very basic stuff like reactor.stop() and
> reactor.run() are registering as wrong.. It actually has a few methods
> or whatever there is autocomplete, but it's like the list is far from
> complete.
>
> Any further idea's? Thanks.
>

Try putting 'twisted' in the 'forced builtins' (details on
http://www.fabioz.com/pydev/manual_101_interpreter.html)

Cheers,

Fabio

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to