Re: Need Help Migrating to Windows 7 (64-bit), Python 2.6, Django 1.1

2009-10-24 Thread Tim Valenta
I would still raise the warning of caution, that certain external Python libraries do not have 64-bit versions, like PIL. I tried the whole 64-bit Python thing, and I just couldn't do it because of some library dependancies. I also use a setup like yours on Windows 7, except with MySQL, and a 32

Re: Need Help Migrating to Windows 7 (64-bit), Python 2.6, Django 1.1

2009-10-24 Thread JimR
Turns out the problem was with PostgreSQL. The prior installation was running 8.3 (not 8.4 as noted). The new installation was using 8.4. Dropping back to 8.3 on the new installation corrected the issue for me. I'm sure there are migration issues to consider moving from 8.3 to 8.4, but I'll lea

Need Help Migrating to Windows 7 (64-bit), Python 2.6, Django 1.1

2009-10-21 Thread JimR
Hello, All, I am trying to migrate my application from Python 2.5, Dango 1.0, PostgreSQL 8.4, Windows XP (32-bit) to Python 2.6, Django 1.1, PostgreSQL 8.4, Windows 7 (64-bit). I have donwloaded and installed the 64-bit version of Python 2.6. I am having a problem with a particular model under