[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: CVS update: MODIFIED: cmdline, commit_tests.py, svnadmin_tests.py ...

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-08-28 20:29:47 CEST

cmpilato@tigris.org writes:

> +try:
> + import svntest
> +except SyntaxError:
> + print "<<< Please make sure you have Python 2.1 or better! >>>"
> + traceback.print_exc()
> + raise SystemExit

Does this actually work?

I've tried to implement this twice. But a python 1.5 interpreter kept
dying during pre-compile phase, not execution.

Also, don't we require python 2.0, not 2.1?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:37 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.