Re: [sqlalchemy] checking for C extensions at runtime

2010-07-16 Thread David Gardner
I'm actually not sure, I did a bit of googling and couldn't really find much. Pep 386 talks about version comparison in distutils: http://www.python.org/dev/peps/pep-0386/#id10 As for scratching my itch it wouldn't have to be in the __version__ string, I was just wondering how I would check

[sqlalchemy] checking for C extensions at runtime

2010-07-15 Thread David Gardner
I was wondering if there was a way to check at runtime if the C extensions were built with SQLAlchemy? If not I was wondering if you would consider adding something to the __version__ string? -- David Gardner Pipeline Tools Programmer Jim Henson Creature Shop dgard...@creatureshop.com --

Re: [sqlalchemy] checking for C extensions at runtime

2010-07-15 Thread Michael Bayer
On Jul 15, 2010, at 4:03 PM, David Gardner wrote: I was wondering if there was a way to check at runtime if the C extensions were built with SQLAlchemy? If not I was wondering if you would consider adding something to the __version__ string? is there some guideline for the format on