Re: Noob: Trying to run two python scrips on a pfsense/freeBSD for the OWL-Intuition-LC

2013-01-01 Thread Vineet Bhojnagarwala
I've print statements in my code for troubleshooting purpose, but I do not find it in any of the logs in /var/log/, not even system.log. Anything that I need to do for it to write the log ? -- http://mail.python.org/mailman/listinfo/python-list

Re: python idioms : some are confusing

2012-09-20 Thread Vineet
Oh I see ! On these lines mentioned by you, I can now sense the sense. Thanks. On Friday, 21 September 2012 11:22:45 UTC+5:30, alex23 wrote: > On Sep 21, 3:34 pm, Vineet wrote: > > > Amongst the python idioms, how the below-mentioned make sense? > > > ## There should be

python idioms : some are confusing

2012-09-20 Thread Vineet
Amongst the python idioms, how the below-mentioned make sense? ## There should be one-- and preferably only one --obvious way to do it. Although that way may not be obvious at first unless you're Dutch. --- In programming, there can be a number of ways, equally efficient, to do certain thing.

Re: Django or web2py

2011-09-09 Thread Vineet
On Sep 9, 12:47 pm, Vineet wrote: > On Sep 9, 3:29 am, Paul Watson wrote: > > > I have read some of the talk around these two frameworks. > > > Would you say that web2py is more geared toward the enterprise? > > > Which one do you believe will be on Python 3

Re: Django or web2py

2011-09-09 Thread Vineet
estAlt/dabo.lib.datanav.Bizobj.B... http://dabodev.com/ Also, there are threads in stackoverflow.com which discuss in-depth the +1 & -1 for these frameworks. Contributors to these threads include the lead developers including Massimo himself. Hope this helps. ---Vineet -- http://mail.python.org/mailman/listinfo/python-list

Re: Django or web2py

2011-09-08 Thread Vineet
ad developers including Massimo himself. Hope this helps. ---Vineet -- http://mail.python.org/mailman/listinfo/python-list

web2py

2011-09-07 Thread Vineet Deodhar
b2py.com/ It is simple yet powerful. Full stack MVC framework. Low learning curve; simple syntax. Good docs & community. Everything works out of the box (including web-server, DAL, sqlite, etc) No dependencies; plug&play. etc. etc. ---Vineet-- http://mail.python.org/mailman/listinfo/python-list

my suggestions for framework

2011-09-03 Thread Vineet Deodhar
mp; docs. Honestly, I did not find any -1 for web2py.   Of course, one has to form his/her own opinion. On stackoverflow.com, there are plenty of threads which compare the python frameworks.   :-) ---Vineet-- http://mail.python.org/mailman/listinfo/python-list

framework suggestions for Ben

2011-09-03 Thread Vineet Deodhar
ing works out of the box. No dependencies. =   Hope this helps. :) Vineet .. >- Ben -- http://mail.python.org/mailman/listinfo/python-list

json: python 2.5: error in browser

2011-09-03 Thread Vineet Deodhar
is valid json.   Why the method "JSON.parse" is unable to parse JSON?   --Vineet-- http://mail.python.org/mailman/listinfo/python-list

json in python 2.5

2011-09-02 Thread Vineet Deodhar
ocs.python.org/library/json.html I tried with json in std lib. But it is included in python 2.6 onwards. For my current proj, I need to use python 2.5. Hence can't use json from the std lib. Any idea on converting list to json in python 2.5? = Thanks, Vineet -- http://mail.python.org/mailman/listinfo/python-list

convert python List to javascript array

2011-09-02 Thread Vineet Deodhar
es only. OR 3) Any other alternative? Thanks, Vineet-- http://mail.python.org/mailman/listinfo/python-list

Turbogears 2.1 with mako tmplates

2011-02-07 Thread Vineet Deodhar
). But still, it would be better if I can get a tutorial explaining using TG 2.1 with mako. (It will save me from re-inventing the wheel, if somebody has written docs on these lines). Can anybody point to any such tutorial? (I googled, but couldn't locate any convincing result). Thanks, V

Re: creating python daemon ?

2010-09-26 Thread vineet daniel
On Sep 26, 2:20 pm, Stefan Schwarzer wrote: > Hi Daniel, > > On 2010-09-23 07:30, vineet daniel wrote: > > > > > On Sep 22, 2:20 pm, de...@web.de (Diez B. Roggisch) wrote: > >> vineet daniel writes: > >>> On Sep 21, 9:47 pm, de...@web.de (Diez B.

Re: creating python daemon ?

2010-09-22 Thread vineet daniel
On Sep 22, 2:20 pm, de...@web.de (Diez B. Roggisch) wrote: > vineet daniel writes: > > On Sep 21, 9:47 pm, de...@web.de (Diez B. Roggisch) wrote: > >> vineet daniel writes: > >> > Hi > > >> > I have succesfully created daemon with python script and

Re: creating python daemon ?

2010-09-21 Thread vineet daniel
On Sep 21, 9:47 pm, de...@web.de (Diez B. Roggisch) wrote: > vineet daniel writes: > > Hi > > > I have succesfully created daemon with python script and as next step > > I am trying to give input to that python script daemon from Apache > > Logshere I have got

creating python daemon ?

2010-09-21 Thread vineet daniel
Hi I have succesfully created daemon with python script and as next step I am trying to give input to that python script daemon from Apache Logshere I have got stuck and I have even checked IRC python channel for solution. Apache is able to call the file but fails to execute it properly and I

shelve / pickle error

2010-06-17 Thread Vineet
# File "F:\Py26\lib\shelve.py", line 122, in __getitem__ # value = Unpickler(f).load() # ValueError: unsupported pickle protocol: 3 ===== I couldn't locate the bug in this. Can anybody pl. point out? ---Thanks, Vineet. -- http://mail.python.org/mailman/listinfo/python-list