Hi,

I had the same error "No module named BeautifulSoup" when I tried to install 
bank import module.
I had to install BeautifulSoup by "sudo easy_install BeautifulSoup"

Still I had the same error. Than i checked by importing BeautifulSoup in 
terminal window, i got the error on Python (points to 2.6, ubuntu9.10), 
however, I could import properly in python2.5 .... changed the openerp-server 
(sudo gedit /usr/lib/openerp-server/openerp-server.py)
from: #!/usr/bin/python
to: #!/usr/bin/python2.5
and it worked, at least i could install the module.
hope this doesnt stuff anything else :)




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=50494#50494

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to