Hi! For some project, I need a recent version of sqlalchemy. Version 0.5.8 shipped with Sage is too old. On one of my laptops, with Sage version 6.1.1, I succeeded in installing sqlalchemy version 0.9.3. What I did was "download sqlalchemy tarball, open it, and do python setup.py install in a sage shell".
On another laptop with Sage 6.2.beta7, I tried the same (but with sqlalchemy version 0.9.4, if that matters). Installation seemed to work, but when I did sage: import sqlalchemy sage: sqlalchemy.__version__ it still showed me '0.5.8', not '0.9.4'. That's bad, because the code that I developed on the first laptop relies on a recent sqlalchemy version. So, what could have gone wrong, and what should I do to finally make my project work on *both* machines? Best regards, Simon -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.