Nuacht

Please consider the following shell session. It seems as soon as I redirect the virtualenv python's output to a file, the encoding becomes "ascii" and hence unicode characters cannot be written. This ...
Hello, I have been trying to get django-pyodbc working to connect to a SQL Server 2000 MSDE instance. I am using Django 1.6.1, Python 3.3 on Ubuntu 12.04. Trying to do a simple operation such as fr ...