Kevin Dangoor wrote:
> On 4/5/06, Italo Maia <[EMAIL PROTECTED]> wrote:
> >
> > Well, after upgrading from version 9.2 to 9.3, my model.py is no longer
> > working. When i try the tg-admin sql create, i get the error :
> > modulename= package + ".config.app"
> > TypeError unsuported operand type(s) for +: 'NoneType' and 'str'
>
> What directory were you in when you typed "tg-admin sql create"? What
> was the name of the quickstarted project? The error above would only
> occur if your project's package couldn't be located.
>
> A quick test worked fine for me.
>
> Kevin
When I try wiki20 turtorial and I typed "python start-wiki20.py".
This error message was displayed.
===
File "start-wiki20.py", line 21, in ?
modulename="wiki20.config.app")
File
"/usr/local/lib/python2.4/site-packages/TurboGears-0.9a3-py2.4.egg/turbogears/config.py",
line 32, in update_config
modfile = pkg_resources.resource_filename(packagename, modname +
".cfg")
File
"/usr/local/lib/python2.4/site-packages/setuptools-0.6a11-py2.4.egg/pkg_resources.py",
line 801, in resource_filename
return get_provider(package_or_requirement).get_resource_filename(
File
"/usr/local/lib/python2.4/site-packages/setuptools-0.6a11-py2.4.egg/pkg_resources.py",
line 120, in get_provider
__import__(moduleOrReq)
ImportError: No module named wiki20.config
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---