Re: python script to windows exe

2008-05-20 Thread Gabriel Genellina
En Tue, 20 May 2008 04:04:13 -0300, sandeep <[EMAIL PROTECTED]> escribió: thanks for ur replies. i have a bit closer look at my code and i am able to fix the problem.now my exe is working fine.the code is bit more cleaner now as i removed lot of unused function from it and try to document it a

Re: python script to windows exe

2008-05-20 Thread sandeep
hi all thanks for ur replies. i have a bit closer look at my code and i am able to fix the problem.now my exe is working fine.the code is bit more cleaner now as i removed lot of unused function from it and try to document it also. import win32com,win32com.client import os,os.path import codecs

Re: python script to windows exe

2008-05-19 Thread David C. Ullrich
On Mon, 19 May 2008 02:59:22 -0700 (PDT), sandeep <[EMAIL PROTECTED]> wrote: > >hi >the py code that i have written is here.when i run this code i wont >get any errors it just works fine for me.but when i created the exe i >start getting an error in my 'getMailContent' function. The error >descrip

Re: python script to windows exe

2008-05-19 Thread Gabriel Genellina
En Mon, 19 May 2008 06:59:22 -0300, sandeep <[EMAIL PROTECTED]> escribió: > the py code that i have written is here.when i run this code i wont > get any errors it just works fine for me.but when i created the exe i > start getting an error in my 'getMailContent' function. The error > description

Re: python script to windows exe

2008-05-19 Thread Fuzzyman
On May 19, 8:32 am, sandeep <[EMAIL PROTECTED]> wrote: > hi all > > i am very much a newbie to python but has some experience of > development.i am trying to write a script which will loop through the > outlook 2003 inbox and save the email data in an simple data.html page > and save all the attach

Re: python script to windows exe

2008-05-19 Thread sandeep
hi the py code that i have written is here.when i run this code i wont get any errors it just works fine for me.but when i created the exe i start getting an error in my 'getMailContent' function. The error description is TypeError:unsupported operand type(s) for :- 'instance' and 'int' i dont k

Re: python script to windows exe

2008-05-19 Thread sandeep
On May 19, 1:39 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > but when i run the exe my program in not behaving as > > it supposed to be.its generating some errors.i dont know why this > > thing is happening as when i run my script it works fine.can some one > > put some light here. > > Th

Re: python script to windows exe

2008-05-19 Thread Benjamin Kaplan
On Mon, May 19, 2008 at 3:32 AM, sandeep <[EMAIL PROTECTED]> wrote: > hi all > > i am very much a newbie to python but has some experience of > development.i am trying to write a script which will loop through the > outlook 2003 inbox and save the email data in an simple data.html page > and save

Re: python script to windows exe

2008-05-19 Thread [EMAIL PROTECTED]
> but when i run the exe my program in not behaving as > it supposed to be.its generating some errors.i dont know why this > thing is happening as when i run my script it works fine.can some one > put some light here. There is nothing special in executables produced by py2exe. I mean that the debu

python script to windows exe

2008-05-19 Thread sandeep
hi all i am very much a newbie to python but has some experience of development.i am trying to write a script which will loop through the outlook 2003 inbox and save the email data in an simple data.html page and save all the attachments in a folder name emails.after some initial struggling i am a