[Distutils] pkg_resources on Windows

PJ Eby pje at telecommunity.com
Wed Dec 14 06:10:01 CET 2011


On Tue, Dec 13, 2011 at 9:42 AM, Andrea Crotti <andrea.crotti.0 at gmail.com>wrote:

> bindir = join('psi', 'devsonly', 'bin')
> scripts = [join(bindir, x) for x in os.listdir(bindir) if
> x.endswith('.py')]
>

This is your problem: specifying scripts in this fashion will not cause an
.exe wrapper to be generated.  See:


http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation

for more details.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20111214/77d130cc/attachment.html>


More information about the Distutils-SIG mailing list