win32com problem: more than one instance

2007-08-31 Thread Thomas Rademacher
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 tested the same code with ex

Re: determine directories with wildcard

2005-03-08 Thread Thomas Rademacher
Thanks. It works fine! Thomas "Vincent Wehren" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Thomas Rademacher wrote: > > Hello, > > > > I want to collect with the wildcard '*' all existing directories. > > For examp

determine directories with wildcard

2005-03-08 Thread Thomas Rademacher
Hello, I want to collect with the wildcard '*' all existing directories. For example: /dir/dir/*/dir/*/dir/* or C:\dir\dir\*\dir\*\dir\* How can I resolve this problem? Thanks for your hints, Thomas. -- http://mail.python.org/mailman/listinfo/python-list