[wxPython-users] I want to use wxPython, are there any pitfalls?

Jorgen Bodde jorgen.maillist at gmail.com
Fri Sep 22 13:12:24 PDT 2006


Thanks Robin!

I am really impressed with wxPython, everything seems to work
flawlessly, good job!

- Jorgen

On 9/22/06, Robin Dunn <robin at alldunn.com> wrote:
> Jorgen Bodde wrote:
> > Hi Robin thanks for your reply, so when I install extra packages like
> > PySqlite, does it also incorporate the DLL that PySqlite uses etc? It
> > would be great if it becomes one big executable ofcourse ...
>
> It's not perfect and sometimes you need to help it out a bit, but py2exe
> does an analysis of your app and finds the modules it imports, and the
> modules they import, and for those that are binary extension modules it
> also looks at DLL dependencies.
>
>
> --
> 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
>
>




More information about the wxpython-users mailing list