Re: Django ORM exhibiting caching like behavior in a non web based daemon script

2009-06-25 Thread afrobeard
On Jun 26, 2:52 am, Karen Tracey wrote: > On Thu, Jun 25, 2009 at 4:48 PM, afrobeard wrote: > > > Thanks for the reply Alex, however I beleive I might have > > miscommunicated the problem a big. The actual format of the daemon is > > somewhat like this:- > > > 1whil

Re: Django ORM exhibiting caching like behavior in a non web based daemon script

2009-06-25 Thread afrobeard
(item) 4.2 item.delete() 5sleep On Jun 26, 2:32 am, Alex Gaynor wrote: > On Thu, Jun 25, 2009 at 3:31 PM, afrobeard wrote: > > > I have a problem where I'm using Django, specifically the ORM in a non > > web based daemon script to process some data from a sit

Django ORM exhibiting caching like behavior in a non web based daemon script

2009-06-25 Thread afrobeard
I have a problem where I'm using Django, specifically the ORM in a non web based daemon script to process some data from a site, by setting the environment variables respectively so that it knows where the settings module is, etc I'm running the following query:- Inqueue.objects.filter(processed

Live Contacts Python API Problem

2009-01-11 Thread afrobeard
Hi, I was wondering if anyone has taken a look at Live Contacts API at http://msdn.microsoft.com/en-us/library/bb463989.aspx I can get through step 1 i.e. Delegated Authentication. An exception is being raised when urllib2 calls the open function. The nature of the Error is 403 forbidden excepti