On Nov 30, 10:10 am, koranthala wrote:
> This is cross post from stackoverflow - I couldnt get the solution
> there. Hopefully, nobody would mind.
>
> I am creating a medium level application in Python. Everything works
> well now, and I am trying to make this a windows executable with
> py2exe. T
Try to install "vcredist_x86.exe", then try to build using py2exe. I think
that should solve the issue
Regards
Prakash
On Mon, Nov 30, 2009 at 10:40 AM, koranthala wrote:
> This is cross post from stackoverflow - I couldnt get the solution
> there. Hopefully, nobody would mind.
>
> I am creatin
This is cross post from stackoverflow - I couldnt get the solution
there. Hopefully, nobody would mind.
I am creating a medium level application in Python. Everything works
well now, and I am trying to make this a windows executable with
py2exe. The executable is created fine, but when I try to ru