On 01 février 07:10, Matt ~ wrote: > Hello python-projects, first post on this list.
Hello, and welcome > I've been trying to make pyqonsole work under my Arch Linux (64 bits, > python2.7) and still got nothing. I tried downloading it from the AUR > repositories, also tried downloading the tar.gz and compiling it myself but > it's not working at all. > > Some examples: > > In both cases it just hang out as the screenshot shows. I can't even close > it normally, I have to CTRL+C on terminal. > > [matt@mfsec scripts-2.7]$ ./pyqonsole > no shell specified. Using /bin/bash > http://i.imgur.com/2iUJU.png > > [matt@mfsec scripts-2.7]$ ./pyqonsole --profile python > *undecodable* 67790855 0 0 (I always get the same numbers) > http://i.imgur.com/0umB6.png > > [matt@mfsec scripts-2.7]$ ./pyqonsole --profile ls > Output of profiling over here -> http://pastie.org/1517549 > > [matt@mfsec scripts-2.7]$ ./pyqonsole mkdir test --> *makes test/ folder.* > > I hope it's just me doing some nonesense stuff, but I really appreciate your > help, thanks in advance. We've currently no time to maintain pyqonsole. I give it a try though, and while I get some errors on the console where pyqonsole had been started (see below), it does basically work. The error I get a I type in pyqonsole is: Traceback (most recent call last): File "/home/syt/src/pyqonsole/pyqonsole/widget_qt3.py", line 675, in paintEvent unistr, ca, pm != None, False) File "/home/syt/src/pyqonsole/pyqonsole/widget_qt3.py", line 594, in drawAttrStr paint.fillRect(rect, bColor) TypeError: QPainter.fillRect(): arguments did not match any overloaded call: overload 1: argument 1 has unexpected type 'QRect' overload 2: argument 2 has unexpected type 'QColor' which is much likely due to pyqt api changes. Which qt/pyqt version do you have? I've : * python-qt4 4.7.3-1+b1 * qt4 4:4.6.3-4 -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services CubicWeb, the semantic web framework: http://www.cubicweb.org _______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
