[python-daemon-Bugs][314946] Syntax error in ‘version’ module

python-daemon-bugs at alioth.debian.org python-daemon-bugs at alioth.debian.org
Tue Jan 13 19:03:29 UTC 2015


python-daemon-Bugs item #314946 was changed at 2015-01-14 06:03 by Ben Finney
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413098&aid=314946&group_id=100328

Status: Open
Priority: 3
Submitted By: Greg Cockburn (gergnz-guest)
Assigned to: Nobody (None)
>Summary: Syntax error in ‘version’ module 


Initial Comment:
I am unable to install python-daemon.

This happened sometime around 10/11 Jan 2015.

This is related to #314945.

Please find attached 2 files. ~/.pip/pip.log and the output.txt from running "pip install python-daemon"

Thanks for your help.

----------------------------------------------------------------------

>Comment By: Ben Finney (bignose-guest)
Date: 2015-01-14 06:03

Message:
The reported error is a “SyntaxError”, on a statement that defines a dict literal.

Dict literals are a part of Python syntax since version 2.7, so I guess you are running an earlier version of Python. That won't work, and the metadata for this package declares it won't work.

The metadata for ‘python-daemon’ 2.x declares a minimum Python version of 2.7.

Does it work when you use Python 2.7 or later?


----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413098&aid=314946&group_id=100328



More information about the python-daemon-bugs mailing list