python script from crond help
Chris Gonnerman
chris.gonnerman at newcenturycomputers.net
Sat Jan 5 08:15:17 EST 2002
More information about the Python-list mailing list
Sat Jan 5 08:15:17 EST 2002
- Previous message (by thread): python script from crond help
- Next message (by thread): python script from crond help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
----- Original Message ----- From: "Tuca Atuc" <atuc at gmx.de> > hallo, > > i tried to start a python script from crond. simple scripts worke > fine but when i use a scrip that imports the httplib i get an > error. the script normally produces no error. > > X-Cron-Env: <SHELL=/bin/sh> > X-Cron-Env: <HOME=/home/atuc> > X-Cron-Env: <PATH=/usr/bin:/bin> > X-Cron-Env: <LOGNAME=atuc> > > Traceback (innermost last): > File "goog_search.py", line 7, in ? > h = httplib.HTTPConnection(server) #start HTTP/1.1 > AttributeError: HTTPConnection Please post the entire script for our perusal. I don't think the problem is exactly what you think it is. > where can i set the lib path on an linux box that python will find > its librarys? RedHat? Do you have more than one installed version (i.e. 1.5.2 and 2.x)? > thancs, > atuc
- Previous message (by thread): python script from crond help
- Next message (by thread): python script from crond help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list