bparzella / secsgem

Simple Python SECS/GEM implementation
GNU Lesser General Public License v2.1
170 stars 85 forks source link

ImportError: No module named 'hsms' #4

Closed ttchin closed 7 years ago

ttchin commented 8 years ago

I have pip installed secsgem, and I'm using Python3.5.1 on windows 7 bit32.

from secsgem import Traceback (most recent call last): File "", line 1, in File "C:\Programs Files\Python\Python35-32\lib\site-packages\secsgeminit. py", line 17, in from hsms import ImportError: No module named 'hsms'

bparzella commented 8 years ago

secsgem is not compatible with python 3 at the moment. i haven't tested it with windows yet, os x and linux are working.