[Fwd: Re: [Tutor] py2exe]
Ismael Garrido
ismaelgf at adinet.com.uy
Mon Jan 17 08:48:02 CET 2005
Forgot to forward it to the list... Here it goes:
-------- Original Message --------
Subject: Re: [Tutor] py2exe
Date: Mon, 17 Jan 2005 05:40:44 -0200
From: Ismael Garrido <ismaelgf at adinet.com.uy>
To: Guillermo Fernandez Castellanos
<guillermo.fernandez.castellanos at gmail.com>
References: <20050117071226.72097.qmail at web54306.mail.yahoo.com>
<7d7029e705011623327bd5b784 at mail.gmail.com>
Guillermo Fernandez Castellanos wrote:
>Unfortunatelly, it does not work... I still have the same problem.
>
>My setup.py:
>
>from distutils.core import setup
>import py2exe
>
>import Tix
>
>
No, put "import Tix" in openwar.py. The modules you import on setup.py
don't get "carried over" to the rest of your code.
Bye
Ismael
More information about the Tutor
mailing list