Dan schrieb: > Looks like the issue of using "commands.getstatusoutput" with TG1.1 > was addressed by Changeset 6635, but it still isn't working for me. > What do I need to do to my project to allow importing the "commands" > module from the python standard library rather than the TG library?
For existing projects you need to rename your 'yourpkg/commands.py' file to 'yourpkg/command.py' and fix the references in - setup.py - start-yourpkg.py New quickstarted projects should work as is. 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 -~----------~----~----~----~------~----~------~--~---

