The problem happens when importing sqlalchemy.

from sqlalchemy import * breaks the class variable completion.The fix here is 
to explicitly define what you're importing.from sqlalchemy import MetaData, 
Table, Column, create_engine, Integer, StringFrom: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: Thu, 19 Jul 2007 19:21:52 -0400Subject: [Pydev-users] class 
variables





PyDev 1.3.8Eclipse 3.3Java 1.6Python 2.5Ubuntu FiestyProblem i am having is 
that pydev doesn't have autocompletion for users_table or base_path.  I've 
attached the full code as well.class HelloWorld:    users_table = None    
base_path = None        @cherrypy.expose       def index(self):        
self.initDB()        self.users_table = "table"        self.base_path = 
"path"Local listings, incredible imagery, and driving directions - all in one 
place! Find it!

_________________________________________________________________
PC Magazine’s 2007 editors’ choice for best web mail—award-winning Windows Live 
Hotmail.
http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HMWL_mini_pcmag_0707
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to