Discussion:
[Pyzo] Pyzo has stopped ruuning
xavier leroy
2018-01-22 22:41:53 UTC
Permalink
Its displays following error message

Traceback (most recent call last):

File "C:\pyzo\source\pyzo\pyzokernel\start.py", line 46, in <module>

import yoton

File "C:\pyzo\source\pyzo\yoton\__init__.py", line 24, in <module>

from yoton.misc import UID, str, bytes

File "C:\pyzo\source\pyzo\yoton\misc.py", line 18, in <module>

import socket

File "c:\anaconda3\lib\socket.py", line 49, in <module>

import _socket

ImportError: DLL load failed: %1 is not a valid Win32 application.


The process failed to start (invalid command?). (1)


Traceback (most recent call last):


I've desinstalled it (with uninstall) and reinstalled. Same problem.

I've stopped and restarted computer, Pyzo is still dead.

Help please ???
--
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Almar Klein
2018-01-25 13:47:35 UTC
Permalink
It looks like the Python installation is broken. So instead of
re-installing Pyzo, re-install anaconda (or whatever Python interpreter
you're using).

Please let us know how it goes.

- Almar
Post by xavier leroy
Its displays following error message
File "C:\pyzo\source\pyzo\pyzokernel\start.py", line 46, in <module>
import yoton
File "C:\pyzo\source\pyzo\yoton\__init__.py", line 24, in <module>
from yoton.misc import UID, str, bytes
File "C:\pyzo\source\pyzo\yoton\misc.py", line 18, in <module>
import socket
File "c:\anaconda3\lib\socket.py", line 49, in <module>
import _socket
ImportError: DLL load failed: %1 is not a valid Win32 application.
The process failed to start (invalid command?). (1)
I've desinstalled it (with uninstall) and reinstalled. Same problem.
I've stopped and restarted computer, Pyzo is still dead.
Help please ???
--
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
For more options, visit https://groups.google.com/d/optout.
--
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...