I\'ve created virtualenv with:
mkvirtualenv -p /usr/bin/python3.4 django
After, I tried install pysqlite:
pip install pysql
There is no public version of pysqlite for Python 3.x. For Python 3.x, the sqlite3 module in the standard library is the most up-to date version of pysqlite there is.