Hi, I want to install django on jython at windows xp.
When I setup django with jython2.5a, I saw following traceback
message.
C:\Django-1.0-beta_2>c:\jython2.5a1_2\jython setup.py install
Traceback (most recent call last):
File "setup.py", line 3, in <module>
from distutils.command.install import INSTALL_SCHEMES
File "C:\jython2.5a1_2\Lib\distutils\command\install.py", line 15,
in <module>
from distutils.sysconfig import get_config_vars
File "C:\jython2.5a1_2\Lib\distutils\sysconfig.py", line 29, in
<module>
argv0_path = os.path.dirname(os.path.abspath(sys.executable))
File "C:\jython2.5a1_2\Lib\ntpath.py", line 494, in abspath
if not isabs(path):
File "C:\jython2.5a1_2\Lib\ntpath.py", line 54, in isabs
s = splitdrive(s)[1]
File "C:\jython2.5a1_2\Lib\ntpath.py", line 120, in splitdrive
if p[1:2] == ':':
TypeError: 'NoneType' object is unsubscriptable
I think, this is due to the extension of jython's sys.executable
".bat".
How can I install Django on jython at windows?
Thanks,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---