I've come across a github project which I am trying to install and run it but I've run into some problems( https://github.com/andrewschoen/django-cms-demo ). I've also put this up as an issue https://github.com/andrewschoen/django-cms-demo/issues/2 . The entire pip log is available there.
The problem appears to revolve around disutil, if I understand correctly:
f:\python27\Lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'use_2to3'
warnings.warn(msg)
error: Unable to find vcvarsall.bat
I'm just starting with python and django , having come from php. I'm trying to set this project up on a USB drive, and I'm working on win7.
Thanks in advance for your thoughts,
Bill