[PyKDE] ANN: new eric snapshot

2004-09-18 Thread Detlev Offenbach
Hi,

I have just uploaded a new snapshot of eric3. Please test it and report all 
errors found in order to get them fixed for the upcoming 3.5 release. The 
snapshot is available via the eric3 site

http://www.die-offenbachs.de/detlev/eric3.html

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric snapshot

2004-09-18 Thread Gordon Tyler

Hi Detlev,

When running a script (using F2) that creates a threading.Thread, I get the following error in the Python-Shell when I call the thread's start():

Unhandled exception in thread started by bound method DebugThread.bootstrap of DebugThread.DebugThread instance at 0x421b03ec

The following snippet of code should reproduce the problem:


from threading import Thread

def run():
print test

t = Thread(target=run)
t.start()


The error does not occur when I run the script from the commandline.

Thanks,
Gordon

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new Eric snapshot

2004-08-01 Thread Detlev Offenbach
Hi all,

I have just uploaded a new snapshot of eric3. It has a new dialog to 
search for files (like find but does so while you type the name) and 
greatly improved unicode support. However, this might have broken areas 
I haven't discovered. Please give this snapshot a try and report the 
bugs found.

It is available via the eric3 home page

http://www.die-offenbachs.de/detlev/eric3.html

Regards
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde