- Improved tokenizer
- GUI shows unicode errors (i really can't wait for debian to have pyqt in python 3) git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@339 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
@@ -85,7 +85,7 @@ if __name__ == "__main__":
|
||||
pyqt=True
|
||||
|
||||
try:
|
||||
import sip
|
||||
import sip #needed on windows
|
||||
from PyQt4 import QtGui
|
||||
except:
|
||||
print >> sys.stderr, "PyQt seems to be missing, trying to use Pyside"
|
||||
|
Reference in New Issue
Block a user