Re: py2exe 0.6.1 released



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 emulates the Windows LoadLibrary function - they are
> never unpacked to the file system.


Cute!

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). How can I debug it?
--
Giovanni Bajo


.



Relevant Pages

  • Re: py2exe 0.6.1 released
    ... >> * py2exe can now bundle binary extensions and dlls into the ... >> finally build real single-file executables. ... >> The bundled dlls and pyds are loaded at runtime by some special ... I'm still using wxPython 2.4.2.4 for Python ...
    (comp.lang.python)
  • Re: Delphi to take advantage of multiple threads within the compiler>
    ... > relocation info from executables and makes them much smaller. ... Only dlls need to be rebased; Since the .exe is the first module that gets ... Chances are you only used StripReloc on .exe files, ...
    (borland.public.delphi.non-technical)
  • Re: binmod.exe, NK.bin files and other beginner questions
    ... I never even heard about Platform Builder ... my main concern is over the added executables and dlls ... having to rewrite the entire application (which consists of about a ...
    (microsoft.public.windowsce.embedded)
  • Re: Loading an application (with .DLLs) into memory for later use
    ... As I've always learned it, loaded binaries are just memory-mapped files, which means that Windows can choose to discard pages and page them in as needed. ... I don't know whether the loader can detect executables being launched from removable drives to take special action, but I'd assume it doesn't, certainly not on all versions of Windows. ... Paging can happen even if the application imports no further DLLs. ...
    (microsoft.public.dotnet.general)
  • Re: Visual Studio 2005 problems.. "...the application configuration is incorrect..."
    ... You have to embed the manifest in your executable... ... C-runtime DLLs in your application's local folder. ... > Is anyone using Visual Studio 2005, and has anyone been able to ... > successfully transfer executables to their WinXP embedded images? ...
    (microsoft.public.windowsxp.embedded)