[BangPypers] Plzzz help me!!!!!!!!!

2010-01-17 Thread Smrutilekha Swain
hi...this is my code...but...it is not working...in this programme i want the pdf will be copied from source to destination after it is generated ## import os import shutil src = os.getcwd() dest =

Re: [BangPypers] Plzzz help me!!!!!!!!!

2010-01-17 Thread Amit Saha
Smrutilekha Swain wrote: hi...this is my code...but...it is not working...in this programme i want the pdf will be copied from source to destination after it is generated ## import os import shutil src = os.getcwd() dest =

Re: [BangPypers] Plzzz help me!!!!!!!!!

2010-01-17 Thread Ramdas S
just a suggestion. Use something like dpaste.com instead of pasting the code in the mail -- Ramdas S +91 9342 583 065 ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Plzzz help me!!!!!!!!!

2010-01-17 Thread kausikram krishnasayee
On Mon, Jan 18, 2010 at 1:08 PM, Ramdas S ram...@gmail.com wrote: just a suggestion. Use something like dpaste.com instead of pasting the code in the mail Also please post only a snippet and not the entire code. tracebacks will also help. -- Kausikram Krishnasayee Company:

Re: [BangPypers] Plzzz help me!!!!!!!!!

2010-01-17 Thread Anand Balachandran Pillai
On Mon, Jan 18, 2010 at 11:37 AM, Smrutilekha Swain smrutile...@gmail.comwrote: hi...this is my code...but...it is not working...in this programme i want the pdf will be copied from source to destination after it is generated ## import os