Can't install on v7 - pre-requisites? depends=[] ?

Asked by Ray Carnes

Unable to install, message:

File "/opt/openerp/server/openerp/addons/bss_phonenumbers/bss_phonumbers_fields.py", line 24, in <module>
    import phonenumbers
ImportError: No module named phonenumbers

The modules don't depend on anything, which I have never seen. Is this an oversight?

Are there python dependencies?

EDIT: by installing the python library "phonenumbers" I was able to get the module to install.

>> sudo easy_install phonenumbers

Question information

Language:
English Edit question
Status:
Solved
For:
Bluestar Phonenumbers Addons Edit question
Assignee:
No assignee Edit question
Solved by:
Ray Carnes
Solved:
Last query:
Last reply:
Revision history for this message
Ray Carnes (rcarnes) said :
#1

sudo easy_install phonenumbers