[issue34787] imghdr raise TypeError for PNG

2018-09-24 Thread lorenzogotuned
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

[issue27051] Create PIP gui

2016-06-15 Thread lorenzogotuned
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.

[issue27051] Create PIP gui

2016-05-25 Thread lorenzogotuned
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

[issue27051] Create PIP gui

2016-05-21 Thread lorenzogotuned
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

[issue27051] Create PIP gui

2016-05-18 Thread lorenzogotuned
Changes by lorenzogotuned <tunedconsult...@gmail.com>: -- nosy: +lorenzogotuned ___ Python tracker <rep...@bugs.python.org> <http://bugs.python