[re-adding python-win32]
On 6/09/2013 2:30 AM, David M. Cotter wrote:
there are no instructions i can find anywhere about how to "bundle python with my
app"
if i could find out how to do that i would.
It is literally as simply as bundling up a Python distribution, pywin32
(and any other modu
Dear David:
Perhaps someone on this list can give a better answer than the one I am
about to give -- because I don't like what I am going to say...
ActiveState repackages Python, pywin32, and several other products in order
to make it easier to install all of them together, and they call their
I'm embedding Python27 in my app. I have users install ActivePython27 in order
to take advantage of python in my app, so the python installation can't be
touched as it's on the end user's machine.
When I attempt to do:
>import win32api
i get this:
>Traceback (most recent call last):
> File "sta