On Aug 19, 4:29 pm, mosscliffe <[EMAIL PROTECTED]> wrote: > The source file is in an area which python can see, but not the > browser. I am trying to make a link in a browser friendly area so I > can use it to display an image file.
You might want to try using an .htaccess file. Place a file called .htaccess in the "browser friendly area" and place in it the line: Options +FollowSymLinks Assuming your hosting service will allow that, then it should work. If not, then why not just copy the image files? Storage is cheap these days. Hyuga -- http://mail.python.org/mailman/listinfo/python-list