[Tutor] No module named uno in virtual environment
Jim
jf_byrnes at comcast.net
Fri Sep 7 17:10:57 EDT 2018
Mint 18.1
System python3 3.5.2
Python3-uno is available to the system python3. How can I make it
available to python 3.6.5 in a virtual environment I installed using venv?
(env36) jfb at jims-mint18 ~ $ python
Python 3.6.5 (default, May 3 2018, 10:08:28)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import oosheet
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"/home/jfb/EVs/env36/lib/python3.6/site-packages/oosheet/__init__.py",
line 38, in <module>
import uno, re, zipfile, types, inspect, tempfile, shutil, subprocess
ModuleNotFoundError: No module named 'uno'
Thanks, Jim
More information about the Tutor
mailing list