[Distutils] distribute traceback

Neal Becker ndbecker2 at gmail.com
Thu Nov 19 03:13:48 CET 2009


sudo easy_install -U openopt
Processing openopt
Running OOPy/setup.py -q bdist_egg --dist-dir 
/home/nbecker/openopt/OOPy/egg-dist-tmp-fTMbRS
Adding openopt 0.24.dev to easy-install.pth file

Installed /usr/lib/python2.6/site-packages/openopt-0.24.dev-py2.6.egg
Processing dependencies for openopt==0.24.dev
Finished processing dependencies for openopt==0.24.dev
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/usr/lib64/python2.6/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/usr/lib64/python2.6/multiprocessing/util.py", line 258, in 
_exit_function
    info('process shutting down')
TypeError: 'NoneType' object is not callable
Error in sys.exitfunc:
Traceback (most recent call last):
  File "/usr/lib64/python2.6/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/usr/lib64/python2.6/multiprocessing/util.py", line 258, in 
_exit_function
    info('process shutting down')
TypeError: 'NoneType' object is not callable

At least, I think it's distribute (I just did update fedora 11->12, so maybe 
something got screwed up).  I did
easy_install -U distribute after the update.
sudo easy_install -U distribute
Searching for distribute                             
Reading http://pypi.python.org/simple/distribute/    
Reading http://packages.python.org/distribute        
Best match: distribute 0.6.8                         
Processing distribute-0.6.8-py2.6.egg                
distribute 0.6.8 is already the active version in easy-install.pth
Installing easy_install script to /usr/bin                        
Installing easy_install-2.6 script to /usr/bin                    

Using /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg
Processing dependencies for distribute                           
Finished processing dependencies for distribute                  




More information about the Distutils-SIG mailing list