What happened to PerlQt/PerlKDE?

ziggy on 2001-03-15T02:53:21

`whoami` writes "Does anybody know what the development status for Ashley Winters' modules PerlKDE and PerlQt is (CPAN directory)? Their last update lies a long time back. Some fellow KDEers confirmed that PerlQt doens't work with a recent version of Qt, and PerlKDE only supports KDE1, so the modules need an update urgently.

As I didn't get a response to several emails to the author, I tried to find a hint on Usenet, on the modules@perl.org mailing list, on IRC and on the kde-devel mailing list, but to no avail.

However, I can't believe that nobody cares about Perl support for Qt and KDE, so I want to ask here

  • if anybody knows if the modules are still maintained
  • how the author Ashley Winters can be reached
  • if anybody has a copy of the development tools which the author used to auto-generate the XS code from the C++ headers (see this mail from Ashley to the kde-devel list).

Please help preventing that Perl support for KDE and Qt dies. Any hint is appreciated!"

Also worth noting is that theKompany is actively working on a Python IDE for KDE. With all of the recent activity on Qt and KDE, it's rather surprising that PerlQt and PerlKDE haven't been updated in a year...


Perl IDE for KDE

LVWolfman on 2001-03-16T01:08:42

Over at Active State they have the Komodo project.

It is a cross-platform, multi-language IDE that supports Perl, Python and JavaScript. There are Linux and Windows versions.

The Linux version is only at Technology Preview 4, but it DOES work well under KDE.

Based on what I've seen and read about the Windows Beta 1.3, eventually Komodo/Linux will support C#, C++, Java, Lua, Makefile, Pascal, PHP, XML and XSLT.

Komodo is more than an editor, it is a full IDE with integrated debugger, code folding, syntax checking, integrated help, etc.

I don't know what ActiveState's plans are, but right now the products are free.

Since at the moment, I'm doing most of my perl coding for an NT server I've been using the Windows beta. But I've installed the Linux version on my Athlon and am impressed with both.

Re:Perl IDE for KDE

ziggy on 2001-03-16T03:27:22

Sure Komodo works under KDE and supports developing Perl programs, but that's not the issue.

The Perl libraries to develop KDE and Qt applications are still out of date. The folks at theKompany are interested in making it easy to develop Python applications for KDE and Qt though.

Perl/Gtk

Sevast on 2001-03-17T00:58:06

I don't want to start holy wars (Qt/KDE versus Gtk/Gnome for instance) here and have nothing against Qt/KDE, but have you tried Perl/Gtk,

which is a very mature thing?
There is an XML-based GUI builder for Gtk called

Glade

(also mature ;-)), and with

a Perl module

Glade XML files are easily converted into Perl/Gtk code. Very nice, I should say.


To see an example of what can be done with Perl/Gtk, just take a look at Linux Mandrake configuration utilities.
Here is Perl/Gtk tutorial


__END__