Jane Chen wrote:
> Thank you for your help! No luck so far.
>
> I wrote a C program and got the same results as python:

Support for this ioctl is sporadic.  It may simply be that your SD drive
doesn't support it.

> Win 7 Notebook (with SD card inserted directly i.e. no SD card
> reader) Error code: 1

ERROR_INVALID_FUNCTION.  There has to be an SD card reader somewhere.

> Win 7 Notebook (without SD card inserted at all) Error code: 6

ERROR_INVALID_HANDLE

> WinXP desktop (with USB stick but without SD card inserted at
> all) Error code: 50

ERROR_FILE_EXISTS?  Remember that a USB stick will never support this.

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

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

Reply via email to