I am also getting this. In my case I think it is related to win32com.shell
since when building I get the following error:
error:
C:\work\...\build\bdist.win32\winexe\collect-2.4\win32com.shell\shell.pyd: No
such file or directory
... is a place holder for a very long path.
The problem is fixed
[EMAIL PROTECTED] (Bengt Richter) writes:
> If you have a place in the program where output should never happen
> except when you would want a console window to see it in, you can
> call AllocConsole [1] safely even in multiple such places, just before
> the printing, and the first such call will
"Giovanni Bajo" <[EMAIL PROTECTED]> writes:
> Thomas Heller wrote:
>
>>> I tried it using the wx singlefile example, but unfortunately the
>>> resulting executable segfaults at startup (using Python 2.3.3 on
>>> Windows 2000, with latest wxWindows).
>>
>> Yes, I can reproduce that. I'm still usin
I removed conditional imports from visual and after that I works like a
charm. Now I've got a VPython application within a single 3 Mbyte
exe-file (Python-2.3).
That is really cool.
Thanks
Carl
--
http://mail.python.org/mailman/listinfo/python-list
On Tue, 06 Sep 2005 11:12:46 +0200, Thomas Heller <[EMAIL PROTECTED]> wrote:
>"Giovanni Bajo" <[EMAIL PROTECTED]> writes:
>
>> Thomas Heller wrote:
>>
>>> * py2exe can now bundle binary extensions and dlls into the
>>> library-archive or the executable itself. This allows to
>>> f
Thomas Heller wrote:
>> I tried it using the wx singlefile example, but unfortunately the
>> resulting executable segfaults at startup (using Python 2.3.3 on
>> Windows 2000, with latest wxWindows).
>
> Yes, I can reproduce that. I'm still using wxPython 2.4.2.4 for
> Python
> 2.3.5, and that com
"cmkl" <[EMAIL PROTECTED]> writes:
> Hi,
>
> I didnt succeed to bundle vpython-3.2.3 with py2exe-0.6.1 - regardless
> if its build as single file or not:
>
> "This application has requested the Runtime to terminate it in an
> unusual way" and so on...
>
> This error message seems not generated by
Hi,
I didnt succeed to bundle vpython-3.2.3 with py2exe-0.6.1 - regardless
if its build as single file or not:
"This application has requested the Runtime to terminate it in an
unusual way" and so on...
This error message seems not generated by py2exe. At least I could not
find a reference to i
>> However, the combinations
>> Python 2.4.1 with wxPython 2.4.5.1 ansi
>> ...
>
> You probably mean 2.5.5.1 ?
It was 2.5.4.1 (an arbitrary choice of an old version, just to check if
a recent wxPython change was the cause ).
Svein
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] writes:
> First: Thank you Thomas for the good work with py2exe. The single-file
> option is something I have been waiting for :-)
> Will it also be possible to build independent files (such as
> my_app_data.zip) into the executable?
Depends on how you want to access them at run
First: Thank you Thomas for the good work with py2exe. The single-file
option is something I have been waiting for :-)
Will it also be possible to build independent files (such as
my_app_data.zip) into the executable?
> > I tried it using the wx singlefile example, but unfortunately the resulting
"Giovanni Bajo" <[EMAIL PROTECTED]> writes:
> Thomas Heller wrote:
>
>> * py2exe can now bundle binary extensions and dlls into the
>> library-archive or the executable itself. This allows to
>> finally build real single-file executables.
>>
>> The bundled dlls and pyds are
Thomas Heller wrote:
> * py2exe can now bundle binary extensions and dlls into the
> library-archive or the executable itself. This allows to
> finally build real single-file executables.
>
> The bundled dlls and pyds are loaded at runtime by some special
> code that e
Bugs <[EMAIL PROTECTED]> writes:
> Thomas Heller wrote:
>> Changes in this release:
>> * py2exe can now bundle binary extensions and dlls into the
>> library-archive or the executable itself. This allows to
>> finally build real single-file executables.
>> The bundled dlls a
[EMAIL PROTECTED] (Bengt Richter) writes:
> On Mon, 05 Sep 2005 21:55:19 +0200, Thomas Heller <[EMAIL PROTECTED]> wrote:
>
>>* py2exe can now bundle binary extensions and dlls into the
>> library-archive or the executable itself. This allows to
>> finally build real single-file exec
Thomas Heller wrote:
> Changes in this release:
>
> * py2exe can now bundle binary extensions and dlls into the
> library-archive or the executable itself. This allows to
> finally build real single-file executables.
>
> The bundled dlls and pyds are loaded at runtime by so
On Mon, 05 Sep 2005 21:55:19 +0200, Thomas Heller <[EMAIL PROTECTED]> wrote:
>
>py2exe 0.6.1 released
>=
>
>py2exe is a Python distutils extension which converts python scripts
>into executable windows programs, able to run without requiring a
>py
py2exe 0.6.1 released
=
py2exe is a Python distutils extension which converts python scripts
into executable windows programs, able to run without requiring a
python installation. Console and Windows (GUI) applications, windows
NT services, exe and dll COM servers are
18 matches
Mail list logo