[python-win32] py2exe com_server newbie problem

2014-09-25 Thread Blair Hall
I have been working on this all day, with no joy. Some help would be appreciated :-) I have a simple COM server (that I found on the internet): #--- import pythoncom import sys class HelloWorld: #pythoncom.frozen = 1 if h

[python-win32] Error R6034 when I import uuid

2014-10-16 Thread Blair Hall
I have a small python COM server that worked fine with Excel until I decided to import the standard Python 'uuid' module. Now I get the Windows Runtime error R6034 "An application has made an attempt to load the C runtime library incorrectly" I there anything that I can do to fix this? __

Re: [python-win32] Error R6034 when I import uuid

2014-10-17 Thread Blair Hall
. On Fri, Oct 17, 2014 at 8:18 PM, Vernon D. Cole wrote: > Which version of Python are you running? > 32 or 64 bit? > Which version of pywin32? > Which version of Windows? > Can you make a small test case that will demonstrate the error? > > > On Thu, Oct 16, 2014 at 7:4

Re: [python-win32] Error R6034 when I import uuid

2014-10-21 Thread Blair Hall
occurred with MS Office 2007 on Win7-64 Home edition)? On Sat, Oct 18, 2014 at 1:24 PM, Blair Hall wrote: > OK, sorry, here are some more details. > > I have Python 2.7.8, win32, running on a Windows7 64-bit home machine (not > professional). > > Here i

Re: [python-win32] py2exe com_server newbie problem

2014-12-07 Thread Blair Hall
error dialog) and is successful. The same thing happens when de-registering the DLL. I have no idea why zlib is required when building on one machine and not the other. Can anyone suggest a reason? On Fri, Sep 26, 2014 at 5:32 PM, Blair Hall wrote: > I have been working on this all day, w

Re: [python-win32] python-win32 Digest, Vol 141, Issue 3

2014-12-09 Thread Blair Hall
e DLL less vulnerable to this sort of problem? Message: 1 > Date: Mon, 8 Dec 2014 16:34:55 +1300 > From: Blair Hall > To: python-win32 > Subject: Re: [python-win32] py2exe com_server newbie problem > Message-ID: > < > cajetvapb_ozmonml+-mch8nj2ckjjstp5rjxbdsvyj7vdx8

Re: [python-win32] python-win32 Digest, Vol 141, Issue 5

2014-12-11 Thread Blair Hall
Thanks for your answer Visual Studio 2008 still used the stupid "side-by-side" DLL installation > technique. What that means is that compiler doesn't just embed a link > to MSVCR90.dll -- it embeds a link to a specific version of > MSVCR90.dll. (As of today, there are SIX such versions.) Side-b

Re: [python-win32] python-win32 Digest, Vol 140, Issue 1

2015-04-14 Thread Blair Hall
.org > Subject: Re: [python-win32] Error R6034 when I import uuid > Message-ID: > Content-Type: text/plain; charset="utf-8" > > This appears to be due to way rpcrt4.dll is loaded by ctypes. If a > side-by-side assembly has already loaded a version that?s n

Re: [python-win32] python-win32 Digest, Vol 145, Issue 6

2015-04-15 Thread Blair Hall
.@probo.com> > Content-Type: text/plain; charset="utf-8" > > Blair Hall wrote: > > > > _ctypes.pyd calls LoadLibraryA("msvcr90.dll") and a version of > > msvcr90.dll is found in the Windows PATH, despite the fact that I have > > included

Re: [python-win32] Error R6034 when I import uuid

2015-04-18 Thread Blair Hall
> You might consider double-checking your message subjects before > responding. That's especially important when you read the digest. > Oh dear, I am sorry. I hadn't twigged to how that worked. I have restored the original subject now, from my initial post. Hope that helps.

Re: [python-win32] Error R6034 when I import uuid

2015-04-21 Thread Blair Hall
> I have used py2exe on another project that creates an EXE. This > > project also imports uuid (it basically imports the same stuff I am > > using now, but for a different application). In that case, the > > manifest seems to work as expected. So, I wonder what is different in > > the case of my D

Re: [python-win32] Error R6034 when I import uuid

2015-04-24 Thread Blair Hall
Blair Hall wrote: > > > > > > I get your point that the first manifest I provided is not specific to > > the DLL, but the second (embedded in the DLL) manifest that I posted > > seems to identify a particular version of msvcr90.dll. Sadly, Windows > > does not

[python-win32] Openning the IDE from Windows Explorer

2005-02-22 Thread Blair Hall
I've just upgraded to Python 2.4 and build 203 of the extensions. My earlier installation (Python 2.2.2, not sure which build of the extensions) allowed me to right-click on a file from the Windows Explorer window and select 'Edit' to open that file in the PythonWin IDE. Now my latest installatio

[python-win32] 'Recent files' in IDE

2005-06-08 Thread Blair Hall
Having moved up to Python 2.4 (with pythonwin build 203), I was wondering how to get the File menu to remember files between openning and closing the IDE (it works fine as long the the IDE is open, but remembers nothing the next time you start it up again). Can anyone give me a hint? _