Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
8052 Visualizzazioni

Shall  we use python's raw modules such as "xlrd" on Odoo?

When I type " import xlrd", Odoo complain that there is no xlrd module;

Maybe these modules are forbid? 

Avatar
Abbandona
Risposta migliore

First you need to install library for xlrd in python, for that follow below steps :


1 Open terminal and type below command:

sudo pip install xlrd

2 now you can try to import xlrd command.


That's it :)



Avatar
Abbandona
Autore

So it is and it is so convenient; Thank you for your kindness;

So does it, such as "pandas" and other module, yes?

Yes, sale like this you can install other library.

Post correlati Risposte Visualizzazioni Attività
6
giu 17
5595
1
lug 19
8858
4
dic 23
190464
0
nov 21
3088
3
ago 19
9887