Jan - 2016-02-01

Dezoomify cannot localize /BaseDirectory/ and give me message:

Error: Zoomify base directory not found […]

So with no problem from cache of my browser I get it, and I can see ImageProperties.xml and x-x-x.jpg files in my browser. The url addresses of them looks like:
www.A.com/iip/iipsrv.fcgi?zoomify=B/C/D/ImageProperties.xml and for tiles:
www.A.com/iip/iipsrv.fcgi?zoomify=B/C/D/TileGroup0/0-0-0.jpg

Now I use command:

py dezoomify.py www.A.com/iip/iipsrv.fcgi?zoomify=B/C/D 001.jpg –b

And I get:

ERROR: Could not open ImageProperties.xml (HTTP Error 404: Not Found).
URL: http://www.A.com/iip/ImageProperties.xml (?)

I wrote down right address of

/BaseDirectory/

• /ImageProperties.xml (contains info about the number of tiles and tile size)
• /TileGroup0/ (contains first 256 tiles)
o 0-0-0.jpg
o .....

but dezoomify ignores this, and looks for it in wrong path. How to fix it?

Best regards,