Hello all, I have a project where the name of the quick-started project is not the same a the name of the package.
Since the project_files() method of the admi18n module is assert the two names are the same, no extraction occurs. ie: p = os.path.join(self.currentProject,os.path.basename(self.currentProject)) cannot catch anything is my case. replacing this line by: p = os.path.join(self.currentProject, turbogears.util.get_package_name()) corrected my problem. Since we are allowed by tg-admin quickstart to choose a different name for the package and the project I felt it should be commited to the project so others can also use it. And by the way thanks again to Kevin and to all the great contributors who form what we can now call a great community around TG. Please find attached a patch for my (one line) change. Best regards, Florent AIDE. PS: sorry if someone receives this mail two times but my previous email seems to have been discarded, I then changed the encoding settings in gmail and I try to send this again. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
filesearch_init.diff
Description: Binary data

