MSLNZ / msl-loadlib

Load a shared library (and access a 32-bit library from 64-bit Python)
MIT License
75 stars 17 forks source link

No module named loadlib #12

Closed david-kooi closed 6 years ago

david-kooi commented 6 years ago

Perhaps I'm overlooking something, or don't have the proper dependencies.

Installed are: python2.7.5 python3.5.3

Error:

Python 2.7.5 (default, Aug  2 2016, 04:20:16) 
[GCC 4.8.5 20150623 (Red Hat 4.8.5-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import msl
>>> from msl.loadlib import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named loadlib
david-kooi commented 6 years ago

Turns out we have a local package called 'msl'. That's likely the culprit.