What do you find more difficult in PyQt than in PySide? They're
practically the same thing.. I haven't tryied it, but Aranduka might
work with PySide without too much effort. Try changing the "from PyQt4
import [...]" line to "from PySide import [...]".
What book are you talking about?
> I am expecting many capabilities to be added to EPUB. One thing is to
> make it
> work in some way with NLTK and certainly interactively.
>
>
> David Jensen
Feel more than welcome to add features to aranduka!
--
Ramiro Algozino
http://ramiroalgozino.com.ar/
In main.py's line 7th you can see that QtWebKit was used indeed:
from PyQt4 import QtCore, QtGui, uic, QtWebKit, QtNetwork
Sorry, but I don't get what are you trying to do or what are your
doubts. Can you explain yourself better please?
Thanks