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 higery
Recipients alexis, benjamin.peterson, eric.araujo, georg.brandl, higery, jkloth, nadeem.vawda, paul.moore, python-dev, rpetrov
Date 2011-08-23.11:34:34
SpamBayes Score 0.00034271344
Marked as misclassified No
Message-id <1314099274.93.0.428998909689.issue12678@psf.upfronthosting.co.za>
In-reply-to
Content
>>higery: Would you have a bit of free time to help use here?

Certainly yes.

I have run the test_packaging.py, the main error message is about "ValueError: path is on mount 'c:', start on mount 'D:'". One sample is:

ERROR: test_uses (packaging.tests.test_database.TestDistribution)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\add-develop-command\lib\packaging\tests\test_database.py", line 148, in setUp
    os.path.join(distinfo_dir, file)))
  File "D:\add-develop-command\lib\packaging\tests\test_database.py", line 36, in record_pieces
    path = relpath(file, sys.prefix)
  File "D:\add-develop-command\lib\ntpath.py", line 622, in relpath
    raise ValueError(error)
ValueError: path is on mount 'c:', start on mount 'D:'
History
Date User Action Args
2011-08-23 11:34:35higerysetrecipients: + higery, georg.brandl, paul.moore, nadeem.vawda, benjamin.peterson, jkloth, eric.araujo, rpetrov, alexis, python-dev
2011-08-23 11:34:34higerysetmessageid: <1314099274.93.0.428998909689.issue12678@psf.upfronthosting.co.za>
2011-08-23 11:34:34higerylinkissue12678 messages
2011-08-23 11:34:34higerycreate