Re: [BangPypers] Query with SOAP request generation, which other modules can be used.

2012-05-23 Thread Ataulla S H
We can try suds its very lightweight soap client. Thanks Ataulla SH On Wed, May 23, 2012 at 9:43 AM, ankur ~ अंकुर wrote: > Dear Pythoneers, > > We want to butile the SOAP request request in below manner. - > > In header we want to pass the wsse auth part and custom transref section > and both

Re: [BangPypers] Web Application Development

2011-05-05 Thread Ataulla S H
go for pylons framework with mysql On Thu, May 5, 2011 at 3:47 PM, OOMMEN KM wrote: > Hi All, > > I would like to know which technology should I use for developing a web > based application. > The application will have to handle a huge amount of data and we are using > MySQL. > Will mod_python a

[BangPypers] how to set up WSGI with pylons 1.0 and soaplib 1.0.0beta8

2010-10-19 Thread Ataulla S H
Dear all, I am facing problem to setup webservice contoller in pylons using soaplib 1.0.0 beta8. anybody is having snippet to setup webservice with soaplib 1.0.0? Thanks in advance Ataulla SH ___ BangPypers mailing list BangPypers@python.org http://ma

Re: [BangPypers] First and only beta release of Python 3.1.

2009-05-07 Thread Ataulla S H
I was kinking abt ordered dictionary... I am really happy abt the new features... Thanks Ataulla On Thu, May 7, 2009 at 7:01 PM, Praveen Kumar wrote: > Its nice to hear that Python have released first and only beta release of > Python 3.1. > > Python 3.1 focuses on the stabilization and optimiz

Re: [BangPypers] doc to odt

2009-05-03 Thread Ataulla S H
Hello Subhan, This file might help you u can convert to any format for example doc to pdf, doc to odt, odt to doc etc... $python DocumentConverter.py test.doc test.odt UPDATE: On W On Sun, May 3, 2009 at 3:13 PM, subhan wrote: > is there any python module to convert doc files into odt file

Re: [BangPypers] file save from python script

2008-11-09 Thread Ataulla S H
ot;/home/praveen/Desktop/1.html", UPLOAD_DIR)* > > this script is not giving me error.. > > Is any one know script to save the file physically on the particluar > system.. suppose i have file in my Desktop and i have one interface(html > page with file

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 >

Re: [BangPypers] creating exe file

2008-09-19 Thread Ataulla S H
hi Subhan, install py2exe Its very easy to convert On Fri, Sep 19, 2008 at 4:31 PM, Mahaboob subhan <[EMAIL PROTECTED]>wrote: > how to covert python script files as ".exe" files in linux > > Regards, > Subhan. > > ___ > BangPypers mailing list > Bang

Re: [BangPypers] help needed with dictionary

2008-08-29 Thread Ataulla S H
hi, use list as a value for a key ex: mydict = {'phno':[32232323,3435,6756452342323,43343434], 'name':['ksdhsdhji','sdhghjsdh']} On Fri, Aug 29, 2008 at 3:42 PM, sunny_plone <[EMAIL PROTECTED]> wrote: > > hi , > actually my main problem is the the key name or Name should store multiple > values

Re: [BangPypers] about python modules

2008-05-21 Thread Ataulla S H
hi, plz go through this doc http://docs.python.org/dist/dist.html thank u On Wed, May 21, 2008 at 6:06 PM, srinivasarao puvvala < [EMAIL PROTECTED]> wrote: > hi friends , > i am using Python 2.5 and IDLE as editor. > i have developed some functions in python those will be calling > frequently

Re: [BangPypers] Python Source to Exe

2007-12-27 Thread Ataulla S H
hi Karthikeyan, did u tried this utility? http://starship.python.net/crew/atuining/cx_Freeze/ On Dec 27, 2007 9:51 PM, karthikeyan r <[EMAIL PROTECTED]> wrote: > Hi All, > I am new to python.. i have done a small gui program in python and i have > saved that as .pyw file.. its working fin