Re: Question on Creating exe file with py2exe

2011-02-15 Thread aspineux
On 13 fév, 06:20, joy99 wrote: > On Feb 13, 1:29 am, aspineux wrote: > > > > > > > Hi > > > I'm releasing a .exe made with py2exe myself an got this problem too. > > 99% of the time the required DLL is already installed by another > > application and you don't need to care about it. > > The 1% is

Re: Question on Creating exe file with py2exe

2011-02-12 Thread joy99
On Feb 13, 1:29 am, aspineux wrote: > Hi > > I'm releasing a .exe made with py2exe myself an got this problem too. > 99% of the time the required DLL is already installed by another > application and you don't need to care about it. > The 1% is about empty or fresh windows install (server most of

Re: Question on Creating exe file with py2exe

2011-02-12 Thread aspineux
Hi I'm releasing a .exe made with py2exe myself an got this problem too. 99% of the time the required DLL is already installed by another application and you don't need to care about it. The 1% is about empty or fresh windows install (server most of the time) For them, I provide a link to the M$ v

Question on Creating exe file with py2exe

2011-02-12 Thread joy99
Dear Room, I am using Windows XP (SP2) and a Python Version "Python 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit (Intel)] on win32". I was looking to create exe files. Reviewing various posts here, I felt py2exe may be the best thing I can opt for. But for Python2.6 I found the f