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

Running extra modules concurrently under Windows does not work #9

Open
veiset opened this issue Mar 28, 2012 · 0 comments
Open

Running extra modules concurrently under Windows does not work #9

veiset opened this issue Mar 28, 2012 · 0 comments
Labels

Comments

@veiset
Copy link
Owner

veiset commented Mar 28, 2012

Forking new processes under Windows is not working.

Trace:

20:25:10        wx | Traceback (most recent call last):
20:25:10        wx |   File "<string>", line 1, in <module>
20:25:10        wx |   File "C:\Python27\lib\multiprocessing\forking.py", line 374, in main
20:25:10        wx |     self = load(from_parent) 
20:25:10        wx |   File "C:\Python27\lib\pickle.py", line 1378, in load
20:25:10        wx |     return Unpickler(file).load()
20:25:10        wx |   File "C:\Python27\lib\pickle.py", line 858, in load 
20:25:11        wx |     dispatch[key](self) 
20:25:11        wx |   File "C:\Python27\lib\pickle.py", line 880, in load_eof
20:25:12        wx |     raise EOFError
20:25:12        wx | EOFError
20:25:13        wx |  .. running:  <module 'module.extra.tvrage' from 'C:\Users\Russ\Desktop\Bruno\mo
20:25:13        wx | dule\extra\tvrage.pyc'>
20:25:14        wx |  .. extra module loaded: tvrage 1.0
20:25:14        wx | Can't pickle <type 'module'>: it's not found as __builtin__.module
20:25:15        wx |  !! Module 'tvrage 1.0' failed to run.

Might be incorrect usage of the pickle module for presisting data that causes the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant