petervizi / python-eeml

A python package for generating eeml documents.
http://petervizi.github.com/python-eeml
GNU General Public License v3.0
43 stars 11 forks source link

No module named unit #31

Open overheder opened 10 years ago

overheder commented 10 years ago

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 commented 10 years ago

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