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, eric.araujo, mhammond, tarek, tim.golden, vinay.sajip
Date 2011-06-24.11:27:27
SpamBayes Score 1.3149408e-06
Marked as misclassified No
Message-id <1308914847.8.0.90272391748.issue12394@psf.upfronthosting.co.za>
In-reply-to
Content
> Does that mean that you can't just put an arbitrary Python script in
> your application?

Arbitrary script files are supported via the resources feature (when the bug you reported is fixed :)  The generation of scripts from callables is a widely-used setuptools feature that will solve a number of problems (Python not on PATH on Windows, unnecessary .py extension on UNIX, such things).
History
Date User Action Args
2011-06-24 11:27:27eric.araujosetrecipients: + eric.araujo, mhammond, vinay.sajip, tim.golden, tarek, alexis
2011-06-24 11:27:27eric.araujosetmessageid: <1308914847.8.0.90272391748.issue12394@psf.upfronthosting.co.za>
2011-06-24 11:27:27eric.araujolinkissue12394 messages
2011-06-24 11:27:27eric.araujocreate