Re: [python-win32] Referencing SimpleCOMServer-based COM object fromVisStudio C# code?

2006-04-28 Thread Michel Claveau
Hi! You can access to your Python-COM-server, from C#, with a tech named "Late Binding". "Late Binding" can access to dymanic COM server, without type library. After many search, I had can write this code (at bottom of this message), who run with my Python-COM-server. This code run, if compile

Re: [python-win32] Getting the text of the first slide of a PowerPointfile

2006-04-28 Thread Simon Dahlbacka
here's the file I've used for creating PowerPoints, you should be able to use it "backwards"hope it provides some pointers../SOn 4/28/06, Simon Dahlbacka <[EMAIL PROTECTED]> wrote: I've done it the other way around, i.e. created powerpoint files using python, and could probably provide an example,

Re: [python-win32] Getting the text of the first slide of a PowerPoint file

2006-04-28 Thread Tim Roberts
On Thu, 27 Apr 2006 07:27:50 -0400, "Daniel Greenfeld" <[EMAIL PROTECTED]> wrote: >On to part 2 of my project. I need to be able to get the text of the >first slide out of a lot of Powerpoint files. If anyone can give me >some handy hints, that would be appreciated. > > PowerPoint is one prog

Re: [python-win32] Referencing SimpleCOMServer-based COM object fromVisStudio C# code?

2006-04-28 Thread Mark Hammond
> I am trying to access my python class, implemented as a COM server, > from my Visual Studio C# application. The problem is when I try to add > a reference with Visual Studio, my COM object isn't listed. > > When I run PythonWin and use its COM Browser tool, my COM object is in > one of the "regis

Re: [python-win32] Getting the text of the first slide of a PowerPointfile

2006-04-28 Thread Simon Dahlbacka
I've done it the other way around, i.e. created powerpoint files using python, and could probably provide an example, I'll post later tonight if I just remember to do it../Simon On 4/28/06, Tim Golden <[EMAIL PROTECTED]> wrote: [Daniel Greenfeld]| On to part 2 of my project.  I need to be able to g

Re: [python-win32] Getting the text of the first slide of a PowerPointfile

2006-04-28 Thread Tim Golden
[Daniel Greenfeld] | On to part 2 of my project. I need to be able to get the text of the | first slide out of a lot of Powerpoint files. If anyone can give me | some handy hints, that would be appreciated. Daniel, I started to look at this with an eye to helping you out, but since I don't usua

Re: [python-win32] Problem with installer for pywin32 with Python 2.5

2006-04-28 Thread Paul Moore
On 4/16/06, Paul Moore <[EMAIL PROTECTED]> wrote: > There's a problem with Python 2.5 (http://www.python.org/sf/1465834) > which means that installers with preinstall scripts don't work. The > pywin32 build 208 installer is one such (I reported this as bug > 1465566 before I realised this was a Pyt