No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Hi, I have a function in Vc++ called Execute. I pass arguments to the function in hex and it returns the value in hex. >>> p.Execute(s1) The return value is handled in unicode format by python. u'\u1211\u2b08' I am supposed to convert the hex return value to BCD. Since python … | |
Could anybody tell me the difference between Dispatch and DispatchEx. I am new to python and extremely confused about the usage of the two methods. | |
How to execute the code written in a .py file. I wanted to know the exact command to be used. Is it executeFile("File.py")? | |
How can we execute the commands on one file in a such a way that the results will get saved in another file? Do we have any such built in method which we can use? | |
Hi, I need to test soem DCOM APIs using python script. I just wanted to know how to go about it? What all s/w would I need to do this testing? And do I need to install visual studio on my machine to check the dcom APIs? | |
Hi, I have a file named demo.py.The contents of the file are: [code] class a: name="swapna" def show(self): print a.name s=a() s.show() [/code] When I execute the file it gives me the following error: "<bound method a.show of <__main__.a instance at 0x009D58C8>>" Kindly advice on how to proceed with it. | |
Hi, I am a software professional .I am learning python to use it for the purpose of testing in my work. |
The End.