Sorry. It's a mistake. However, I still get the same error message. Maybe there 
is another mistake. :(
Is there any tool for debugging purpose? 

Thank you,
Jane

>                     drive="\\\\.\\"+drive+'.'

Why are you adding a dot?  That's a mistake.  You want  just "\\\\.\\E:"
.  Remove the  +'.' 

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.



------------------------------

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32


End of python-win32 Digest, Vol 112, Issue 18
*********************************************
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to