Re: [python-win32] coinitialize problem

2005-07-03 Thread Mark Hammond
> 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 t

Re: [python-win32] detect mapped network path

2005-07-03 Thread Simon Dahlbacka
On 7/1/05, Paul Moore <[EMAIL PROTECTED]> wrote: > 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? > > > > > > win