[wxPython-users] [help]setup.py for py2exe
He Jibo
hejibo at gmail.com
Fri Mar 7 19:43:13 PST 2008
Dear Robin,
Thank you so much ! Do you mean that I can simply delete the "import run.py"
in the original code? I added only several sentences to record the URLs.
Jibo
On Fri, Mar 7, 2008 at 8:16 PM, Robin Dunn <robin at alldunn.com> wrote:
> He Jibo wrote:
> > Hi, Pythoners,
> >
> > I wanto to make .exe file from a wxpython script
> > (IEHtmlWindow_revised.py in the attachment).But this script also needs
> > run.py in the attachment to run. How can I write in the setup.py for
> > py2exe to bundle run.py and IEHtmlWindow_revised.py together?
>
> You can tell py2exe to explicitly include specific modules, but in this
> case I would suggest to not do that. The run.py module is intended to
> be used for modules in the demo framework, but it really isn't much more
> functionality than just making a frame to contain the main panel for the
> sample. So you'll be better off to sever all ties to the demo framework
> and just make your application more standalone instead.
>
> --
> Robin Dunn
> Software Craftsman
> http://wxPython.org Java give you jitters? Relax with wxPython!
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org
>
>
-- =
Best Regards,
He Jibo
jibohe2 at cyrus.psych.uiuc.edu
hejibo at gmail.com
---------------------------
He Jibo
Department of Psychology,
Beckman Institute for Advanced Science and Technology
University of Illinois, Urbana Champaign,
603 East Daniel St.,
Champaign, IL 61820
Tel: 217-244-4461(office)
217-244-6763(lab)
Email: hejibo at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200803=
07/3e367797/attachment.htm
More information about the wxpython-users
mailing list