Also completion doesnt work on source that I have in sub-directories, even if I add it to the python path.
So anything Im trying to complete on in db.py doesnt work. Is there something Im doing wrong or anything In particular I need to report. _____ From: Lee Connell [mailto:[EMAIL PROTECTED] Sent: Sunday, January 21, 2007 11:05 AM To: '[EMAIL PROTECTED]' Subject: completion on projects I just noticed that when I import from my own source within a project something like the following gives me a completion error: from acsdb import db < no sub imports of acsdb found > My structure looks like this: <project_directory> poll.py __init__.py <acsdb> __init__.py db.py -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.17.3/642 - Release Date: 1/20/2007 10:31 PM -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.17.3/642 - Release Date: 1/20/2007 10:31 PM --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

