Bug#794251: need to update python-pymysql ?

2015-09-22 Thread juke
Traceback (most recent call last):
  File "/usr/bin/mycli", line 5, in 
from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2876, in 

working_set = WorkingSet._build_master()
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 451, in 
_build_master
return cls._build_from_requirements(__requires__)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 464, in 
_build_from_requirements
dists = ws.resolve(reqs, Environment())
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 639, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: PyMySQL>=0.6.6



signature.asc
Description: Digital signature


Bug#794251: need to update python-pymysql ?

2015-09-22 Thread Lennart Weller
Potentially yes. I'm currently trying to get it to work with 0.6.2, if you want 
you can follow that progress
on the github tracker[0]. Otherwise I will have no choice but to ask the 
PyMySQL-maintainers to update the
debian version.

Lennart

[0] https://github.com/dbcli/mycli/issues/155

September 22 2015 12:30 PM, j...@free.fr wrote:
> Traceback (most recent call last):
> File "/usr/bin/mycli", line 5, in 
> from pkg_resources import load_entry_point
> File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2876, in 
> 
> working_set = WorkingSet._build_master()
> File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 451, in 
> _build_master
> return cls._build_from_requirements(__requires__)
> File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 464, in 
> _build_from_requirements
> dists = ws.resolve(reqs, Environment())
> File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 639, in resolve
> raise DistributionNotFound(req)
> pkg_resources.DistributionNotFound: PyMySQL>=0.6.6