Re: Python py2exe - memory load error

2009-11-30 Thread koranthala
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

Re: Python py2exe - memory load error

2009-11-29 Thread prakash jp
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

Python py2exe - memory load error

2009-11-29 Thread koranthala
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