Roundup Tracker - Issues

Message3967

Author radioking
Recipients radioking
Date 2010-01-06.11:12:06
Message-id <1262776327.37.0.824068640419.issue2550623@psf.upfronthosting.co.za>
In-reply-to
Previously I installed all versions from 1.3.3 to 1.4.5 in /tmp
directory which has now been emptied automatically after a reboot.

After that I tried to "jump" directly to 1.4.7 by doing this:


root@server:/opt/roundup/src$ sudo svn co -r4202
http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk .

root@server:/opt/roundup/src$ sudo python setup.py install


leads to

#################################################
  File "setup.py", line 101
    'description': "A simple-to-use and -install issue-tracking system"
                 ^
SyntaxError: invalid syntax
#################################################
History
Date User Action Args
2010-01-06 11:12:07radiokingsetmessageid: <1262776327.37.0.824068640419.issue2550623@psf.upfronthosting.co.za>
2010-01-06 11:12:07radiokingsetrecipients: + radioking
2010-01-06 11:12:07radiokinglinkissue2550623 messages
2010-01-06 11:12:06radiokingcreate