I actually wrote something up on this recently, in hopes it might be helpful: http://countergram.com/articles/rename-pylons-app/
It's especially important to delete the .egg-info directory. I fumbled around awhile before I realized that. Also, there are multiple areas in the paster create template other that import statements that contain the project name, so matching on "from $NAME." and "import $NAME." will not catch everything. I think I've listed all of them. Jason On Sep 13, 12:17 am, kumar <[email protected]> wrote: > Hi All, > > I build an application called as demo project by using a paster create > command and now I want to rename the application to its original name > instead of demo. > > Can any one please help me how I can inherit or rename the old demo > project to a new project name. > > Pls help me. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
