Message168251
| Author |
michaeluc |
| Recipients |
michaeluc |
| Date |
2012年08月15日.01:30:18 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1344994219.74.0.135475892924.issue15659@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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 "/usr/lib/python2.7/multiprocessing/util.py", line 295, in _exit_function
p.join()
File "/usr/lib/python2.7/multiprocessing/process.py", line 143, in join
assert self._parent_pid == os.getpid(), 'can only join a child process'
AssertionError: can only join a child process
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/lib/python2.7/multiprocessing/util.py", line 295, in _exit_function
p.join()
File "/usr/lib/python2.7/multiprocessing/process.py", line 143, in join
assert self._parent_pid == os.getpid(), 'can only join a child process'
AssertionError: can only join a child process |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年08月15日 01:30:19 | michaeluc | set | recipients:
+ michaeluc |
| 2012年08月15日 01:30:19 | michaeluc | set | messageid: <1344994219.74.0.135475892924.issue15659@psf.upfronthosting.co.za> |
| 2012年08月15日 01:30:19 | michaeluc | link | issue15659 messages |
| 2012年08月15日 01:30:18 | michaeluc | create |
|