Hello good uwsgi folks, There is some problem with the way uwsgi is being committed to the python package index. When you try to install uwsgi by a specific version with pip, it fails. However, if you perform a "pip freeze", it locates and includes a version number "1.0.3" in the output.
This makes it very difficult to automatically create requirements files. Normally one would do something like "pip freeze > requirements.txt" which will give you a line like ... uWSGI=1.0.3 ... But that line will fail when performing "pip -r requirements.txt" because the versioning info isn't probably set at pypi. Since I haven't uploaded to pypi myself, I don't know how to resolve this, but I imagine it is something that can be set in the setup.py file. Thank you, Alec
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
