First time here? Check out the FAQ!

Revision history  [back]

Hi Jeremy, regarding MySQL-python in windows please check this out.

On Linux all dependencies (excluding recaptcha-django) will install one or two lines:

easy_install mysql-python django South recaptcha-client \
             markdown2 html5lib python-openid

easy_install django-debug-toolbar==0.7.0

Notice that django-debug-toolbar must be of specific version. The latest one has a serious unsolved bug, which prevents using the toolbar at least with askbot (occasionally you'll want to turn it on because it helps debugging).

recaptcha-django library is not yet accessible through easy_install and I will just add it to the distribution so that nobody has to download it anymore - I'll solve this issue by tomorrow, but for now you can get it through subversion (install some subversion client for windows first)

Here is how it goes on Linux:

svn checkout http://recaptcha-django.googlecode.com/svn/trunk/ \
                                    recaptcha-django-read-only

cd recaptcha-django-read-only
python setup.py install

Hi Jeremy, regarding MySQL-python in windows please check this out.

On Linux all dependencies (excluding recaptcha-django) will install one or two lines:

easy_install mysql-python django South recaptcha-client \
             markdown2 html5lib python-openid

easy_install django-debug-toolbar==0.7.0

Notice that django-debug-toolbar django-debug-toolbar must be of specific version. The latest one has a serious unsolved bug, which prevents using the toolbar at least with askbot (occasionally you'll want to turn it on because it helps debugging).

recaptcha-django library is not yet accessible through easy_install and I will just add it to the distribution so that nobody has to download it anymore - I'll solve this issue by tomorrow, but for now you can get it through subversion (install some subversion client for windows first)

Here is how it goes on Linux:

svn checkout http://recaptcha-django.googlecode.com/svn/trunk/ \
                                    recaptcha-django-read-only

cd recaptcha-django-read-only
python setup.py install

Hi Jeremy, regarding MySQL-python in windows please check this out.

On Linux all dependencies (excluding recaptcha-django) will install one or two lines:

The only thing that does not load through easy_install mysql-python django South recaptcha-client \
             markdown2 html5lib python-openid

easy_install django-debug-toolbar==0.7.0

Notice that django-debug-toolbar must be of specific version. The latest one has a serious unsolved bug, which prevents using the toolbar at least with askbot (occasionally you'll want to turn it on because it helps debugging).

is recaptcha-django library is not yet accessible through easy_install and I will just add it to the distribution so that nobody has to download it anymore - I'll solve this issue by tomorrow, but for now you can get it through subversion (install some subversion client for windows first)

Here is how it goes on Linux:

svn checkout http://recaptcha-django.googlecode.com/svn/trunk/ \
                                    recaptcha-django-read-only

cd recaptcha-django-read-only
python setup.py install

Hi Jeremy, regarding MySQL-python in windows please check this out.

The only thing that does not load through easy_install is recaptcha-django library and I will just add it to the distribution so that nobody has to download it anymore - I'll solve this issue by tomorrow, but for now you can get it through subversion (install some subversion client for windows first)

Here is how it goes on Linux:

svn checkout http://recaptcha-django.googlecode.com/svn/trunk/ \
                                    recaptcha-django-read-only
 cd recaptcha-django-read-only
python setup.py install