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.15:24:29
SpamBayes Score 3.5357192e-07
Marked as misclassified No
Message-id <1311348270.37.0.776920409024.issue12394@psf.upfronthosting.co.za>
In-reply-to
Content
> I think you did not get the latest version of my code.
I pulled and updated again and got a different error :)

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 79, in test_install_wrapper_scripts
    with open(script, "rb") as f:
IOError: [Errno 13] Permission denied: '/tmp/user/1013/tmp2xp9qc/tmpwhzzmg/script1'

(/tmp/user/1013 is my $TMP directory)

>> The new scripts feature should reuse the already existing scripts
>> field, in the files section.
> But they have different string syntax

Yes, you will have to update the config file parsing code in config, code that uses dist.scripts, etc.
History
Date User Action Args
2011-07-22 15:24:30eric.araujosetrecipients: + eric.araujo, mhammond, fdrake, vinay.sajip, ceder, tim.golden, tarek, alexis, higery
2011-07-22 15:24:30eric.araujosetmessageid: <1311348270.37.0.776920409024.issue12394@psf.upfronthosting.co.za>
2011-07-22 15:24:29eric.araujolinkissue12394 messages
2011-07-22 15:24:29eric.araujocreate