On Sep 1, 12:14 am, Gregor Horvath wrote:
> Am Mon, 31 Aug 2009 12:43:04 -0700 (PDT)
> schriebMikeC:
>
> > I have a python executable that's failing to load on a user's machine
> > running Windows XP. My developer machine is also running Windows XP. I
> > have determined that it is failing when it
Am Mon, 31 Aug 2009 12:43:04 -0700 (PDT)
schrieb MikeC :
> I have a python executable that's failing to load on a user's machine
> running Windows XP. My developer machine is also running Windows XP. I
> have determined that it is failing when it attempts to load win32ui.
>
> I have Python 2.6 on
On Aug 31, 12:43 pm, MikeC wrote:
> I have a python executable that's failing to load on a user's machine
> running Windows XP. My developer machine is also running Windows XP. I
> have determined that it is failing when it attempts to load win32ui.
>
> I have Python 2.6 on my developer machine an
You likely need to install the Microsoft Visual C++ 2008 SP1 Redistributable
Package on the target machine. If you search Google for this, you should
find it (make sure to grab the correct version of x86 or x64 depending upon
the Python version).
Chris
On Mon, Aug 31, 2009 at 12:43 PM, MikeC w
On Aug 31, 2:43 pm, MikeC wrote:
> I have a python executable that's failing to load on a user's machine
> running Windows XP. My developer machine is also running Windows XP. I
> have determined that it is failing when it attempts to load win32ui.
>
> I have Python 2.6 on my developer machine and
I have a python executable that's failing to load on a user's machine
running Windows XP. My developer machine is also running Windows XP. I
have determined that it is failing when it attempts to load win32ui.
I have Python 2.6 on my developer machine and am using the pywin
support (Mark Hammonds?