Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3 #1

Open
luffah opened this issue Apr 9, 2020 · 0 comments
Open

Python 3 #1

luffah opened this issue Apr 9, 2020 · 0 comments

Comments

@luffah
Copy link

luffah commented Apr 9, 2020

With Python3 version (installed from pip):

  In [1]: from odatoo import document
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-1-5d604762e259> in <module>()
----> 1 from odatoo import document

/home/sgillot/.local/lib/python3.6/site-packages/odatoo/document.py in <module>()
      3 from xml.etree.ElementTree import Element, SubElement, tostring
      4
----> 5 from record import Record
      6
      7

ModuleNotFoundError: No module named 'record'

pip3 install record doesn't solve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant