New submission from lorenzogotuned :
Found on Python 3.6
This line https://github.com/python/cpython/blob/master/Lib/imghdr.py#L45
always raises`TypeError`as `startswith` does not accept bytes.
--
messages: 326237
nosy: lorenzogotuned
priority: normal
severity: normal
status: open
lorenzogotuned added the comment:
I made it run from the root directory with:
python pip_tkinter/__main__.py
For sure the right way should be
python -m pip_tkinter
The first view works fine for PyPi, the second one is just void. I added a
issue for an enhancement at <https://github.
lorenzogotuned added the comment:
@Terry: Fine, we can do it.
@Upendra: All the checks you mentioned have to be performed at start-up, so
create a script that returns a configuration object for the UI. I think you can
try to build a first easy view in which a package is selected (an input
lorenzogotuned added the comment:
Ok Upendra. Nice summary.
In the next days:
- Explain each *top task* (install, unistall, update) and in detail the way the
underlying pip commands work (underline mandatory and optional parameters,
requests performed to servers, filesystem storage and
Changes by lorenzogotuned :
--
nosy: +lorenzogotuned
___
Python tracker
<http://bugs.python.org/issue27051>
___
___
Python-bugs-list mailing list
Unsubscribe: