This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:19michaelucsetrecipients: + michaeluc
2012-08-15 01:30:19michaelucsetmessageid: <1344994219.74.0.135475892924.issue15659@psf.upfronthosting.co.za>
2012-08-15 01:30:19michaeluclinkissue15659 messages
2012-08-15 01:30:18michaeluccreate