python and netezza

2009-11-23 Thread Shan
Is there any module in python to connect with netezza database?(like cx_Oracle which is used to connect Oracle from python) Thanks for any help. - Shan -- http://mail.python.org/mailman/listinfo/python-list

Daemon process

2009-09-01 Thread Shan
the Server. I didnt got any clue where i may be wrong. Can any help me with this? I am using python 2.4 on Redhat 5.2 64 X86_64 Thanks, Shan -- http://mail.python.org/mailman/listinfo/python-list

wsdl2py throwing error while creating client side code

2008-05-22 Thread Shan
butionNotFound(req) # XXX put more info here pkg_resources.DistributionNotFound: ZSI==2.0 What may be the problem...? If any one can help me with this then it will be very useful. Thanks and Regards, Shan -- http://mail.python.org/mailman/listinfo/python-list

Re: The fundamental concept of continuations

2007-10-09 Thread Chung-chieh Shan
[EMAIL PROTECTED] wrote in article <[EMAIL PROTECTED]> in comp.lang.functional: > > One of the most lucid explanations of definitional interpreters -- > > including those that are based on continuation-passing -- are > > explained in J. Reynolds' famous 1971 "Definitional Interpreters for > > Highe

Array and floating point

2007-08-17 Thread Jonathan Shan
11612 >>> float("0.1") 0.10001 I'm expecting x[0] = 0.10001 Thanks Jonathan Shan -- http://mail.python.org/mailman/listinfo/python-list

Repeating Thread Error

2007-07-06 Thread Jonathan Shan
to fix the error? Also, do background processes run inside while loops? Thanks in advance, Jonathan Shan -- http://mail.python.org/mailman/listinfo/python-list

need help getting xml feed from a url

2006-07-18 Thread Shan
If i have a list of urls how can I extract or pull their respective xml feeds? -- http://mail.python.org/mailman/listinfo/python-list