Skip to Content
Menu
This question has been flagged
3 Replies
7579 Views

Hello, i've setup OpenERP on a Synology NAS, i have many errors each time due to the python lib xlrd not setup, but i can't find a way to set it up on my NAS, i can't find a package for it Anyone knows this issue and managed to solve it please?

Anthony

Avatar
Discard
Best Answer

Hi, i think you dont have the xlrd library installed in your system. Its a Library for developers to extract data from Microsoft Excel (tm) spreadsheet files

In linux, you can install this by

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install xlrd
Avatar
Discard
Author

Hello, thanks for your reply, are you sure i can use sudo apt-get on a synology? can't test it now will have to wait tonight

Author Best Answer

Happy to say i managed to install python xlrd on my NAS synology using ssh and the python setup.py install command

Avatar
Discard
Related Posts Replies Views Activity
6
Jan 24
12609
0
Mar 25
413
4
Apr 24
172670
0
Dec 23
1414
5
Feb 25
223829