[BangPypers] [JOB] Python Jobs at Cognizant Cochin

2011-09-06 Thread akm
Hi All, Currently we are looking for candidates who are experienced Python Developer to join our centre in Cochin. If you are interested to explore this career opportunity, please send your resume for further discussions with us. See the Job descriptions below: Python Development Engineer: Requ

Re: [BangPypers] getpython.net Sprint (was Re: User group meeting)

2011-01-31 Thread akm
> One query is ready but need to convert it into SQLAlchmey. > Here is the query (it's working fine): > >    # select * from distributions inner join (select * from comments where >    # comments.id in (select max(comments.id) as id from comments group by >    # comments.distribution_id)) a on dist

Re: [BangPypers] Distributing a python project as a binary.

2011-01-08 Thread akm
> I am just curious , and do not intend to start any flame wars. > If a company wants to use python in a commercial project and does not want > the source code to go public (i.e closed source ). > How would one go about packaging the python project. > > Also as i see it, java too generates byte cod

Re: [BangPypers] Imaging will not compile

2010-08-03 Thread akm
> I have a lenny serverr with python2.5.x - recently setup virtualenv with > python 2.6. I was trying to install PIL, and whether I use easy_install or use > setup.py, I get the same error. The error message is a bit long, but maybe it > will help to figure out what is wrong: > > (env)law...@au-kbc

Re: [BangPypers] WSDL

2009-11-05 Thread akm
On Fri, Nov 6, 2009 at 7:13 AM, sudhakar s wrote: > Can any one suggest me how to write WSDL from python, > or is there any way to generate a WSDL from Python. ZSI (http://pywebsvcs.sourceforge.net/zsi.html) comes with a script 'wsdl2py' and this can be used for automatically generating client