I have pinax 0.7rc1 installed and working on Windows 7 without problems.
Watch this video for a great example on how to do this. It uses pinax 0.7beta3 for Windows XP.
http://www.vimeo.com/6098872
Here are the steps I followed.
- download and install python
- download and install python image library
- download pinax at http://pinaxproject.com
- extract the download to some working
<pinax-directory> (maybe c: \ pinax?) - make sure you have python in your path (c: \ pythonXX)
- make sure you have the python scripts folder in your path (c: \ pythonXX \ scripts)
- open command prompt
cd to the <pinax-directory>\scripts folder- run
python pinax-boot.py <pinax-env> (I used "../pinax-env") - wait for the pinax-boot process to complete
- technically, pinax is installed and ready to use, but the following steps will help you get started with the pinax social application (any other application will also work fine)
- cd to the
<pinax-env>\scripts directory - run
activate.bat script - execute
python clone_project social <pinax-env>\social - cd to
<pinax-env>\social - execute
python manage.py syncdb execute python manage.py runserver
open your browser on the server and you will see a new pinak site
Voila !! Pinax on Windows.
source share