[python-win32] Does pywin32 support SD card operation(IOCTL_SFFDISK_QUERY_DEVICE_PROTOCOL)?

Jane Chen janechen_1979 at yahoo.com
Wed Jul 18 22:47:22 CEST 2012


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, timr at probo.com
Providenza & Boekelheide, Inc.



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

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


End of python-win32 Digest, Vol 112, Issue 18
*********************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20120718/32d8672b/attachment.html>


More information about the python-win32 mailing list