I'm really excited to get trac up and running - have bumbled through to the point that I'm actually installing trac using easy_install Trac==1.0, but this dies after a while complaining about a syntax error in setup.py. The exact error is: File "c:... \setuptools-0.9.8-py3.3.egg\setuptools\sandbox.py", line 71 in <lambda> File "c:... \setuptools-0.9.8-py3.3.egg\setuptoools\compat.p", line 92 in execfile File "setup.py", line 21 print "Trac requires Python %d.%d or later" % min_python SyntaxError: invalid syntax
How can I get past this? thanx r -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
