Re: [python-win32] "Could not load file or assembly" using win32com

2010-11-04 Thread Federico Fanton
Tim Roberts wrote: Win32com doesn't know anything about assemblies. Assemblies are strictly a .NET concept. The error suggests that the Alibre application has not registered its assemblies properly. That would ordinarily be done when the application installed itself. When you did the upgrade,

Re: [python-win32] "Could not load file or assembly" using win32com

2010-11-03 Thread Tim Roberts
Federico Fanton wrote: > Hi everyone! > > I have a Python program that uses win32com to automate a few tasks > exposed by a C# application (Alibre Design[1]). It used to work nicely, > but now there's a new version of the application, and upon calling > win32com.client.Dispatch, an error message

[python-win32] "Could not load file or assembly" using win32com

2010-11-03 Thread Federico Fanton
Hi everyone! I have a Python program that uses win32com to automate a few tasks exposed by a C# application (Alibre Design[1]). It used to work nicely, but now there's a new version of the application, and upon calling win32com.client.Dispatch, an error message appears: http://i.imgur.com/zg