[issue15659] using os.fork() and import user's modules results in errors

2012-08-14 Thread Michael
New submission from Michael: if I import any python script in the beginning of the code in then I haver next errors: Error in atexit._run_exitfuncs: Traceback (most recent call last): File /usr/lib/python2.7/atexit.py, line 24, in _run_exitfuncs func(*targs, **kargs) File

[issue15659] using os.fork() and import user's modules results in errors

2012-08-14 Thread R. David Murray
R. David Murray added the comment: The example you uploaded doesn't call multiprocessing, yet the traceback you show does. Can you provide more details on what you are actually doing? Note that if you are importing a module that does a fork when it is imported, you are doing something

[issue15659] using os.fork() and import user's modules results in errors

2012-08-14 Thread Michael
Michael added the comment: thanks David, scripts which I imported were relying on some librarary which I did not understand. I was able to get rid of it and I don't have these errors any more. It was bug in my program. Thank you again. -- resolution: - fixed status: open - closed