hey dudes,
currently i'm using django with python. I wanted to try using it with jython, so i installed the jython2.5.2b and edit the python.path to point to
C:\Python26\Lib\site-packages
I have also installed the django-jython extension in jython. However, I still encountered error
ImportError: No module named django
Does anyone have a clue?