NTFS permissions
Alex Martelli
aleaxit at yahoo.com
Tue Apr 24 09:53:27 EDT 2001
More information about the Python-list mailing list
Tue Apr 24 09:53:27 EDT 2001
- Previous message (by thread): NTFS permissions
- Next message (by thread): NTFS permissions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Tim Howarth" <tim at worthy.demon.co.uk> wrote in message news:1af319704a%tim at worthy.demon.co.uk... [snip] > Is there any way to do a generalised API call with win32 ? (Staying in > Python, I've no/very little knowledge C-wise and certainly none about Yes, Sam Rushing's "calldll" is oriented to exactly that -- let you call any DLL routine (including API's) on Win32. You will find versions for Python 1.5.2 and 2.0 listed among the very interesting stuff at http://www.nightmare.com/software.html (don't know how hard it would be to adapt the 2.0 version to 2.1 -- presumably not terrible). Alex
- Previous message (by thread): NTFS permissions
- Next message (by thread): NTFS permissions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list