We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
pip3 install record
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With Python3 version (installed from pip):
pip3 install record
doesn't solve the issue.The text was updated successfully, but these errors were encountered: