setup.py install fails on Mac/Windows

Bug #1164098 reported by Brian Curtin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Single Sign On Client
Status tracked in Trunk
Stable-4-2
Triaged
Undecided
Unassigned
Trunk
Fix Released
Undecided
dobey

Bug Description

Running "python setup.py install" fails on Windows with the following traceback:

Traceback (most recent call last):
  File "setup.py", line 352, in <module>
    **extra)
  File "c:\u1-new\eggs\python_distutils_extra-2.31-py2.7.egg\DistUtilsExtra\auto.py", line 98, in setup
    distutils.core.setup(**attrs)
  File "C:\Python27\lib\distutils\core.py", line 152, in setup
    dist.run_commands()
  File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
    cmd_obj.run()
  File "setup.py", line 90, in run
    prefix = self.install_data.replace(self.root, '')
TypeError: expected a character buffer object

self.root in that replace call is None.

Tags: u1-notrack

Related branches

Julien Funk (jaboing)
tags: added: u1-notrack
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.