VB-like GUI designer?

Roger Binns rogerb at rogerbinns.com
Wed Aug 11 02:04:44 EDT 2004


simo wrote:
> I noticed you have RPMs for Linux - so what do they include - a
> complete wxWidgets/GTK+/Python distribution, plus your files?

$ rpm -qpl dotamatic-0.2-0.i386.rpm
/usr/bin/dotamatic
/usr/lib/dotamatic-0.2
/usr/lib/dotamatic-0.2/_localemodule.so
/usr/lib/dotamatic-0.2/dotamatic
/usr/lib/dotamatic-0.2/dotamatic.css
/usr/lib/dotamatic-0.2/libwx_gtkd-2.4.so
/usr/lib/dotamatic-0.2/mathmodule.so
/usr/lib/dotamatic-0.2/pcre.so
/usr/lib/dotamatic-0.2/pwdmodule.so
/usr/lib/dotamatic-0.2/resources
/usr/lib/dotamatic-0.2/resources/dotamatic.htb
/usr/lib/dotamatic-0.2/resources/standard.jpg
/usr/lib/dotamatic-0.2/strop.so
/usr/lib/dotamatic-0.2/timemodule.so
/usr/lib/dotamatic-0.2/wxPython.htmlc.so
/usr/lib/dotamatic-0.2/wxPython.wxc.so

The file in /usr/bin is a shell script that just execs the dotamatic
binary in /usr/lib.  The dotmatic executable is actually the Python
interpretter with an archive containing the bytecode appended.
Only the Python and wxPython modules used are present.

If you have a look at my BitPim project file you can see something
that does a lot more, and consequently has way more modules
included.

You can compare the above directory to the one installed on
Windows and will find they are remarkably similar.  The Mac
one is also similar but has some underlying differences.

Roger






More information about the Python-list mailing list