Extension modules and common routines in Python/C API

2010-06-27 Thread ty ty
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

Creating exception class with custom fields in Python/C API

2010-06-28 Thread ty ty
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

Simple (?) question about print statement

2005-12-14 Thread TY
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

Re: Simple (?) question about print statement

2005-12-14 Thread TY
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

Howto or Tutorial for tokenize module for a newbie?

2006-07-10 Thread TY
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 command prompt screen

2008-07-15 Thread Ty hensons
how can i save my command prompt screen? -- http://mail.python.org/mailman/listinfo/python-list