I got this when running "python setup.py install" with a python 2.4
Reading http://initd.org/pub/software/pysqlite/releases/2.4/2.4.0/ Reading http://initd.org/pub/software/pysqlite/releases/2.3/2.3.5/ Best match: pysqlite 2.5.5 Downloading http://oss.itsystementwicklung.de/download/pysqlite/2.5/2.5.5/pysqlite-2.5.5.tar.gz Processing pysqlite-2.5.5.tar.gz Running pysqlite-2.5.5/setup.py -q bdist_egg --dist-dir /tmp/easy_install-NUbRWK/pysqlite-2.5.5/egg-dist-tmp-f-uuuW File "build/bdist.solaris-2.11-i86pc/egg/pysqlite2/test/py25tests.py", line 48 with self.con: ^ SyntaxError: invalid syntax zip_safe flag not set; analyzing archive contents... File "/export/home/dave/src/allmydata-tahoe-1.5.0/support/lib/python2.4/site-packages/pysqlite-2.5.5-py2.4-solaris-2.11-i86pc.egg/pysqlite2/test/py25tests.py", line 48 with self.con: ^ SyntaxError: invalid syntax Adding pysqlite 2.5.5 to easy-install.pth file I guess you need to adjust something about the selected pysqlite release or simply dump 2.4 support? -- Dave Abrahams BoostPro Computing http://www.boostpro.com _______________________________________________ tahoe-dev mailing list [email protected] http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
