@dhariwal Hi,
I don't think this has anything to do with account_banking. BeautifulSoup installs in the python default library path, which is versioned. So is easy_install (check the /usr/bin/easy_install script). It seems you run python2.5 alongside python2.6, that python links to python2.6 and that easy_install was installed for python2.5. Hence the mess. Correct easy_install to use python2.6, reinstall BeautifulSoup and all should be ok. ------------------------ Pieter J. Kersten EduSense BV http://www.edusense.nl -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=50495#50495 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
