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
[Py2exe-users] How to add a package loaded at run time
by Bruno Santos other posts by this author
Jun 18 2004 9:13AM messages near this date
[Py2exe-users] sys.modules hijinx breaks windows executables | [Py2exe-users] Re: How to add a package loaded at run time
Hi all,

I've developped a small application in Python and, I'm trying to use
py2exe to convert it into an executable.

My application has a root directory where the main script is along with
a few others. Then, when executed it loads all the ".py" or ".pyc"
files stored in module "pool" from the root directory. The idea is that
later on, other users can extend future files that will be used by the
main application stored in the root directory.

When converted into an executable, somehow I'm no longer able to load
the .py files from module pool. I've tryed several ways, but with no
success.

Here is my setup.py configuration:

# setup.py
 from distutils.core import setup
import py2exe

setup(
     version = "0.3.5",
     author="Bruno Santos ",
     author_email="bmsr@gmv.es",

     # targets to build
     console = ["beefBuilder.py"],

     scripts = ["Node.py",
               "DataNode.py",
               "datanodegui.py",
               "gui.py" ],

     data_files=[("images", ["images/BeefBuilder.ico",
			    "images/add-arrow.bmp",
			    "images/add-node.bmp",
			    "images/subtract.bmp",
			    "images/struct-a-file.gif",
			    "images/export.bmp",
			    "images/new.bmp",
			    "images/open.bmp",
			    "images/save.bmp",
			    "pool/classnode.py",
                       "pool/switchnode.py"]) ],
     )


Any idea why?
Regards,


-- 

Bruno Santos
mailto:bmsantos@[...].es

"Treat people as they ought to be, and you will help them
become what they are capable of being." - Goethe

Grupo GMV SA.
---------------------------------------------------------------------
Isaac Newton, 11 - PTM - Tres Cantos - 28760 Madrid
---------------------------------------------------------------------
Phone: 91-8072100    Ext:3362    Fax: 91-8072199
---------------------------------------------------------------------
http://www.gmv.com    http://www.gmv.es
http://www.gmvsistemas.com    http://www.sgi.es
---------------------------------------------------------------------
This message is for the designated recipient only and may
contain privileged, proprietary, or otherwise private
information. If you have received it in error, please notify
the sender immediately and delete the original. Any
other use of the email by you is prohibited.


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Py2exe-users mailing list
Py2exe-users@[...].net
https://lists.sourceforge.net/lists/listinfo/py2exe-users
Thread:
Bruno Santos
Greg
Thomas Heller
E. A. Tacao
Bruno Santos

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