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@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

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to