Closed tewe closed 10 years ago
Try with the latest dev version:
$ pip install Flup==1.0.3.dev-20110405
Is 1.0.2 sufficient?
I had a few issues with 1.0.2 with another project, so I would avoid it. It seemed to work at first but then I experienced some weird behavior while accessing PATH_INFO var.
If it works for you I'll update the requirements file with the latest 1.0.3 dev version.
pip says
Could not find a version that satisfies the requirement Flup>1.0.2 (from -r requirements.txt (line 8)) (from versions: 0.5, 1.0.1, 1.0.2, 1.0.3.dev-20110111, 1.0.3.dev-20110405, 1.0)
Is 1.0.2 sufficient?
What format would make it accept 1.0.3.dev?
(Any less dead alternative?)