Closed GoogleCodeExporter closed 9 years ago
What is the full path of your WordNet noun file?
It appears that self.setnounfile('/usr/local/WordNet-3.0/dict/index.noun')
was not added to the else catch in do_setup
Can you download the new 0.2.1 version and test it out? or maybe
'/usr/local/WordNet-
3.0/dict/index.noun' is not the correct path for your platform.
Also, in your python console, can you do run these commands?...
>>> import sys
>>> print sys.platform
Can you post what the last command returns?
Thanks, Joe
Original comment by joesox
on 1 Sep 2007 at 9:25
It looks like the gentoo emerge puts wordnet in a different location. My
python path:
/usr/share/wordnet/dict/index.noun After making the path change in both the
elif sys.platform == 'darwin': and else: location, the script worked.
Thanks Joe.
Original comment by ntemple...@gmail.com
on 2 Sep 2007 at 12:50
Reported fixed. QA test needed.
Original comment by joesox
on 3 Sep 2007 at 2:49
Original issue reported on code.google.com by
ntemple...@gmail.com
on 1 Sep 2007 at 6:31