ctypes argument by reference

2011-12-28 Thread gaetan
Hi I try to write a python backend for pamcan-g2, for that I should write a callback for *trans_cb_conv In python I've write : trans_cb_event = CFUNCTYPE(ctypes.c_char_p,ctypes.c_void_p,POINTER(ctypes.c_int) ... def fpm_trans_conv(event,pkg,response): foo... response=1 and for call the

Pickling an extension type subclasses problems

2010-02-05 Thread Gaetan de Menten
Hi all, I am trying to write an (optional!) C extension for SQLAlchemy, and I am struggling to make an extension type picklable *and* using the same format as the pure Python version (so that computers with the C extension can unpickle pickles from computers without it and vice-versa). Also the

Elixir 0.7.1 released

2009-11-16 Thread Gaetan de Menten
I am very pleased to announce that version 0.7.1 of Elixir (http://elixir.ematia.de) is now available. As always, feedback is very welcome, preferably on Elixir mailing list. This release packs a few interesting new features (abstract classes and a new collection type providing explicit relative

Elixir 0.5.1 released!

2008-02-08 Thread Gaetan de Menten
I am very pleased to announce that version 0.5.1 of Elixir (http://elixir.ematia.de) is now available. As always, feedback is very welcome, preferably on Elixir mailing list. This is mostly a bug fixes release (especially for people using inheritance), but we have also a few minor new features,

Elixir 0.5.0 released!

2007-12-09 Thread Gaetan de Menten
I am very pleased to announce that version 0.5.0 of Elixir (http://elixir.ematia.de) is now available. As always, feedback is very welcome, preferably on Elixir mailing list. This is mostly a bug fixes release, but we have also had some pretty important changes to the default values for options.

Elixir 0.4.0 released!

2007-10-29 Thread Gaetan de Menten
I am very pleased to announce that version 0.4.0 of Elixir is now available. As always, feedback is very welcome, preferably on Elixir mailing list. Highlights for this release - - Implemented a new attribute-based syntax to declare fields and relationships,

Elixir 0.3.0 released!

2007-03-27 Thread Gaetan de Menten
We are pleased to announce that version 0.3.0 of Elixir is now available. As always, feedback is very welcome, preferably on Elixir mailing list. Highlights for this release - - Added support for autoloading/reflecting databases with has_and_belongs_to_many

Elixir 0.2.0 released!

2007-03-02 Thread Gaetan de Menten
We are pleased to announce that the second release of Elixir (http://elixir.ematia.de) is now available. We hope you'll enjoy it. Highlights for this release - - Implemented singletable non-polymorphic inheritance - Added support to pass non-keyword arguments