Re: [python-win32] Makepy and Documentum Foundation Classes

2006-02-22 Thread d.w. harks
With carefully-arranged electrons, Mark Hammond wrote: > > Unfortunately, the dynamic dispatch and makepy utilities don't get the > > correct IDs for the various methods -- which are often object factories > > that lead to more dispatches. > > I'm not sure what you mean by "dynamic dispatch", but

Re: [python-win32] Python Newbie Question

2006-02-22 Thread John Machin
On 23/02/2006 11:53 AM, Heang Lim wrote: > I've installed Python on my c:\python23 directory and Apache on my > c:\Apache2 directory. On my DOS windows, I went to c:\Apache\htdocs > directory and enter 'python' to go into the interactive mode. When I > tried to import some modules such as 'import

[python-win32] Python Newbie Question

2006-02-22 Thread Heang Lim
I've installed Python on my c:\python23 directory and Apache on my c:\Apache2 directory. On my DOS windows, I went to c:\Apache\htdocs directory and enter 'python' to go into the interactive mode. When I tried to import some modules such as 'import os' or 'import string', I was getting 'ImportErr

Re: [python-win32] Makepy and Documentum Foundation Classes

2006-02-22 Thread Mark Hammond
> Unfortunately, the dynamic dispatch and makepy utilities don't get the > correct IDs for the various methods -- which are often object factories > that lead to more dispatches. I'm not sure what you mean by "dynamic dispatch", but if you explicitly use win32com.client.dynamic.DumpDispatch(), you

Re: [python-win32] [OT] importing win32com.shell - RESOLVED

2006-02-22 Thread Reed L. O'Brien
Reed L. O'Brien wrote: > Hello: > > I wrote a quickie script to get word and charatcer counts from word > documents using Tim Golden's winshell module. > > When I py2exe it it doesn't pull in shell from win32com.shell, since it > appears, to me, to be in win32comext instead of win32com. Is ther

Re: [python-win32] building python on Windows

2006-02-22 Thread Trent Mick
[Tony C wrote] > Correct me if I'm wrong, I don't think you can build anything after Python > 2.3 with VC6. You *can*, it just isn't the default anymore... and it is possible that Python's VC6 project files will be unmaintained and hence out of date for subsequent versions. Trent -- Trent Mick

[python-win32] RRe: COM ports connecting

2006-02-22 Thread Tim Roberts
On Wed, 22 Feb 2006 10:25:18 +0100, "Math" <[EMAIL PROTECTED]> wrote: >Thank you all for your respond. >However, I run into another problem I forgot to mention. >My Laptop doesn't have a 9-pin Serial port, only USB-connectors, so I guess >I have to buy a USB-Serial Converter to. >Does everytho

Re: [python-win32] building python on Windows

2006-02-22 Thread Tony C
Correct me if I'm wrong, I don't think you can build anything after Python 2.3 with VC6.This just might save you some grief though.Although, this has nothing to do with your Source Safe issue.I use Visual C 6 on non-python projects on XP, and don' t have this problem. Message: 7Date: Tue, 21 Feb 20

[python-win32] Makepy and Documentum Foundation Classes

2006-02-22 Thread d.w. harks
Greetings, all, I'm working with the COM interface for Documentum, trying to expose it via PythonCOM. Unfortunately, the dynamic dispatch and makepy utilities don't get the correct IDs for the various methods -- which are often object factories that lead to more dispatches. However, once I got t

[python-win32] importing win32com.shell

2006-02-22 Thread Reed L. O'Brien
Hello: I wrote a quickie script to get word and charatcer counts from word documents using Tim Golden's winshell module. When I py2exe it it doesn't pull in shell from win32com.shell, since it appears, to me, to be in win32comext instead of win32com. Is there a standard way to deal with this or d

Re: [python-win32] COM ports connecting

2006-02-22 Thread Roel Schroeven
Math schreef: > Thank you all for your respond. > However, I run into another problem I forgot to mention. > My Laptop doesn't have a 9-pin Serial port, only USB-connectors, so I guess > I have to buy a USB-Serial Converter to. > Does everythong else then remain the same? Yes. The driver of th

Re: [python-win32] COM ports connecting

2006-02-22 Thread Math
Thank you all for your respond. However, I run into another problem I forgot to mention. My Laptop doesn't have a 9-pin Serial port, only USB-connectors, so I guess I have to buy a USB-Serial Converter to. Does everythong else then remain the same? Do I then still have to use the 'import serial