Re: [python-win32] detect mapped network path

2005-07-01 Thread Paul Moore
On 7/1/05, Simon Dahlbacka <[EMAIL PROTECTED]> wrote: > On 7/1/05, Mark Hammond <[EMAIL PROTECTED]> wrote: > > > ..but how do i find out if let's say X:\foo\bar\blarg.baz is a local > > > path or in fact a mapped network path? > > > > win32api.GetLogicalDriveStrings() may also help. > > I was goin

[python-win32] coinitialize problem

2005-07-01 Thread gijs
Hi, I'm extending a Python application that uses several com objects and threads. The origional programmer set the main thread to multithreaded by doing this: * sys.coinit_flags = 0 * import pythoncom This is nessacary because otherwise a com (MapObjects2 from ESRI) can't run in a thread, bu