Richard Harding <[EMAIL PROTECTED]> writes: > Thanks, this is exactly what I need (I think). Idiot question of the > day. I'm new to eggs/easy_install (thank you apt-get) so if anyone can > give me the 30sec view of what needs to be done to edit the file I'd > appreciate it. I'm guessing break open the egg/edit the file/rebuild the > egg?
Or get the source, edit, build the egg. The egg is a zip file with some metadata in there. You can open with unzip, edit, zip it all back and copy the new egg over the previous one. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

