Re: [BangPypers] How to convert Datastore data into a CSV file python

2014-07-28 Thread HUSSAIN BOHRA
://mail.python.org/mailman/listinfo/bangpypers -- Hussain Bohra Tavant Technologies ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Help Required with understanding Python Import

2013-09-10 Thread HUSSAIN BOHRA
suggest me some examples links. Regards, Jagan ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers -- Hussain Bohra Technical Lead Tavant Technologies Koramangala, Bangalore-95 mailto: hussain.bo

[BangPypers] Python 3.2 and Django

2011-09-28 Thread Hussain Bohra
:             ^ SyntaxError: invalid syntax Any suggestion is highly appreciated. Thanks and Regards, Hussain Bohra ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Nice feature

2011-04-01 Thread Hussain Bohra
Atleast on changing list, you gets an exception. On updating dictionary living inside tuple wont throw an exception as well. foo = (1,[2,3,4], {'a':1}) foo[2].update({'b':2}) foo (1, [2, 3, 4], {'a': 1, 'b': 2}) Both python 2.6 and 3.1 behaves in the same way.   Thanks and Regards, Hussain

[BangPypers] [Matplotlab]: Generate only tabular report

2010-02-22 Thread Hussain Bohra
']] table(cellText=cellText, colLabels=colLabels) fig.savefig('test12.png') This gives me table but also the empty XY plot above the same. Refer the attached png image. Can any one please let me know how to remove this empty plot ? Thanks and Regards, Hussain Bohra Tavant

Re: [BangPypers] Django +lightpd

2009-02-04 Thread Hussain Bohra
Hi, Thanks for your valuable advice. This can be done using caching. But can be work out only with DB or File Caching ... Local Memory Caching will not work out ... as again it will face a same problem. Thanks and Regards, Hussain Bohra Tavant Technologies, Bangalore-95 mail-to:hussain.bo

[BangPypers] Django + Lighttpd + Global Variables are getting initalized frequently

2009-02-02 Thread Hussain Bohra
not be updated until web server restarts), I tried removing py file and start server with .pyc files, then also same problem is coming. Thankx in advance Thanks and Regards, Hussain Bohra From: sibt...@infotechsw.com sibt...@infotechsw.com To: bangpypers@python.org

[BangPypers] Django + Lighttpd + Global Variables are getting initalized frequently

2009-02-02 Thread Hussain Bohra
until web server restarts), I tried removing py file and start server with .pyc files, then also same problem is coming. Thankx in advance Thanks and Regards, Hussain Bohra Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite

[BangPypers] Django URLs - New URLs are getting appended with the previous one

2008-12-18 Thread Hussain Bohra
not carry forward. I tried changing the request.META.['PATH_INFO'] = u'/', in my functions, but this also doesn't able to solve the issue. Thanks and Regards, Hussain Bohra Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite