Re: ctypes 0.9.2 released
Ian Bicking wrote:
[color=blue]
> Having ctypes in the stdlib would be cool, because it would mean that
> many C library extension could be installed with no compilation step,
> since ctypes would already be compiled as part of the default install.
> Assuming the C library was already installed, but typically C libraries
> get packaged for distribution long before the associated Python
> extension is packaged.[/color]
ctypes are sweet!
Trying them out, I was surprised how easy it was to do ... well anything.
I am not aware af all the consequences of including it in the standard
library, but to me it seems like a logical thing to do. It "feels" very
pythonic.
--
hilsen/regards Max M, Denmark
IT's Mad Science
Ian Bicking wrote:
[color=blue]
> Having ctypes in the stdlib would be cool, because it would mean that
> many C library extension could be installed with no compilation step,
> since ctypes would already be compiled as part of the default install.
> Assuming the C library was already installed, but typically C libraries
> get packaged for distribution long before the associated Python
> extension is packaged.[/color]
ctypes are sweet!
Trying them out, I was surprised how easy it was to do ... well anything.
I am not aware af all the consequences of including it in the standard
library, but to me it seems like a logical thing to do. It "feels" very
pythonic.
--
hilsen/regards Max M, Denmark
IT's Mad Science
Comment