Re: [BangPypers] hi all

2008-11-07 Thread leela vadlamudi
http://pythonprogramming.jottit.com/ ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] hi all

2008-11-07 Thread Pradeep Gowda
On Fri, Nov 7, 2008 at 9:23 AM, shridhar kyrlageri <[EMAIL PROTECTED]> wrote: > i m very new to python.. but i m very much interested in learnin this > laguage.. i have worked only on C.. so kindly suggest from where should i > start learnin.. i want to do some small projects using python.. please

Re: [BangPypers] hi all

2008-11-07 Thread shridhar kyrlageri
hi all     i m very new to python.. but i m very much interested in learnin this laguage.. i have worked only on C.. so kindly suggest from where should i start learnin.. i want to do some small projects using python.. please help me with this.. --- On Thu, 6/11/08, Praveen Kumar <[EMAIL PROTE

Re: [BangPypers] file save from python script

2008-11-07 Thread Praveen Kumar
Hi Attaullah thank you so much. I tried that one too but that file is storing in data.fs which i do not want. i want to store my file to be physically stored. so for that i am trying to write a python script. i have written many script but could not get succeed #!/usr/local/bin/python """This demon

Re: [BangPypers] file save from python script

2008-11-07 Thread Ataulla S H
hi praveen try this myrepo = getattr(context,*'*mydir*'*) myrepo.manage_addFile(id=id, title=title, file=file) On Fri, Nov 7, 2008 at 12:31 PM, Praveen Kumar <[EMAIL PROTECTED]> wrote: > Hi First of all i would like to thank you for giving me some idea.. > As Jorgen told i did in same way >