Hi everyone, So I installed TG 1.0.8 on a new machine a quickstarted a project so that I would only have to copy/paste my files in there and have a working project. It all worked well except that I am using the python "commands" module and well, when doing :
"import commands" I was actually importing the commands.py file that was generated by tg- admin quickstart. No biggie on my end, I renamed that file as commands_tg.py and changed it in setup.py as well to avoid any issue. However I believe it should probably be named something else in the future as it does conflicts with the python stdlib. I imagine this has been here for a while because I don't see it in recent TG changelogs. I honestly can't remember what version of TG I started with. I think it was 1.0.4 but I wouldn't swear on it. Anyway please let me know if there was a good reason for this or if this already something that was discussed, in which case I'll just shut up. Thanks guys. Tom --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

