- 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:
LtWorf
2011-11-01 18:47:03 +00:00
parent f6a6947218
commit 48bde3ea84
5 changed files with 30 additions and 23 deletions

View File

@@ -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"