[Distutils] [ANN] setuptools post install script for bdist_wininst

P.J. Eby pje at telecommunity.com
Mon Sep 13 17:43:56 CEST 2010


At 02:03 PM 9/13/2010 +0200, Manlio Perillo wrote:
>The simplest solutions are:
>* use py2exe or pyinstaller
>
>   The problem is that there are some issues using them:
>     - my scripts are handled by setuptools, and I use pkg_resource
>       plugins and project data; this seems to not be supported

I'm not sure what you mean.  If your scripts import pkg_resources, it 
should be included in the resulting .exe or distribution.


>     - python >= 2.6 support have several issues

Is that just a general issue with py2exe/pyinstaller, or is there 
something specific to setuptools?



More information about the Distutils-SIG mailing list