Re: What module to use to get a file from a website?

2005-07-16 Thread Jonathan Conrad
from os import system system (start http://www.python.org/;) -- http://mail.python.org/mailman/listinfo/python-list

Re: Reading variables from a forked child (Python C/API)

2005-07-15 Thread Jonathan Conrad
#ifdef def Donn Cave wrote: Quoth MrEntropy [EMAIL PROTECTED]: | I'm having a little trouble getting an idea running. I am writing a C | program which is really a frontend to a Python program. Now, my C | program starts up, does some initialisation like initialisation of it's |