The Golden Spot

I hope this helps someone who is learning about Linux and web application programming with Python, Django, and Javascript.

Monday, May 26, 2008

After updating Django subversion to 7549 mod_python was expressing an error- not able to find the django modpython module:
django.core.handlers.modpython

so I finally realized that I changed /home/my/location/DjangoSubversion-XXXX to end in 7549. I had to change the link in /usr/local/lib/python2.5/site-packages/django to the new directory name.

I just learned what

unlink

does- since I had to unlink the old link and make a new one.

For about 2 minutes I thought there was backward incompatible changes in subversion.

0 Comments:

Post a Comment

<< Home