Re: [Pydev-users] configuring src folders

2007-05-28 Thread Lee Connell
from turbogears import update_config, start_serverfrom turbogears.database import PackageHubfrom setuptools import setup, find_packagesfrom turbogears.finddata import find_package_dataI've already added turbogears as a forced builtin, some resolve and some don't. There are others as well that

Re: [Pydev-users] configuring src folders

2007-05-28 Thread Lee Connell
http://sourceforge.net/tracker/index.php?func=detailaid=1727011group_id=85796atid=577329Date: Mon, 28 May 2007 12:39:26 -0300From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: [Pydev-users] configuring src foldersOn 5/28/07, Lee Connell [EMAIL PROTECTED] wrote: from turbogears import

[Pydev-users] configuring src folders

2007-05-27 Thread Lee Connell
Hello,This is probably a stupid question, but I am confused. In this section http://fabioz.com/pydev/manual_101_project_conf2.html it says how to add a src folder. I've done this and there it is a src folder with nothing in it. Am I suppose to import into that src directory an existing

Re: [Pydev-users] configuring src folders

2007-05-27 Thread Fabio Zadrozny
On 5/27/07, Lee Connell [EMAIL PROTECTED] wrote: Hello, This is probably a stupid question, but I am confused. In this section http://fabioz.com/pydev/manual_101_project_conf2.html it says how to add a src folder. I've done this and there it is a src folder with nothing in it. Am I suppose

Re: [Pydev-users] configuring src folders

2007-05-27 Thread Lee Connell
Everything is working fine here except pydev doesn't seem to know everything it should about turbogears. I've removed the python interpreter and re-added it and it scanned through everything once again. Some imports of turbogears it says is unresolved, while some others are just fine. Do I

Re: [Pydev-users] configuring src folders

2007-05-27 Thread Fabio Zadrozny
On 5/27/07, Lee Connell [EMAIL PROTECTED] wrote: Everything is working fine here except pydev doesn't seem to know everything it should about turbogears. I've removed the python interpreter and re-added it and it scanned through everything once again. Some imports of turbogears it says is