I want to use wxPython, are there any pitfalls?

Jorgen Bodde jorgen.maillist at gmail.com
Fri Sep 22 10:37:35 PDT 2006


Hi Guys,

I played with wxPython a bit and I am very impressed by the efficiency
and ease of use. I don't know Python but it is pretty much self
explanatory how it all works..

I want to make a desktop Wiki tool, and already figured out that I can
use XRC from DialogBlocks to load in my python script. That's nice
because it saves a lot of effort. I installed PySqlite and wxPython
and I can access my DB, and GUI's show up very nicely!

Now for my question, when I want to distribute by tool with the least
dependency for the user, can I with Py2Exe for example also include
the PySqlite and wxPython inside the compiled python app? I want to
avoid that people have to install the whole (wx)python development env
for my app to run.

Thanks again,
- Jorgen Bodde




More information about the wxpython-users mailing list