urllib2 POST problem

2007-09-19 Thread darran
I'm struggling with using urllib2 to access the Harvest time-tracking web service (http://www.getharvest.com/api). GET is working fine. POST is giving me a problem. Here is an example that creates a new time-tracking entry using curl. $ curl http://subdomain.harvestapp.com/daily/add -H 'Accept:

Finding skilled pythonistas for micro-jobs?

2006-11-18 Thread darran
se small (micro) jobs? Cheers, Darran. -- http://mail.python.org/mailman/listinfo/python-list

smart logging and the "inspect" module ...

2005-05-28 Thread Darran Edmundson
ack. Any help would be much appreciated - my unit tests are failing on this at the moment ;-) Cheers, Darran. # foo.py - import inspect class Log: def __init__(self): pass def write(self, msg): print "---

character set gobbledy-gook ascii translation ...

2004-12-24 Thread Darran Edmundson
I can guess the translation in the first example above but I'm hoping there is a Python module that'll do it for me. Any help is much appreciated. Cheers, Darran. -- http://mail.python.org/mailman/listinfo/python-list