13 Sep
2010
13 Sep
'10
10:43 a.m.
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?