Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixing Windows and Python 3.3 #66

Closed
jmcintyre opened this issue Oct 31, 2012 · 3 comments
Closed

Mixing Windows and Python 3.3 #66

jmcintyre opened this issue Oct 31, 2012 · 3 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists patchwelcome Windows

Comments

@jmcintyre
Copy link

I have had websockify running on Windows against Python 3.2 for some time now. I've begun testing against Python 3.3 and have run into an issue. When a websocket connection is made, I receive the following error:

self = load(from_parent)
"Python\lib\multiprocessing\forking.py", line 344, in main
File "", line 1, in

Has anyone else tried running against Python 3.3 in Windows?

@kanaka
Copy link
Member

kanaka commented Nov 1, 2012

How are you launching it? Can you also give me of the stack trace?

@smithkl42
Copy link

Running into the same issue. The error I get is:

  1: handler exception: Cannot serialize socket object
WARNING: no 'resource' module, daemonizing is slower or disabled
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Python33\lib\multiprocessing\forking.py", line 344, in main
    self = load(from_parent)
EOFError

@CendioOssman
Copy link
Member

This is a duplicate of #67, where multiprocessing and Windows don't mix well.

@CendioOssman CendioOssman added the duplicate This issue or pull request already exists label Nov 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists patchwelcome Windows
Projects
None yet
Development

No branches or pull requests

5 participants