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():
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