Hi, folks!
I'm writing wrapper for C library. This library consist of several parts. And i
want split my extension package into different extension modules. I think, this
is the right way ;-) But, there are some common parts that exist in extension
package, get_library_version, Error, and so o
Hello, list!
I'm writing a wrapper for C-library. When something goes wrong in that library,
i can get error details. And i want to assign them to fields of my own
exception class.
For this purpose, i looked throught Modules/_ctypes/_ctypes.c (in python source
tree) and implemented same things
Hi all,
I have this little simple script:
for i in range(10):
for j in range(500): pass # Timing-delay loop
print i
When you run it, it behaves as you would expect -- it prints 0
on the next line prints 1 on the next line prints 2
etc.
But if you add a comma at the end of pri
So I guess then my next question is why does adding comma to print
statement cause buffering, but not when you don't have comma?
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
Can someone point me to a Howto or Tutorial for tokenize module for a
newbie? I read the documentation but it doesn't have a lot of info...
Thanks!
--
http://mail.python.org/mailman/listinfo/python-list
how can i save my command prompt screen?
--
http://mail.python.org/mailman/listinfo/python-list