This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author techtonik
Recipients alexis, eric.araujo, tarek, techtonik
Date 2011-04-27.09:33:54
SpamBayes Score 4.076442e-10
Marked as misclassified No
Message-id <1303896835.48.0.116611646596.issue11928@psf.upfronthosting.co.za>
In-reply-to
Content
>python setup.py sdist
{{{
Distribution.parse_config_files():
options (after parsing config files):
no commands known yet
options (after parsing command line):
option dict for 'sdist' command:
  {}
running sdist
Distribution.get_command_obj(): creating 'sdist' command object
checking if setup.py newer than MANIFEST
error: some file : The system cannot find the file specified
Traceback (most recent call last):
  File "setup.py", line 17, in <module>
    'Operating System :: OS Independent',
  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\distutils\command\sdist.py", line 143, in run
    self.get_file_list()
  File "C:\Python25\lib\distutils\command\sdist.py", line 237, in get_file_list
    self.filelist.findall()
  File "C:\Python25\lib\distutils\filelist.py", line 48, in findall
    self.allfiles = findall(dir)
  File "C:\Python25\lib\distutils\filelist.py", line 298, in findall
    stat = os.stat(fullname)
WindowsError: [Error 2] The system cannot find the file specified: 'some file '
}}}
History
Date User Action Args
2011-04-27 09:33:55techtoniksetrecipients: + techtonik, tarek, eric.araujo, alexis
2011-04-27 09:33:55techtoniksetmessageid: <1303896835.48.0.116611646596.issue11928@psf.upfronthosting.co.za>
2011-04-27 09:33:54techtoniklinkissue11928 messages
2011-04-27 09:33:54techtonikcreate