Hey guys,

This may have already been reported, but the line:

recursive-exclude tests/regression/images *.png

in MANIFEST.in is causing problems with distutils.

Traceback (most recent call last):
  File "setup.py", line 264, in <module>
    setup(**setup_info)
  File "C:\Python25\lib\distutils\core.py", line 151, in setup
    dist.run_commands()
  File "C:\Python25\lib\distutils\dist.py", line 974, in run_commands
    self.run_command(cmd)
  File "C:\Python25\lib\distutils\dist.py", line 994, in run_command
    cmd_obj.run()
  File 
"C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\command\develop.py",
line 27, in run
  File 
"C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\command\develop.py",
line 85, in install_for_development
  File "C:\Python25\lib\distutils\cmd.py", line 333, in run_command
    self.distribution.run_command(command)
  File "C:\Python25\lib\distutils\dist.py", line 994, in run_command
    cmd_obj.run()
  File 
"C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\command\egg_info.py",
line 171, in run
  File 
"C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\command\egg_info.py",
line 252, in find_sources
  File 
"C:\Python25\lib\site-packages\setuptools-0.6c8-py2.5.egg\setuptools\command\egg_info.py",
line 308, in run
  File "build/bdist.linux-i686/egg/setuptools/command/sdist.py", line
157, in read_template
  File "C:\Python25\lib\distutils\command\sdist.py", line 335, in read_template
    self.filelist.process_template_line(line)
  File "C:\Python25\lib\distutils\filelist.py", line 130, in
process_template_line
    (action, patterns, dir, dir_pattern) = self._parse_template_line(line)
  File "C:\Python25\lib\distutils\filelist.py", line 105, in
_parse_template_line
    dir = convert_path(words[1])
  File "C:\Python25\lib\distutils\util.py", line 140, in convert_path
    raise ValueError, "path '%s' cannot end with '/'" % pathname
ValueError: path 'tests/regression/images/' cannot end with '/'

The fix is just to remove the offending trailing slash. :)


-Peter

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-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/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to