I see this ImportError when trying to use Spore/Encodium:
- Linux 3.13.0-30-generic #54-Ubuntu SMP Mon Jun 9 22:45:01 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
- Installed using pip (pip 6.0.8 from /usr/local/lib/python3.4/dist-packages (python 3.4))
- Python 3.4.0
Collecting spore
Downloading spore-0.9.4.tar.gz
Collecting encodium (from spore)
Downloading encodium-0.0.5.tar.gz
Installing collected packages: encodium, spore
Running setup.py install for encodium
Running setup.py install for spore
Successfully installed encodium-0.0.5 spore-0.9.4
$ python3
Python 3.4.0 (default, Apr 11 2014, 13:05:11)
[GCC 4.8.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
from encodium import Encodium
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'Encodium'
I see this ImportError when trying to use Spore/Encodium:
Collecting spore
Downloading spore-0.9.4.tar.gz
Collecting encodium (from spore)
Downloading encodium-0.0.5.tar.gz
Installing collected packages: encodium, spore
Running setup.py install for encodium
Running setup.py install for spore
Successfully installed encodium-0.0.5 spore-0.9.4
$ python3
Python 3.4.0 (default, Apr 11 2014, 13:05:11)
[GCC 4.8.2] on linux
Type "help", "copyright", "credits" or "license" for more information.