How To Update A File In Python Egg
We are using trac. In our setup we have a problem that is solved in repository. So I got the fixed file commit_update.py from the repository and I need to place it into Trac-0.12-p
Solution 1:
Just build a new egg (with python setup.py bdist_egg
), reinstall the egg and restart your trac instance.
Post a Comment for "How To Update A File In Python Egg"