Jim Duda wrote:
> Duncan,
> 
> I was using rel-1 branch, however, the same thing happens with REL-1_8_4 tag.
> 
> lroom# svn info
> Path: .
> URL: svn://svn.freevo.org/freevo/tags/REL-1_8_4/freevo
> Repository Root: svn://svn.freevo.org/freevo
> Repository UUID: cc3e1ea1-1e01-0410-8d68-8b121e83a9d5
> Revision: 11531
> Node Kind: directory
> Schedule: normal
> Last Changed Author: duncan
> Last Changed Rev: 11531
> Last Changed Date: 2009-05-17 14:59:36 -0400 (Sun, 17 May 2009)
> 
> I did autogen.sh, then python setup.py install
> 
> When I run install, I get:
> 
> lroom# python setup.py install
> checking for kaa...        found
> checking for kaa.metadata... found
> checking for kaa.imlib2... found
> checking for BeautifulSoup... found
> checking for pygame...     found
> checking for Image...      found
> checking for twisted...    found
> checking for zope.interface... found
> checking for twisted.web.microdom... found
> running install
> running build
> running build_py
> copying ./src/revision.py -> build/lib/freevo
> running build_scripts
> running install_lib
> copying build/lib/freevo/revision.py -> 
> /usr/lib/python2.5/site-packages/freevo
> byte-compiling /usr/lib/python2.5/site-packages/freevo/revision.py to 
> revision.pyc
> running install_scripts
> changing mode of /usr/bin/freevo to 755
> running install_data
> running install_egg_info
> Removing /usr/lib/python2.5/site-packages/freevo-1.8.4_svn-py2.5.egg-info
> Writing /usr/lib/python2.5/site-packages/freevo-1.8.4_svn-py2.5.egg-info
> Exception exceptions.AttributeError: "'NoneType' object has no attribute 
> 'maxint'" in <bound method Popen.__del__ of <subprocess.Popen object at 
> 0x832834c>> ignored
> 
> What is egg-info?

An egg info is something that was introduced in Python-2.5 and is the
meta data of a package.

If the error is coming from our setup module then I've just committed a
version that will print the traceback, so we may find out what is happening.

Duncan

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to