dimanche 8 mars 2015

pysqlcipher installation on ubuntu with Python 3.4 - syntaxerror

I'm following this tutorial to install pysqlcipher, but get a syntax error.


I'm working on Ubuntu 14.04 LTS. I have created a virtual environment with "virtualenv" to use Python 3.4. Despite the tutorial (of the link above), I cannot success to install sqlcipher! The installation crashes when I run this:



python setup.py build_sqlcipher


The error message is this one:



File "setup.py", line 64
print "CFLAGS", os.environ['CFLAGS']
^
SyntaxError: invalid syntax

Aucun commentaire:

Enregistrer un commentaire