On 2/9/07, Chris Hengge <[EMAIL PROTECTED]> wrote:

Could you be a little more specific to how you got it working?
I've got:
C:\Python24\Lib\site-packages\twisted


Actually, that's not correct... you should have only
C:\Python24\Lib\site-packages in the system pythonpath (twisted is already
the module to be imported... so, the folder above is the one that must be in
the pythonpath).



under System PYTHONPATH

and 'twisted' is now listed for the forced built-in

Do I have to 'twisted\internet' to get reactor working? That could take
ALOT of work for all the modules =P

There is ALOT more auto-completing now, but I still can't get it to
recognized reactor.run()


I got it working here after adding 'twisted' to the forced builtins (
reactor.run is there)... but I also did some changes in the cvs regarding
code-completion, so, it may be because of those changes (as I don't have
1.2.6 here to test I'm not sure about it).

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

Reply via email to