GUI front end to Perl code?

Do I have any options if I wanted to use wxPython as a
GUI front end to a Perl app?
I know about wxPerl, and it looks really good, but the
user base seems to be so much bigger and more active
for wxPython, which could be a factor if you get stuck
on something.

tia,
--ed

···

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

ed wrote:

Do I have any options if I wanted to use wxPython as a
GUI front end to a Perl app?
I know about wxPerl, and it looks really good, but the
user base seems to be so much bigger and more active
for wxPython, which could be a factor if you get stuck
on something.

Just rewrite the Perl app in Python? :wink:

Actually, you can probably figure out some way to do IPC between the Perl app and a Python app using standard protocols (such as XML-RPC) and then the wxPython front-end could just make rpc calls to the Perl app do do whatever it needs to do.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!