[Tutor] Convert a text logfile to RSS xml.

2008-11-17 Thread Lance Haig
Hi, I was just thinking how to improve our opensource Website and was wondering if there is an easy way to convert say an IRC logfile to an rss feed using pyton? I was thinking about running the script with cron that will scan the latest logfile for the day and convert it to rss xml std

[Tutor] Certificate creation.

2007-06-14 Thread Lance Haig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, Is there a way to create ssl certificates with python and GNUTLS? I am part of a project http://www.bongo-project.org which is a mail and calendering solution. We use python in our project to a large extent but we have a problem with the ssl

Re: [Tutor] Can you tell me if this C or python please

2007-03-02 Thread Lance Haig
Bob, Thanks a million I will start talking to the other guys Thanks Lance ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Can you tell me if this C or python please

2007-03-02 Thread Lance Haig
Bob Gailer wrote: > Lance Haig wrote: >> Hi, >> >> I am helping on an OS project called bongo-project and I am trying to >> debug a script that is used for migration. When I run the file I get >> an error. I have traced it down to a file called libs.c. >>

[Tutor] Can you tell me if this C or python please

2007-03-02 Thread Lance Haig
Hi, I am helping on an OS project called bongo-project and I am trying to debug a script that is used for migration. When I run the file I get an error. I have traced it down to a file called libs.c. I know that the file looks like a c file but I am confused by some of the code in it. I would

Re: [Tutor] how to determine where a module or function is called from

2007-02-22 Thread Lance Haig
Hi Kent, Thank you I was able to find it in the end. It was at the bottom of the file I was editing Lance Kent Johnson wrote: > Lance Haig wrote: >> I am debugging a script that was written by someone else and I was >> wondering if there is a way to determine where a fun

[Tutor] how to determine where a module or function is called from

2007-02-22 Thread Lance Haig
I am debugging a script that was written by someone else and I was wondering if there is a way to determine where a function or module is imported from Thanks Lance ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] New Tutor topic(almost)

2007-02-16 Thread Lance Haig
Hi Alan, Firstly thank you for the tutorials I have used your book and website to great affect. I use the download on the train when I am travelling. I have a question though. Do you update the web page downloads every time you update the site? I want to download a new copy and was hoping to

[Tutor] OT: Would this be difficult to do?

2007-01-30 Thread Lance Haig
Hi, I have a need for a file system scanning tool that produces csv files of data that is older than a specified date. All the commercial ones I have found just don't quite do what I want. I have been a lurker on this list for some time and was wondering if this would be very difficult to do? A