[Pydev-users] [pydev - Users] RE: setup code completion for a pylons projec

2007-02-10 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4150742
By: fabioz

Just as a note... I've just fixed that error in the code completion for 1.2.7.

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-
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=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


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 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=lnkkid=120709bid=263057dat=121642___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


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 zope code that I am using. The
only problem is that I like to have that code in a Project in eclipse
so I can easily browse it. I don't I can have it as both a project and
a builtin lib. Any thoughts on how to get around this?




Well, it works if you have a copy of the source as a project and don't set
the project pythonpath for it... (it would work if it was the same actually,
but then pydev would go and try to analyze the zope code, which is something
I don't think you'd really want to do).

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=lnkkid=120709bid=263057dat=121642___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] nabble

2007-02-10 Thread Patrick Smith
Hi Fabio,

I'm a big fan of Nabble
(http://www.nabble.com/pydev-for-eclipse-f3293.html) and would like to
put pydev-users@lists.sourceforge.net and its archives up there.

Any objections?

Regards,

Patrick Smith
http://www.openengagement.com

-
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=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


Re: [Pydev-users] nabble

2007-02-10 Thread Fabio Zadrozny

On 2/10/07, Patrick Smith [EMAIL PROTECTED] wrote:


Hi Fabio,

I'm a big fan of Nabble
(http://www.nabble.com/pydev-for-eclipse-f3293.html) and would like to
put pydev-users@lists.sourceforge.net and its archives up there.

Any objections?



No objections.

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=lnkkid=120709bid=263057dat=121642___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


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
the word 'twisted' to the forced builtin libs. No success on the work
machine, but it works great here at home! Thanks so much! (I think my work
machine needs to be updated, but eclipse can't update through the proxy so I
have to bring the machine home for that.

On 2/10/07, Fabio Zadrozny [EMAIL PROTECTED] wrote:




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=lnkkid=120709bid=263057dat=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=lnkkid=120709bid=263057dat=121642___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users