Archive for September, 2003

Sep 29 2003

XMLRPC::Lite Example

Published by Chris McAvoy under Blog

GMAN: XMLRPC::Lite Perl

I was looking for an XMLRPC::Lite example, and found this one. At first glance, it looks really good. I’m going to try to use some of this this afternoon.

No responses yet

Sep 26 2003

Jabber and Perl/ython

Published by Chris McAvoy under Blog

Jabber Perl
Jabber Python

No responses yet

Sep 25 2003

Python and Perl, holding hands.

Published by Chris McAvoy under Blog

I’d like to do some Python work in an environment without Python, but has Perl. So, instead of writing my stuff in Perl, I’m going to write a Perl XML-RPC based API, and have Python talk through it.

All the API needs to do is front for a few command line programs on the target host. I’m looking at Perl’s available XML-RPC modules. Here’s an article on one:

Using XML-RPC for Web services: Getting started with XML-RPC in Perl

No responses yet

Sep 20 2003

Spam

Published by Chris McAvoy under Blog

I’m starting to get a fair amount of spam on my server, so it may be time for:
SpamAssassin

No responses yet

Sep 06 2003

The Search for a Python GUI

Published by Chris McAvoy under Blog

One of the things that initially attracted me to Python was the built in Qt GUI libraries. Then I started to work with them. It’s not that they’re hard, they’re just time consuming, and end up looking “old”. It’s a nit, but it bugs me. I want my GUI’s to look native.

So, I started exploring the alternatives. The two big ones are wxPython and pyGTK. For now, I’m going to try and put some energy into wxPython, using this tutorial:

Getting Started – wxPython Wiki

I’m choosing wxPython based on the easily installed windows libraries, and a relatively good amount of online documentation.

Documentation is a big deal for me, I like to read. I’m actually pretty dissapointed in the wxPython docs, but it’s better then nothing.

No responses yet

Sep 03 2003

pyGTK

Published by Chris McAvoy under Blog

A Beginner’s Guide to Using pyGTK and Glade

For the to-read list.

No responses yet