Paul Egges

Results 6 comments of Paul Egges

Specifying a startkey does not appear to help. It appears for the first batch that 'id' is available, but on the second batch (i.e. next iteration) the id is not...

Changing client.py at line 870 from ``` python options.update(startkey=rows[-1]['key'], startkey_docid=rows[-1]['id']) to try: options.update(startkey=rows[-1]['key'], startkey_docid=rows[-1]['id']) except KeyError: if rows[-1]['key']!=rows[-2]['key']: options.update(startkey=rows[-1]['key']) else: raise ``` fixed my issue, but in my specific case...

Is this for a multipart form? Or just a file upload (i.e. not other data)?

I'm running Django 1.0.3 importlib appears to be installed Searching for importlib Best match: importlib 1.0.1 Processing importlib-1.0.1-py2.5.egg importlib 1.0.1 is already the active version in easy-install.pth Using /home/paul/.virtualenvs/pinax-env/lib/python2.5/site-packages/importlib-1.0.1-py2.5.egg Processing...

Ahhh, I see it is a different importlib