I'm not a python programmer (yet) but I saw a reference to the 'dl' module somewhere 
and thought I'd give this a try:

#!/usr/bin/python
import dl
a = dl.open('/usr/local/lib/libpgui.so')
a.call('pgInit',0,'') 
a.call('pgMessageDialog','Python','Hello World\n(from Python!)',0)

Nifty.

--
To the systems programmer, users and applications server only to provide a 
test load.


_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to