Code review comment for lp:~elachuni/ubuntu-webcatalog/python2.7

Revision history for this message
Michael Nelson (michael.nelson) wrote :

Thanks Anthony, although it looks like sys.version_info is a tuple in 2.6 :/

michael@devmav:~/isd/webcat/review$ fab symlink_python_apt
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/fabric/main.py", line 424, in main
    commands[name](*args, **kwargs)
  File "/home/michael/isd/webcat/review/fabtasks/bootstrap.py", line 37, in symlink_python_apt
    system_libdir = '/usr/lib/python2.%s/' % sys.version_info.minor
AttributeError: 'tuple' object has no attribute 'minor'
michael@devmav:~/isd/webcat/review$

In [2]: sys.version_info
Out[2]: (2, 6, 6, 'final', 0)

review: Needs Fixing

« Back to merge proposal