After succesfully installing pycorpora thru pip, I still get following error.
ImportError: cannot import name plants
This following the example from main page pycorpora
Even the standard usage example doesn't work?
print random.choice(pycorpora.plants.flowers['flowers'])
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'plants
Is there something I still need to install in my python path from pycorpora?
After succesfully installing pycorpora thru pip, I still get following error.
ImportError: cannot import name plants
This following the example from main page pycorpora
Even the standard usage example doesn't work?
print random.choice(pycorpora.plants.flowers['flowers'])
Is there something I still need to install in my python path from pycorpora?