Thanks to visit codestin.com
Credit goes to sourceforge.net

Menu

#1583 elixir import fails in python

10.5_(32-bit_Intel)
open
nobody
5
2009-03-10
2009-03-10
No

I installed the python package elixir-py25, but it fails when I import it:
>>> import elixir
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/fink/lib/python2.5/site-packages/elixir/__init__.py", line 21, in <module>
from sqlalchemy.ext.sessioncontext import SessionContext
ImportError: No module named sessioncontext

(Yes sqlalchemy-py25 is already installed, and seems to work fine.)

Cheers
Bjarni

Discussion

  • monipol

    monipol - 2009-03-13

    As elixir-py25 is a maintained package, we'd like to ask you to contact the maintainer (Pepe Barbe, [email protected]) directly with regard to this issue.

    To find out if a package has a maintainer, type the following command on a terminal window:

    fink info packagename

    There should be a line starting with "Maintainer:" indicating both the name and e-mail address of the maintainer.

     
  • monipol

    monipol - 2009-05-17

    E-mail sent to maintainer.

     

Log in to post a comment.