Re: Beginner advice

2008-03-31 Thread Marc 'BlackJack' Rintsch
On Mon, 31 Mar 2008 07:23:00 +0200, Paul Scott wrote: 3. pyXMLRPClib - active? Something better? There is an `xmlrpclib` in the standard library, so there is no need for an external package here. I even think that pyXMLRPClib is the one that's integrated in the standard library, so the

Re: Beginner advice

2008-03-31 Thread Paul Scott
On Mon, 2008-03-31 at 06:45 +, Marc 'BlackJack' Rintsch wrote: There is an `xmlrpclib` in the standard library, so there is no need for an external package here. I even think that pyXMLRPClib is the one that's integrated in the standard library, so the external one might be dead. Ah,

Re: Beginner advice

2008-03-31 Thread Artmi
On Mar 31, 9:15 am, Paul Scott [EMAIL PROTECTED] wrote: On Mon, 2008-03-31 at 06:45 +, Marc 'BlackJack' Rintsch wrote: There is an `xmlrpclib` in the standard library, so there is no need for an external package here. I even think that pyXMLRPClib is the one that's integrated in the

Re: Beginner advice

2008-03-31 Thread Graham Ashton
On Mar 31, 8:15 am, Paul Scott [EMAIL PROTECTED] wrote: Thanks for the feedback, now I just need some justification on the GTK/GUI stuff - wxWidgets, GTK+ Glade or other? pyGTK is great. I used it quite heavily a year or so ago. GTK is a nice tool kit from the user's perspective too; you can

Re: Beginner advice

2008-03-31 Thread Paul Scott
On Mon, 2008-03-31 at 04:02 -0700, Graham Ashton wrote: pyGTK is great. I used it quite heavily a year or so ago. GTK is a nice tool kit from the user's perspective too; you can make some rather attractive and usable applications with it, and the GUI builder is a boon. Obviously it integrates

Re: Beginner advice

2008-03-31 Thread Gary Herron
Paul Scott wrote: I have been tasked to come up with an audio recorder desktop (cross platform if possible - but linux only is OK) that: 1. records a lecture as an MP3 file (pymedia?) 2. Provides a login form for server credentials 3. Uploads via XMLRPC (pyxmlrpclib) to the server as a

Beginner advice

2008-03-30 Thread Paul Scott
I have been tasked to come up with an audio recorder desktop (cross platform if possible - but linux only is OK) that: 1. records a lecture as an MP3 file (pymedia?) 2. Provides a login form for server credentials 3. Uploads via XMLRPC (pyxmlrpclib) to the server as a podcast I have been