Robin Becker wrote:
> OK I found the problem. First off I still see this message about
> msvcr71.dll could not be extracted!
>
> in the debug output.
>
> Secondly I found that the icon I specified in the Makespec.py invocation
> is actually being added to the distribution exe. I actually want t
Robin Becker wrote:
> Giovanni Bajo wrote:
>
>> yeah that's pretty cryptic. It's a known bug which I need to come around
>> and fix it. Anyway, the message itself is harmless: if the program then
>> exits, there is *another* problem.
>>
>> If you want to help with that, you could enable
Giovanni Bajo wrote:
> yeah that's pretty cryptic. It's a known bug which I need to come around
> and fix it. Anyway, the message itself is harmless: if the program then
> exits, there is *another* problem.
>
> If you want to help with that, you could enable the console+debug mode
> an
Giovanni Bajo wrote:
> yeah that's pretty cryptic. It's a known bug which I need to come around
> and fix it. Anyway, the message itself is harmless: if the program then
> exits, there is *another* problem.
>
> If you want to help with that, you could enable the console+debug mode
> an
Robin Becker wrote:
> I just tried this on something which we currently use py2exe+nsis to
> package and it certainly seems to produce a small exe, but when run I
> see a cryptic message on two message boxes
>
> ! msvcr71.dll
>
> ! could not be extracted
>
> the program then exits.
yeah that
Giovanni Bajo wrote:
> Hello,
>
> PyInstaller 1.3 is out!
>
> Grab latest version at:
> http://pyinstaller.python-hosting.com/
..
I just tried this on something which we currently use py2exe+nsis to package
and
it certainly seems to produce a small exe, but when run I see a cryptic message
Giovanni Bajo escreveu:
> Hello,
>
> PyInstaller 1.3 is out!
>
> Grab latest version at:
> http://pyinstaller.python-hosting.com/
>
>
> Description
> ---
> PyInstaller is a program that converts (packages) Python programs into
> stand-alone executables, under Windows, Linux and Irix. It
Hello,
PyInstaller 1.3 is out!
Grab latest version at:
http://pyinstaller.python-hosting.com/
Description
---
PyInstaller is a program that converts (packages) Python programs into
stand-alone executables, under Windows, Linux and Irix. Its main advantages
over similar tools are that