Re: [python-win32] Problem using win32com.client.Dispatch on Win764bit

2011-04-11 Thread Roger Upole
Misy leag...@gmail.com wrote in message news:loom.20110411t043551-...@post.gmane.org... Roger Upole rupole at hotmail.com writes: You may be able to create an out of process proxy for your 32-bit app. From Administrative Tools-Component Services, navigate to COM+ Applications, and then

Re: [python-win32] Problem using win32com.client.Dispatch on Win764bit

2011-04-11 Thread Misy
If that's the only object you need to access, you should be done. Go ahead and try to Dispatch it. However, if there are other related classes (very likely), you'll need to import them into your proxy also. Roger Hi, Roger, Well...I still failed. I rebooted and

Re: [python-win32] Problem using win32com.client.Dispatch on Win764bit

2011-04-11 Thread Tim Roberts
Misy wrote: If that's the only object you need to access, you should be done. Go ahead and try to Dispatch it. However, if there are other related classes (very likely), you'll need to import them into your proxy also. Roger Hi, Roger, Well...I still failed. I rebooted