You can create a virtual python environment and then install all what you want, without root permision. http://pylonsbook.com/en/1.1/installing-pylons.html?highlight=virtualenv
Regards Gins 2010/6/8 Marcin Krol <[email protected]> > Hello everyone, > > Since few hosting providers provide SQLAlchemy, is it possible to import > SQLAlchemy from a subdir, i.e. run it without usual "python setup.py > install" / "easy_install SQLAlchemy"? > > I also need to run Mako the same way... > > -- > > Regards, > mk > > -- > Premature optimization is the root of all fun. > > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<sqlalchemy%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/sqlalchemy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
