Pyzo start error

580 views
Skip to first unread message

MiniSnake

unread,
Oct 14, 2020, 2:38:22 PM10/14/20
to Pyzo
Just updated my Python to 3.5 (yes, thats a bit old) to 3.9 and installed pyzo (last ver, i checked). I got an error i can't find any mention for :

Traceback (most recent call last):

File "C:\Users\USER\AppData\Local\Programs\pyzo\source\pyzo\pyzokernel\start.py", line 156, in <module>

__pyzo__.introspector.set_mode("thread")

File "C:\Users\USER\AppData\Local\Programs\pyzo\source\pyzo\yoton\channels\channels_reqrep.py", line 703, in set_mode

if not self._thread.isAlive():

AttributeError: 'ThreadForReqChannel' object has no attribute 'isAlive'

Can you guys indicate me how to fix it ? Thanks in advance.

Almar Klein

unread,
Oct 14, 2020, 3:26:17 PM10/14/20
to Pyzo
Thanks for reporting this! It appears that Pyzo is not yet compatible with Python 3.9. I will make sure to fix this as soon as possible.

In the mean time, you can edit the source code to change that ".isAlive" with "is_alive". Assuming that this is the only regression, that should fix it :)

Regards,
  Almar
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+uns...@googlegroups.com.

Almar Klein

unread,
Oct 15, 2020, 11:19:42 AM10/15/20
to Pyzo
Oh wait, this has already been fixed in https://github.com/pyzo/pyzo/pull/714

We just need a new release ...
Reply all
Reply to author
Forward
0 new messages