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
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?
__
.
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
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
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
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
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
.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
.@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
> 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.
> 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
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
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
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?
_
14 matches
Mail list logo