I want to install ReText on CentOS. There are problems
[ root@localhost scripts-2.6]# python retext.py Traceback (most recent call last): File "retext.py", line 23, in <module> from ReText import QtCore, QtWidgets, QtWebKit, datadirs, globalSettings File "/usr/lib/python2.6/site-packages/ReText/__init__.py", line 21, in <module> from PySide import QtCore, QtGui, QtWebKit ImportError: No module named PySide
Then I typed yum install PySide and yum install python-pyside to install PySide and got the message No packages available.
I also tried yum search pyside and yum search python- but did not find the PySide package.
source share