Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

win32com problem: more than one instance


  • From: mail at timgolden.me.uk (Tim Golden)
  • Subject: win32com problem: more than one instance
  • Date: Fri, 31 Aug 2007 13:36:20 +0100

Thomas Rademacher wrote:
> Hello,
> 
> I start my script convert.py simultaneously in any dos-shells several
> times. But I get every time the same solidworks instance.
> I see in the proccess (task) manager only one solidworks.exe
> Therefore I get for all simultaneous conversions the same output file.

I *think* -- and I'm really hoping someone more knowledgeable
can chip in here -- that it's down to the particular COM
object implementation. ie Excel may choose to offer you
separate instances (or whatever they're called) while SolidWorks
may not.

TJG