Today I released wordgroupz v 0.3b.
New Features -
1. Dictionary support – online dict.org webster, offline wordnet
2. Wiktionary support – lookup details of the word on wiktionary, download pronunciations if available
3. New interface


Dependencies for wordgroupz:
1) gtk, pygtk2
2) python-nltk
3) wordnet
4) pywebkitgtk
5) BeautifulSoup
To install wordgroupz for fedora:
1) download http://rtnpro.fedorapeople.org/rtnpro.repo into /etc/yum.repos.d/
2) as root do: yum install wordgroupz
To install wordgroupz on any other linux OS:
2) Untar it: $tar xvf wordgroupz-0.3b.tar.gz
3) Change directory to wordgroupz-0.3b: $cd wordgroupz-0.3b
4) As root, install from setup.py:
$su
#python setup.py install
Feel free to report any bugs, new feature request or suggestions.
Pingback: wordgroupz development news « rtnpro | Ratnadeep Debnath
It need two more dependency with the package
1.python-BeautifulSoup.noarch
2.gstreamer-python-devel.i686 gstreamer-python.i686
when i directly installed package in KDE and then run it in terminal then it show errors like
1. Traceback (most recent call last):
File “/usr/share/wordgroupz/wordgroupz.py”, line 29, in
import pygst
ImportError: No module named pygst
2.Traceback (most recent call last):
File “/usr/share/wordgroupz/wordgroupz.py”, line 27, in
from BeautifulSoup import BeautifulSoup
ImportError: No module named BeautifulSoup
Thanks for the review. I will add the dependencies and update the rpm file.