Re: py2exe (or other exe builder) on Vista system for Vista/XP install targets.

2007-11-03 Thread Bjoern Schliessmann
Michael wrote: > Björn, what library files end up being in your dist directory for > that project? Would you mind posting a copy of the output of dir? Okay, sorry for the delay. Here the output of py2exe is, for directory contents see below. | The following modules appear to be missing | ['FCNT

Re: py2exe (or other exe builder) on Vista system for Vista/XP install targets.

2007-11-01 Thread kyosohma
On Oct 31, 7:08 am, Michael <[EMAIL PROTECTED]> wrote: > I'm trying to build a exe on a vista system using py2exe. It will > deploy to vista and XP systems. If it matters, the application uses > pyserial, as well. I have VS Studio 2005 installed on this laptop as > well. I've found this so far that

Re: py2exe (or other exe builder) on Vista system for Vista/XP install targets.

2007-10-31 Thread GaryLee
On 10 31 , 8 08 , Michael <[EMAIL PROTECTED]> wrote: > I'm trying to build a exe on a vista system using py2exe. It will > deploy to vista and XP systems. If it matters, the application uses > pyserial, as well. I have VS Studio 2005 installed on this laptop as > well. I've found this so far that

Re: py2exe (or other exe builder) on Vista system for Vista/XP install targets.

2007-10-31 Thread Michael
Björn, what library files end up being in your dist directory for that project? Would you mind posting a copy of the output of dir? I'm curious to see if there is a discrepancy. --Michael On Oct 31, 9:22 am, Bjoern Schliessmann wrote: > Michael wrote: > > [py2exe on Vista and XP] > > >

Re: py2exe (or other exe builder) on Vista system for Vista/XP install targets.

2007-10-31 Thread Bjoern Schliessmann
Michael wrote: [py2exe on Vista and XP] > When I attempt to run, I get "The procedure entry point > _except_handler4_common could not be located in the dynamic link > library mscvrt.dll." Apparently vista has one more > _except_handler#_common function than XP does. Strange -- it works for me. I

py2exe (or other exe builder) on Vista system for Vista/XP install targets.

2007-10-31 Thread Michael
I'm trying to build a exe on a vista system using py2exe. It will deploy to vista and XP systems. If it matters, the application uses pyserial, as well. I have VS Studio 2005 installed on this laptop as well. I've found this so far that seems to be identical to what I'm seeing (for non-python progr