Python C Object Comparison

2005-01-06 Thread Anand K Rayudu
that is the reason comparison is failing. How ever is it possible to make python to compare actual C pointer, rather than the PythonCObject Pointer. Can some one please suggest Regards, Anand -- http://mail.python.org/mailman/listinfo/python-list

Re: Python C Object Comparison

2005-01-07 Thread Anand K Rayudu
r the suggestion Regards, Anand Craig Ringer wrote: On Thu, 2005-01-06 at 18:34, Anand K Rayudu wrote: Here is my python code import myModule a=myModule.myAPI1("1") b=myModule.myAPI2("name") # basically both above functions return same C pointer. # so i want t

how to extract columns like awk $1 $5

2005-01-07 Thread Anand S Bisen
Hi Is there a simple way to extract words speerated by a space in python the way i do it in awk '{print $4 $5}' . I am sure there should be some but i dont know it. Thanks n00b -- http://mail.python.org/mailman/listinfo/python-list

__contains__ inconsistencies between Python 2.2 and 2.3

2005-03-04 Thread Anand S Bisen
Hello I have been developing a code that works pretty well on my python 2.3 and now when i am running it on my server where it is programmed to run it's giving me errors. I have been using __contains__ method and it fails on python 2.2 For example (Python 2.3) >> x="Hello World" >> print x.__co

Re: So many things that need to be decided....

2005-05-03 Thread Anand S Bisen
Hi I see everybody talking about Eclipse and PyDev i have not used it but just wanted to know how does it compares with Activestate Komodo? thanks Anand Maurice LING wrote: > Hi, > > It seems that you are just starting on Python, same as my situation a > year ago. After almost go

distributing scripts

2005-05-03 Thread Anand S Bisen
around my scripts ??? thanks Anand -- http://mail.python.org/mailman/listinfo/python-list

How to reset document string

2009-08-07 Thread Anand K Rayudu
bute. Another approach could be calling Py_InitModule("myModuleName", myMethods); with new help string. But It is not working, So I am not sure what is the right way to do it Thanks in advance for all your kind help Regards, Anand -- http://mail.python.org/mailman/listinfo/python-list

Re: How to reset document string

2009-08-14 Thread Anand K Rayudu
ink this is better approach, kindly please let me know your comments Regards, Anand On Aug 7, 2:54 am, Anand K Rayudu wrote: Dear All, We have extended and embedded python into my our application. We exposed few APIs to python using Py_InitModule("myModuleName", myMetho

Computer Security Information and What You Can Do To Keep Your System Safe!

2007-12-01 Thread Anand . Bhaskar . group . com
.:: Unix and Linux Hacking and Security ::. 1. Unix - Vulnerabilities and Advisories -- Tutorials and Papers -- Specific Exploits and Vulnerabilities 2. Unix - Security Tools -- Unix Security and Audit Tools (Including IDS and Access Control Tools) -- Unix Log Analysis Tools -- Unix Proxies, Firew

<    1   2   3