#3536: setup.py is broken in (at least) r4549 on (at least) Win32
-----------------------+----------------------------------------------------
Reporter:  anonymous   |       Owner:  jacob        
  Status:  new         |   Component:  Uncategorized
 Version:  SVN         |    Keywords:               
   Stage:  Unreviewed  |   Has_patch:  0            
-----------------------+----------------------------------------------------
 c:\> python setup.py
 Traceback (most recent call last):
   File "setup.py", line 31, in ?
     if sys.argv[1] == 'bdist_wininst':
 IndexError: list index out of range
 
 c:\> python setup.py bdist_wininst
 [.....]
 running install_data
 creating build\bdist.win32\wininst\DATA
 Traceback (most recent call last):
   File "setup.py", line 47, in ?
     scripts = ['django/bin/django-admin.py'],
   File "C:\devstudio\python2.4\lib\distutils\core.py", line 149, in setup
     dist.run_commands()
   File "C:\devstudio\python2.4\lib\distutils\dist.py", line 946, in
 run_commands
 
     self.run_command(cmd)
   File "C:\devstudio\python2.4\lib\distutils\dist.py", line 966, in
 run_command
     cmd_obj.run()
   File "C:\devstudio\python2.4\lib\distutils\command\bdist_wininst.py",
 line 152
 , in run
     install.run()
   File "C:\devstudio\python2.4\lib\distutils\command\install.py", line
 510, in r
 un
     self.run_command(cmd_name)
   File "C:\devstudio\python2.4\lib\distutils\cmd.py", line 333, in
 run_command
     self.distribution.run_command(command)
   File "C:\devstudio\python2.4\lib\distutils\dist.py", line 966, in
 run_command
     cmd_obj.run()
   File "C:\devstudio\python2.4\lib\distutils\command\install_data.py",
 line 62,
 in run
     dir = convert_path(f[0])
   File "C:\devstudio\python2.4\lib\distutils\util.py", line 89, in
 convert_path
     raise ValueError, "path '%s' cannot be absolute" % pathname
 ValueError: path '/PURELIB/django\conf\locale' cannot be absolute

-- 
Ticket URL: <http://code.djangoproject.com/ticket/3536>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to