On 12 Nov., 10:37, Luca Verardi <[email protected]> wrote: > When i try to do "python start-project" turbogears return with this > error message > > Traceback (most recent call last): > File "./start-project.py", line 16, in <module> > update_config(configfile="dev.cfg", modulename="sfera.sfera") > File "/usr/lib/pymodules/python2.5/turbogears/config.py", line 218, > in update_config
You haven't answered my question whether this is a new or an old project. Judging form your traceback, it seems that: a) This is an old project. because you do not seem to have a "command.py" module in your project. b) You seem to use namespace packages, because your package name is "sfera.sfera" Is that correct? I suggest you quickstart a new project with TG 1.1 and copy command.py and start-project.py over to your old project. Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

