Fwd: how to find the drive in python/cygwin?

Jason Tishler jason at tishler.net
Sat Apr 30 09:24:25 EDT 2005


Ivan,

On Tue, Apr 26, 2005 at 07:02:48PM -0600, Ivan Van Laningham wrote:
> Use win32api to find drives:
> 
> ====cut here====
> #!/usr/bin/python
> # -*- coding: utf-8 -*-
> 
> import os
> import os.path
> import win32api
> [snip]

AFAICT, the win32api module has not been ported to Cygwin Python.

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6



More information about the Python-list mailing list