python-eeml icon indicating copy to clipboard operation
python-eeml copied to clipboard

No module named unit

Open overheder opened this issue 11 years ago • 1 comments

I just had a complete reinstall of my RPI, and while my python code was preserved, I had to reinstall eeml...

When I fired up the code I got "ImportError: No module named unit" at the line "import eeml.unit"

I commented out the line, and the solution works now crashes at pac=eeml.datastream.Cosm AttributeError 'module' has no attribute 'Cosm'...

I have imported eeml.datastream. For once, google comes up blank, any ideas?

overheder avatar Jul 14 '14 20:07 overheder

There are apparently two methods for installing eeml, this one solved the problem: git clone git://github.com/petervizi/python-eeml cd python-eeml sudo python setup.py install

Problem solved, you can close this

overheder avatar Jul 15 '14 06:07 overheder