Re: [Pydev-users] Twisted Autocompletion missing?

2007-02-15 Thread Chris Hengge
Windows XP Professional SP2 J2SE 5.0 update 11 Error log report: !SESSION 2007-02-15 14:24:08.361 --- eclipse.buildId=M20060921-0945 java.version=1.5.0_11 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

Re: [Pydev-users] Twisted Autocompletion missing?

2007-02-15 Thread Chris Hengge
Installing 1.2.7 doesn't help. now typing reactor. yields no auto-complete results at all. This is crazy, now I've got less auto-complete then when I started =P Syntax highlighting also still says my code is wrong, but it runs no problem. I also tried removing the interpreter, hitting apply,

Re: [Pydev-users] Twisted Autocompletion missing?

2007-02-14 Thread Fabio Zadrozny
On 2/14/07, Chris Hengge [EMAIL PROTECTED] wrote: I've now reinstalled this machine here at work, clean eclipse 3.2.1 fresh downloaded from their site, plus 1.2.6 fresh off the pydev site... No auto-completion still as well as marking incorrect syntax highlights.. Try it with 1.2.7 (you can

Re: [Pydev-users] Twisted Autocompletion missing?

2007-02-10 Thread Fabio Zadrozny
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

Re: [Pydev-users] Twisted Autocompletion missing?

2007-02-10 Thread Fabio Zadrozny
On 2/9/07, Patrick Smith [EMAIL PROTECTED] wrote: Awesome. Fabio - I read what you said and added twisted to the System PYTHONPATH and to the list of Forced builtin libs. Code completion now works for the example Chris sent. Give it a second try, Chris! I'll have to try doing the same for the

Re: [Pydev-users] Twisted Autocompletion missing?

2007-02-10 Thread Chris Hengge
OK, well, the automatic thing that sets up System PYTHONPATH already has c:\python24\Lib\site-packages, it always gets that automatically when I add the interpreter. The poster before mine that I replied to said he added twisted and thats why I was getting clarification. I've also tried adding

Re: [Pydev-users] Twisted Autocompletion missing?

2007-02-09 Thread Chris Hengge
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

Re: [Pydev-users] Twisted Autocompletion missing?

2007-02-09 Thread Patrick Smith
I just gave your test module a try and got the following: Undefined variable from import: run Looking into the twisted code (for the first time ever - I just happened to have it installed for pretty much no reason) I see that there is not much at all installed in reactor.py. It seems to me that

Re: [Pydev-users] Twisted Autocompletion missing?

2007-02-09 Thread Patrick Smith
Awesome. Fabio - I read what you said and added twisted to the System PYTHONPATH and to the list of Forced builtin libs. Code completion now works for the example Chris sent. Give it a second try, Chris! I'll have to try doing the same for the zope code that I am using. The only problem is that

Re: [Pydev-users] Twisted Autocompletion missing?

2007-02-09 Thread Chris Hengge
Could you be a little more specific to how you got it working? I've got: C:\Python24\Lib\site-packages\twisted 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

[Pydev-users] Twisted Autocompletion missing?

2007-02-08 Thread Chris Hengge
Anyone able to get the auto-complete for this script (Which works, got it from the twisted book) to work? Or explain to me why it doesn't? Much appreciated! quick_connect.py === from twisted.internet import reactor, protocol class