On Wed, Nov 19, 2014 at 9:50 PM, Davy Cottet <[email protected]> wrote:
So I've 3 questions to the developers : > > 1 - Is there a recommended configuration from the above ones to be the > default one if no qt was previously installed and both py2 and py3 are > installed ? > Prefer PyQt5 regardless of Python version. Fall back to PyQt4. 2 - I understand that Depends: docutils & Recomends: pyEnchant. Am I right > ? Are there any other Depends, recommends & Suggested packages ? > Not sure what you mean. Install both docutils and pyEnchant if possible. Neither is absolutely required. > 3 - Could you tell me if there is some specific pyqt module to include ? > For example I found that viewrendered2 needs (at least) qtsvg to work. > > You can select them from this list : > > > python-qt4 - Python bindings for Qt4 >> python-qt4-dbus - D-Bus Support for PyQt4 >> python-qt4-dev - Development files for PyQt4 >> python-qt4-phonon - Python bindings for Phonon >> python-qt4-sql - Python bindings for PyQt4's SQL module >> python-qt4-gl - Python bindings for Qt4's OpenGL module >> python-qt4reactor - Twisted Qt4 Integration >> > viewrendered uses only qt4 and qt4-phonon, iirc, but qt4-gl would be good to have. Others not necessary. python-pyqt5 - Python bindings for Qt5 >> python-pyqt5.qtmultimedia - Python bindings for Qt5's Multimedia module >> python-pyqt5.qtopengl - Python bindings for Qt5's OpenGL module >> python-pyqt5.qtpositioning - Python bindings for QtPositioning module >> python-pyqt5.qtquick - Python bindings for QtQuick module >> python-pyqt5.qtsensors - Python bindings for QtSensors module >> python-pyqt5.qtserialport - Python bindings for QtSerialPort module >> python-pyqt5.qtsql - Python bindings for Qt5's SQL module >> python-pyqt5.qtsvg - Python bindings for Qt5's SVG module >> python-pyqt5.qtwebkit - Python bindings for Qt5's WebKit module >> python-pyqt5.qtx11extras - Python bindings for QtX11Extras module >> python-pyqt5.qtxmlpatterns - Python bindings for Qt5's XmlPatterns module >> > In this list: pyqt5, qtsvg, qtwebkit. python3-pyqt4 - Python3 bindings for Qt4 >> python3-pyqt4.phonon - Python3 bindings for Phonon >> python3-pyqt4.qsci - Python 3 bindings for QScintilla 2 with Qt 4 >> python3-pyqt4.qtopengl - Python 3 bindings for Qt4's OpenGL module >> python3-pyqt4.qtsql - Python3 bindings for PyQt4's SQL module >> > Leo has optional support for qsci, which maybe nobody should use, but I guess qsci should go on the list. > python3-pyqt5 - Python 3 bindings for Qt5 >> python3-pyqt5. >> >> qsci - Python 3 bindings for QScintilla 2 with Qt 5 >> python3-pyqt5. >> >> qtmultimedia - Python 3 bindings for Qt5's Multimedia module >> python3-pyqt5.qtopengl - Python 3 bindings for Qt5's OpenGL module >> python3-pyqt5.qtpositioning - Python 3 bindings for QtPositioning module >> python3-pyqt5.qtquick - Python 3 bindings for QtQuick module >> python3-pyqt5.qtsensors - Python 3 bindings for QtSensors module >> python3-pyqt5.qtserialport - Python 3 bindings for QtSerialPort module >> python3-pyqt5.qtsql - Python 3 bindings for Qt5's SQL module >> python3-pyqt5.qtsvg - Python 3 bindings for Qt5's SVG module >> python3-pyqt5.qtwebkit - Python 3 bindings for Qt5's WebKit module >> python3-pyqt5.qtx11extras - Python 3 bindings for QtX11Extras module >> python3-pyqt5.qtxmlpatterns - Python 3 bindings for Qt5's XmlPatterns >> module >> > Again, pyqt5, qtsvg, qtwebkit and qsci. Maybe qtmultimedia. Not sure. HTH. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
