So I got Django 1.0 installed. That was very easy. Thanks to the team for making that happen so easily. No need to say much else - just follow the instructions. Verification is very easy by loading up python2.6 and typing "import django" to make sure everything is setup right.
The Pyjamas Story
So I haven't talked about Pyjamas yet, but I decided to go with it as the UI platform/Library as GWT looks very usable for what we're looking to do. Plus our UI designers liked to use the GWT demos for the site design. So I tried to install Pyjamas by going to pyjs.org and downloading the package. I can't get it to work just yet... But here are my notes so far:
- Download setuptools before downloading pyjamas. You need it to install it, no way around it - so go ahead and get it. Make sure you download the right one for your python version... In my case 2.6.