Re: ANN: PyQt v4.1 Released

2006-11-09 Thread Tool69
Shame on me, I forgot to import the lexers. -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: PyQt v4.1 Released

2006-11-09 Thread Tool69
Sorry, I just tried with other lexers, but I'm having some errors (names not defined errors) with those ones : 1.lexer = QsciLexerRuby() 2.lexer = QsciLexerTeX() Are they implemented ? -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: PyQt v4.1 Released

2006-11-09 Thread Tool69
Thanks David, your sample works nicely ! -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: PyQt v4.1 Released

2006-11-09 Thread David Boddie
Tool69 wrote: > > That uses a port of an old syntax highlighting example from Qt 4.0. Someone > needs to "port" the C++ example from Qt 4.2 to PyQt4. > > So, we've got no sample to use QScintilla2 ?? Well, this should get you started: import sys from PyQt4.QtGui import QApplication from PyQt4.Qs

Re: ANN: PyQt v4.1 Released

2006-11-09 Thread Tool69
David Boddie a écrit : > Do you mean the example from the PyQt4 distribution? Yes, that was it. > That uses a port of an old syntax highlighting example from Qt 4.0. Someone > needs to > "port" the C++ example from Qt 4.2 to PyQt4. So, we've got no sample to use QScintilla2 ?? Thanks, 6TooL9

Re: ANN: PyQt v4.1 Released

2006-11-06 Thread David Boddie
Tool69 wrote: > I followed the docs to build qscintilla2, all is going well with no > errors, but when I launched the PyQt Syntax Highlighter Example, > nothing is highlighted but the first line of text, whereas the C++ > sample works well in the demo. Do you mean the example from the PyQt4 distr

Re: ANN: PyQt v4.1 Released

2006-11-06 Thread Tool69
Hi Phil, I followed the docs to build qscintilla2, all is going well with no errors, but when I launched the PyQt Syntax Highlighter Example, nothing is highlighted but the first line of text, whereas the C++ sample works well in the demo. Any hints ? Thanks. -- http://mail.python.org/mailman/lis

Re: ANN: PyQt v4.1 Released

2006-11-05 Thread Phil Thompson
On Sunday 05 November 2006 6:00 pm, vj wrote: > > Riverbank Computing is pleased to announce the release of PyQt v4.1 > > available from http://www.riverbankcomputing.co.uk/pyqt/. > > What's the best way to learn pyqt. Do the examples from the book GUI > Programming with Python: QT Edition still wo

Re: ANN: PyQt v4.1 Released

2006-11-05 Thread Phil Thompson
On Sunday 05 November 2006 7:19 pm, Tool69 wrote: > Thanks Phil, > Can you put some hints about how to build QScintilla2 on Windows please > ? You mean something other than the installation instructions? Phil -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: PyQt v4.1 Released

2006-11-05 Thread Tool69
Thanks Phil, Can you put some hints about how to build QScintilla2 on Windows please ? -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: PyQt v4.1 Released

2006-11-05 Thread vj
> Riverbank Computing is pleased to announce the release of PyQt v4.1 > available from http://www.riverbankcomputing.co.uk/pyqt/. What's the best way to learn pyqt. Do the examples from the book GUI Programming with Python: QT Edition still work? Is the material from the book mostly valid or have

ANN: PyQt v4.1 Released

2006-11-05 Thread Phil Thompson
Riverbank Computing is pleased to announce the release of PyQt v4.1 available from http://www.riverbankcomputing.co.uk/pyqt/. The highlights of this release include: - support for Qt v4.2 including QGraphicsView and related classes, the undo framework, widget stylesheets, and integration with G