Message5130

Author jpartogi
Recipients jpartogi
Date 2009-09-10.05:36:49
SpamBayes Score 1.0441637e-07
Marked as misclassified No
Message-id <1252561010.71.0.0995998041057.issue1463@psf.upfronthosting.co.za>
In-reply-to
Content
Currently on windows (haven't tested on windows yet), if we set 
environment variable %PYTHONPATH% or %JYTHONPATH%, currently Jython does 
not pick up any module located under that path.

So if I define my %PYTHONPATH% as:
C:\django\django;

and from jython command line we invoke this:
>>> import django
it currently returns this error:
Traceback (most recent call last):
  File "manage.py", line 5, in <module>
    from django.core.management import execute_manager
ImportError: No module named django

IMHO Jython should feel as natural as the CPython and enables user to do 
what they can do in CPython
History
Date User Action Args
2009-09-10 05:36:51jpartogisetrecipients: + jpartogi
2009-09-10 05:36:50jpartogisetmessageid: <1252561010.71.0.0995998041057.issue1463@psf.upfronthosting.co.za>
2009-09-10 05:36:50jpartogilinkissue1463 messages
2009-09-10 05:36:49jpartogicreate