PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Thursday the 28th of August, 2014

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[19:57:40] <alexpilotti> mordred: hi, nice to see you here as well:-)
[19:59:41] <alexpilotti> there’s a blocking issue on WIndows in case paths are present in the Python path
[19:59:59] <alexpilotti> basically exe launcher wrappers don’t work
[20:00:13] <alexpilotti> here’s a fix: https://github.com/alexpilotti/pip/commit/de97f64b98a491541ef35a23957f8b5bd02d76f5
[20:00:56] <alexpilotti> is there a reason BTW why the full path of the python.exe is kep in the shebang instead of resolving as relative to the scripts path?
[20:01:39] <alexpilotti> the reason I’m asking is that it breaks if you rename the Python folder
[23:54:37] <Dhuse> Hey all, I noticed a change on pypi.python.org today where /simple/<packag_name> urls no longer redirect to the correctly cased package name. Anyone know about this?
[23:55:08] <dstufft> Yea, it redirects to the normalized name now
[23:55:59] <Dhuse> Any chance of getting the same treatment for https://pypi.python.org/pypi/Jinja2/json ?
[23:56:16] <Dhuse> For example, https://pypi.python.org/pypi/jinja2/json 404s (lowercase j)
[23:57:17] <dstufft> can probably do something like that, it might just be a redirect instead of a 404 though, because https://pypi.python.org/pypi/Jinja2 should still be the cannonical name for the user side of things I think
[23:58:31] <Dhuse> That'd be awesome. Should I file a bug somewhere? Also, is there a good way to get the canonical name from the normalized name?
[23:58:42] <Dhuse> That would allow me to fix myself in the meantime
[23:59:12] <dstufft> there's no way to go backwards from the normalized name to the cannonical name no, besides hitting PyPI and looking
[23:59:24] <dstufft> you don't need to file a bug, I'm fixing it right now