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?
Is it not working for a (newly with TG 1.1) quickstarted project or for an existing project? In the latter case, you need to rename the commands module in your project to "command", and adapt setup.py and the start script accordingly. -- 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 -~----------~----~----~----~------~----~------~--~---

