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
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
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
> 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
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
[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
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
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
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
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
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
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
12 matches
Mail list logo