Menu

#2642 Python package installs without errors but cannot be used

64-bit
open
nobody
5
2015-06-18
2015-06-18
Kent
No

Installing the Python package runs without issue but when trying to import it in a project it throws an error saying "No module named client_intf"

Full error output attached.

Ubuntu 14.10, 64-bit
gcc (Ubuntu 4.9.1-16ubuntu6) 4.9.1
Net-SNMP 5.8.dev, no Perl modules (couldn't get them to compile)
Python 2.7.8

Of note: Python 3.4 can install successfully by using from __future__ import print_function and changing all print in test.py to be Python3-compatible. This has no effect on the Python2 installation. I have included the log only for the sole purpose as an aide for anyone modifying the Python package in the future. Python3 is not to be included under this bug. However, I can include a patch if so desired.

4 Attachments

Discussion


Log in to post a comment.