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
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
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
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]
>
> >
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
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