Serhiy Storchaka added the comment:

> +        tmp_fileurl = 'file://localhost' + tmp_file

        tmp_fileurl = 'file://localhost/' + tmp_file.replace(os.path.sep, '/')

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16301>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to