Hi,
Attached is a program which I believe worked perfectly in
earlier versions of pyqt, but now no longer functions. The
program is supposed to put data onto the windows clipboard
in 'CSV' format (the clipboard id that seems to correspond
to CSV format is hardwired in the example, but in realit
I've just started using Eric3 on Windows.
Nice IDE and lots of features, but the program I was running raises an exception when I step through the code.
However, when I run my program on the cmd line as in ...
python mypro.py argument
It runs without exceptions.
When I run my program fro
Hello,
I've installed the binaries for Eric3 on Windows from
http://www.quadgames.com/download/pythonqt/
Does anyone know if this version of Eric3 work with Python 2.4.2?
The web page refers to 2.4.1, but not "or later"
thanks
Tony
___
PyK
I am sorry, there is an error in the example code I sent. The las line of
testQWidgetFactory.py should have been:
w.child( 'myCustomWidget1' ).pythonMethod()
The behaviour is different on various PyQt/sip versions. The problem is
related to the deletion of the Python version of MyCustomWidget i
>sys does not seem to have a breakpoint function:
>
import sys
sys.breakpoint()
>Traceback (most recent call last):
> File "", line 1, in ?
>AttributeError: 'module' object has no attribute 'breakpoint'
from sys import breakpoint
>Traceback (most recent call last):
> File "", line 1
Am Mittwoch, 5. Oktober 2005 07:00 schrieb Jim Baack:
> On Oct. 4, Detlev Offenbach wrote:
> >Am Dienstag, 4. Oktober 2005 20:22 schrieb Florian Lindner:
> >> Hello,
> >> I've tried out eric3 and it looks promising.
> >> However, I have one problem. I open a file which is part of Zope3 and
>
> set
On Oct. 4, Detlev Offenbach wrote:
>Am Dienstag, 4. Oktober 2005 20:22 schrieb Florian Lindner:
>> Hello,
>> I've tried out eric3 and it looks promising.
>> However, I have one problem. I open a file which is part of Zope3 and
set a
>> breakpoint there. Now I open the runzope start script and execu
FWIW I switched to Python threading module and everything is ok now.
On Friday 30 September 2005 17:27, İsmail Dönmez wrote:
> Hi all,
>
> I implemented a QThread based function to run some external command in my
> application. Its works like this :
>
> main widget:
>
> command = QThreadClass()
>