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?

Thanks for you help.

Jim


Duncan Webb wrote:
> On 18/05/2009 02:57, Jim Duda said the following:
>> I updated to the latest svn freevo-1.x today.  I also update kaa.  The
>> kaa install went fine.
> 
> Hopefully you are using the REL-1_8_4 tag and not the rel-1 branch :-)
> 
>> When I attempt to install freevo, I get the errors below:
>>
>> Freevo still works, however, all my fonts are smaller.  Does this have
>> to do with the install failures below?
> 
> Could be.
> 
>> lroom# python setup.py clean
>> running clean
> 
> Not sure if clean does quite what you expect as it may not remove all 
> that should be removed. rm -r build && rm -r 
> /usr/lib/python2.5/site-packages/freevo is really the only real way to 
> clean up an old install.
> 
>> 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 775
>> 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
> 
> Never seen such a problem during a "python setup.py install"
> 
> 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





------------------------------------------------------------------------------
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