Am 17.11.2011 11:01, schrieb jo:
I have in my installation two entry_points.txt files:
1) myproject.egg-info/entry_points.txt and
2) .../TurboGears-1.1.1-py2.6.egg/EGG-INFO/entry_points.txt
I don't know why in development mode TG reads data from the first file,
while in production mode it gets data from the second one.
I don't know if there's a better way to solve this problem. I changed
both files and now it works.
thanks any way.
Changing the server.environ setting should not have anything to do with
this, but maybe you started the application from a different directory?
In any case, you should not mess around with entry_points.txt, but setup
your entry points in the setup.py file and then let these be created by
running "setup.py install" or "setup.py develop".
-- Christoph
--
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.