python-daemon PID file

2010-03-19 Thread Kamil Wasilewski
Hi all, Im trying to get a daemon up and running but have been tripping on every stone along the way, this last one however i cant manage to get by. versions: Python 2.5.2 python-daemon-1.5.5 Debian Linux 2.6.26-2-686 Some of the problems ive run into: import daemon with daemon.DaemonContext():

Escaping variable names

2010-03-05 Thread Kamil Wasilewski
Hi, Ive got an issue where a variable name needs to have a minus sign (-) in it. #Python 2.6 from SOAPpy import WSDL wsdlFile = "http://webapi.allegro.pl/uploader.php?wsdl"; server = WSDL.Proxy(wsdlFile) server.soapproxy.config.argsOrdering = {'doGetCountries': ['country-code', 'webapi-key'] } s