On 1/13/06, Mark Ramm <[EMAIL PROTECTED]> wrote: > Try installing Python-dev or something like that. I can't remember > the exact name of the package, but I'm sure you can find using > synaptic. Basically, the Ubuntu split up the standard python packages > into a minimal and full python install. And you'll need the full > install to do anything real with python. > > --Mark Ramm
That's correct; the package you want is python-dev. Once it's installed, then your SQLAlchemy installation should proceed normally. -- Robin Munn [EMAIL PROTECTED] GPG key 0xD6497014

