ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> py2exe-users
py2exe-users
Re: [Py2exe-users] How to place all modules inside .exe?
by Thomas Heller other posts by this author
Jun 8 2004 2:16PM messages near this date
Re[2]: [Py2exe-users] How to place all modules inside .exe? | [Py2exe-users] How to place all modules inside .exe?
"E. A. Tacao" <e.a.tacao@[...].br>  writes:

>  Hello,
> 
>  I wrote an app in Python 2.2.2/wxPython 2.4.2.4. While at that, I used
>  py2exe 0.4.1 to generate my dist under WinXP. The main .exe file was
>  about 800kB.
> 
>  Now I upgraded to Python 2.3.3/wxPython 2.5.1.5/py2exe 0.5.0 and I'm
>  facing an issue: my .exe file is only 44kB and there's a 'library.zip'
>  file that contains several modules.
> 
>  I guess on 0.4.1 the required modules were inside the .exe file (there
>  wasn't a 'library.zip' here and everything worked fine). How should I
>  tell py2exe 0.5.0 that I still want them inside the .exe file?

There's no way.  It is now always in the zip file, the zip can be shared
between several (possibly) related exe or dll files which you can build
with one setup script.  Technically, it should be possible to append the
zip archive to the exe file itself, but what would you gain?  One file
less to distribute - is it worth the effort?

Thomas



-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
Py2exe-users mailing list
Py2exe-users@[...].net
https://lists.sourceforge.net/lists/listinfo/py2exe-users

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved