Re: [python-win32] Building win32 extensions to Python (OT)

2006-06-19 Thread James Carroll
Hi Bill > 1). The resulting exe did not run properly or > 2). You didn't know that py2exe can create single file executables? > Unfortunately it's #1. I get a crash with the single file bundled with no zipfile... My post on the py2exe mailing list didn't get any replies: http://article.gmane.

Re: [python-win32] Building win32 extensions to Python (OT)

2006-06-16 Thread Bill Burns
Jim wrote: > My only hurdle is py2exe can't make a single executable > out of it... Py2exe can create a package with a dozen files, but I was > hoping for a nice tiny bundle. > Hi Jim, Have you tried bundling an app with py2exe and... 1). The resulting exe did not run properly or 2). You did