0.2.1 fails to install, problem byte compiling
Bug #424581 reported by
Niall Creech
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Quickly |
Fix Released
|
Critical
|
Unassigned |
Bug Description
Setting up quickly (0.2.1) ...
Compiling /usr/lib/
SyntaxError: ('invalid syntax', ('/usr/
pycentral: pycentral pkginstall: error byte-compiling files (11)
pycentral pkginstall: error byte-compiling files (11)
dpkg: error processing quickly (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
quickly
Related branches
Changed in quickly: | |
milestone: | none → 0.2.2 |
Changed in quickly: | |
status: | Triaged → Fix Released |
To post a comment you must log in.
in, python2. 6/dist- packages/ quickly/ quicklyconfig. py
/usr/lib/
changing
__version__ = 0.2.1
to
__version__ = '0.2.1'
allows compile
dont know if thats a fix, my python is a little weak to say the least :)