http://sourceforge.net/tracker/index.php?func=detail&aid=1727011&group_id=85796&atid=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 updat
On 5/28/07, Lee Connell <[EMAIL PROTECTED]> wrote:
from turbogears import update_config, start_server
from turbogears.database import PackageHub
from setuptools import setup, find_packages
from turbogears.finddata import find_package_data
I've already added turbogears as a forced builtin, some
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
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 un
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 ha
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
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 projec