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 eric.araujo
Recipients alexis, ceder, eric.araujo, fdrake, higery, mhammond, tarek, tim.golden, vinay.sajip
Date 2011-07-22.00:33:57
SpamBayes Score 3.4473036e-05
Marked as misclassified No
Message-id <1311294838.79.0.385578726044.issue12394@psf.upfronthosting.co.za>
In-reply-to
Content
Failure on POSIX (linux2):

ERROR: test_install_wrapper_scripts (packaging.tests.test_command_build_scripts.BuildScriptsTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/packaging/tests/test_command_build_scripts.py", line 64, in test_install_wrapper_scripts
    cmd.run()
  File "Lib/packaging/command/build_scripts.py", line 64, in run
    self._check_entries()
  File "Lib/packaging/command/build_scripts.py", line 81, in _check_entries
    raise PackagingOptionError("your specific entry '%s' does not exist!" % entry)
packaging.errors.PackagingOptionError: your specific entry 'script1=foo.bar.main1.main' does not exist!

If you can’t easily test on POSIX, I’ll investigate later.
History
Date User Action Args
2011-07-22 00:33:59eric.araujosetrecipients: + eric.araujo, mhammond, fdrake, vinay.sajip, ceder, tim.golden, tarek, alexis, higery
2011-07-22 00:33:58eric.araujosetmessageid: <1311294838.79.0.385578726044.issue12394@psf.upfronthosting.co.za>
2011-07-22 00:33:58eric.araujolinkissue12394 messages
2011-07-22 00:33:57eric.araujocreate