If I do a setup.py develop, it installs a bunch of scripts I'm using.

Then, for deployment, I use setup.py egg_info --tag-svn-revision.

Unfortunately, now the scripts won't work; they report

pkg_resources.DistributionNotFound: ...

So I have to run setup.py develop again before I can use the scripts.

Is there a workaround for this?
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to