Basic pynomo instructions not working

Adam Funk a24061 at ducksburg.com
Tue Nov 20 11:25:47 EST 2018


Hi,

I'm trying to use the basic stuff in pynomo

<https://github.com/dbaynard/pynomo>

which I've installed with pip3, but I run into this problem trying to
the basic stuff in the documentation:

#v+
$ python3
Python 3.6.7 (default, Oct 22 2018, 11:32:17)
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from pynomo.nomographer import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/adam/.local/lib/python3.6/site-packages/pynomo/nomographer.py", line 16, in <module>
    from nomo_wrapper import *
ModuleNotFoundError: No module named 'nomo_wrapper'
>>> import pynomo
>>> import pynomo.nomographer
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/adam/.local/lib/python3.6/site-packages/pynomo/nomographer.py", line 16, in <module>
    from nomo_wrapper import *
ModuleNotFoundError: No module named 'nomo_wrapper'
>>>
#v-

Any ideas?

Thanks.



More information about the Python-list mailing list