Dan Arbogast schrieb: > Both the .py and the .pyc files are there, and both the "commands.py" > and "commands.pyc" were renamed to take them out of the picture. I only > reported the .pyc name change, sorry about that. It's not the issue.
No need to be sorry, I must apologize, it's a fault in the TurboGears 1.1 distribution after all. TurboboGears-1.1-py2.5.egg/turbogears/qstemplates/quickstart/+package+/ contains: command.py_tmpl controllers.py_tmpl static commands.py_tmpl json.py_tmpl templates config model.py_tmpl tests The extra "commands.py_tmpl" got in there by the build processs, although it's not in my SVN working copy anymore, where I built the egg. I think this is a bug in the distutils/setuptools build process, because the "commands.py_tmpl" file was still present under the "build" directory in my working copy. It should have cleaned out when I ran "python setup.py bdist_egg". So this means we have to a) fix our build process b) investigate whether this is indeed a bug in setuptools/distutils and, if yes, report it c) Release new TurboGears 1.1 eggs. I'm not sure if this justifies a new TG version, since the source distribution and the SVN code are ok. 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 -~----------~----~----~----~------~----~------~--~---

