jinjie2088 / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
0 stars 0 forks source link

Cannot install #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Getting error:

File "/usr/lib/python2.3/site-packages/tagging/fields.py", line 104
    return ' '.join(t.name for t in tagset)

SyntaxError: invalid syntax

Original issue reported on code.google.com by cory...@gmail.com on 25 Dec 2007 at 5:38

GoogleCodeExporter commented 9 years ago
This is a duplicate of Issue 51, which was fixed in revision 84.

Original comment by jonathan.buchanan on 8 Jan 2008 at 3:29