I am trying to get tipfy while working on the Google App Engine > (GAE). I am using Windows XP .
The hello world example is working fine. I donβt understand how to install the extensions correctly.
I am trying to use the "multi-auth" example without much success.
I get the following error:
ImportError: No module named wtforms.validators
I tried installing the extension according to the documentation that says:
bootstrap.py --distribute
What returns:
Download http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz
Extract to d: \ temp \ tmp2frf61
Now we work in d: \ Temp \ tmp2frf61 \ distribute-0.6.14
Creating a Distributed Egg in d: \ Temp \ tmpq4-j_v
warning: files not found "Makefile" in the "docs"
warning: files not found 'indexsidebar.html' in the 'Documents' directory
D: \ Temp \ tmpq4-j_v \ distribute-0.6.14-py2.5.egg
install_dir d: \ temp \ tmpq4-j_v
Then I run:
bin / buildout
and get the following:
While: Initialization. Error: Could not open D: \ downloads \ tipfy.0.6.3.build \ project \ bin \ buildout.cfg
Since this file does not exist in the bin directory, which, I assume, should be placed there after starting:
bootstrap.py --distribute