Activity log for bug #1368144

Date Who What changed Old value New value Message
2014-09-11 10:30:53 Timo Jyrinki bug added bug
2014-09-11 10:30:53 Timo Jyrinki attachment added nodatetime.txt https://bugs.launchpad.net/bugs/1368144/+attachment/4201216/+files/nodatetime.txt
2014-09-11 10:35:54 Timo Jyrinki description Using lp:click-toolbelt, I get the attached error when running ./click-toolbelt. Short version: --- Original exception was: Traceback (most recent call last): File "./click-toolbelt", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 33, in <module> import plistlib File "/usr/lib/python2.7/plistlib.py", line 62, in <module> import datetime ImportError: No module named datetime --- Downgrading to 2.7.8-6ubuntu1 by downloading the older .deb:s from Launchpad fixes the issue, upgrading again bring the issue visible again. Using lp:click-toolbelt, I get the attached error when running ./click-toolbelt. Short version: --- Original exception was: Traceback (most recent call last):   File "./click-toolbelt", line 5, in <module>     from pkg_resources import load_entry_point   File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 33, in <module>     import plistlib   File "/usr/lib/python2.7/plistlib.py", line 62, in <module>     import datetime ImportError: No module named datetime --- Downgrading to 2.7.8-6ubuntu1 by downloading the older .deb:s from Launchpad fixes the issue, upgrading again bring the issue visible again. Note: this is a earlier built click-toolbelt I'm running, since the build process from a clean checkout is quite error-prone.
2014-09-11 10:36:24 Timo Jyrinki description Using lp:click-toolbelt, I get the attached error when running ./click-toolbelt. Short version: --- Original exception was: Traceback (most recent call last):   File "./click-toolbelt", line 5, in <module>     from pkg_resources import load_entry_point   File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 33, in <module>     import plistlib   File "/usr/lib/python2.7/plistlib.py", line 62, in <module>     import datetime ImportError: No module named datetime --- Downgrading to 2.7.8-6ubuntu1 by downloading the older .deb:s from Launchpad fixes the issue, upgrading again bring the issue visible again. Note: this is a earlier built click-toolbelt I'm running, since the build process from a clean checkout is quite error-prone. Using lp:click-toolbelt, I get the attached error when running ./click-toolbelt with the new python2.7 2.7.8-7. Short version: --- Original exception was: Traceback (most recent call last):   File "./click-toolbelt", line 5, in <module>     from pkg_resources import load_entry_point   File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 33, in <module>     import plistlib   File "/usr/lib/python2.7/plistlib.py", line 62, in <module>     import datetime ImportError: No module named datetime --- Downgrading to 2.7.8-6ubuntu1 by downloading the older .deb:s from Launchpad fixes the issue, upgrading again bring the issue visible again. Note: this is a earlier built click-toolbelt I'm running, since the build process from a clean checkout is quite error-prone.
2014-09-11 10:46:54 Matthias Klose python2.7 (Ubuntu): status New Invalid