This got fixed by:

<Location "/media">
                  SetHandler None
</Location>

New problem:

Traceback (most recent call last):
  File "./process_uploads.py", line 292, in <module>
    uploader.run()
  File "./process_uploads.py", line 39, in run
    self.process()
  File "./process_uploads.py", line 54, in process
    self.fname = self.upload.file.path
AttributeError: 'unicode' object has no attribute 'path'

Uploaded mannually and was checking if process_uploads works fine.
no clue how to fix this.

2009/2/5 Kenneth Gonsalves <[email protected]>

> On Thursday 05 Feb 2009 3:45:13 pm Vikas Yadav wrote:
> >  Request URL:
> > http://tah.vivek.local/media/
>
> normally /media/ in django is handled by an Alias directive in apache - not
> sure about this install
>
> --
> regards
> Kenneth Gonsalves
> Associate
> NRC-FOSS
> http://nrcfosshelpline.in/web/
>
_______________________________________________
Tilesathome mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/tilesathome

Reply via email to