I tried installing OpenDutchWordnet, using the install.sh (or actually create_virtual_env.sh). The script succeeds, but if I run the example code, >>> from OpenDutchWordnet import Wn_grid_parser I get ImportError: No module named 'OpenDutchWordnet'.
If I look at the script, it seems no module is installed, it just creates a virtualenv and installs lxml from requirements.txt. Also, there is no setup.py.
What am I missing?
I tried installing OpenDutchWordnet, using the
install.sh(or actuallycreate_virtual_env.sh). The script succeeds, but if I run the example code,>>> from OpenDutchWordnet import Wn_grid_parserI getImportError: No module named 'OpenDutchWordnet'.If I look at the script, it seems no module is installed, it just creates a virtualenv and installs lxml from requirements.txt. Also, there is no
setup.py.What am I missing?