Hello,

I'm using eclipse IDE to develop an application. After reading  the
FAQ "Support Eclipse, web2py, imports, code hints and code
completion". There it explains that to let Eclipse know about
variables being passed into the controller at runtime, you can do the
following

global db
global request
global session
global reqponse

This will remove the warnings about them being undefined.


Well, I have try to put all that code at the beginning of my controler
but it does not work. There are a lot of variables that are undefined
for eclipse. Could anyone that uses eclipse help me, please??

In my opinion that FAQ about eclipse is dificult to understand for
people that is new to eclipse and web2py.

Thanks

--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to