Thread: Listing HD's
View Single Post
Old May 20th, 2008, 2:36 PM   #11
iEngage
Newbie
 
iEngage's Avatar
 
Join Date: May 2008
Location: teh interwebz
Posts: 22
Rep Power: 0 iEngage is on a distinguished road
Re: Listing HD's

Quote:
Originally Posted by Game_Ender View Post
I wouldn't stop there at all. Take a look at the source code for those 3rd party modules. Its most likely that they use the Win32 API (or another C api). If so you can use ctypes to just load the right DLL and call the needed functions directly from Python. No 3rd party module is needed. I have done this myself for other areas of Win32 API and it works just fine.
well now thats a good idea.. i never even thought of doing that.

I'm going to look into it later but right now I have some food that just finished being made
__________________
iEngage
iEngage is offline   Reply With Quote