#993: Get Plumi running again on Ubuntu (staging.engagemedia.org)
-----------------------------------+----------------------------------------
          Reporter:  anna          |       Owner:            
              Type:  task          |      Status:  new       
          Priority:  major         |   Milestone:  4.5.2     
         Component:  Architecture  |    Severity:  New Ticket
        Resolution:                |    Keywords:            
Who will test this:  And           |  
-----------------------------------+----------------------------------------

Comment (by sam):

 The fix:

 The improved bootstrap script that Markos had put in the
 'update_buildout' branch of plumi.app no longer worked because a
 hard-coded link in it had gone away on the WWW. The key seems to be
 installing the 'distribute' package version 0.6.49 manually as per
 https://pypi.python.org/pypi/distribute/0.6.49, (which is what Markos'
 script was trying to do in an automated way):

 {{{
 Download the source tarball, uncompress it, then run the install command::
 $ curl -O
 http://pypi.python.org/packages/source/d/distribute/distribute-0.6.49.tar.gz
 $ tar -xzvf distribute-0.6.49.tar.gz
 $ cd distribute-0.6.49
 $ python setup.py install
 }}}

 Source: https://pypi.python.org/pypi/distribute/0.6.49

 then (as usual) run
 ../python/bin/python ./bootstrap.py
 (using the original Plumi bootstrap.py) and then
 ./bin/buildout -Nv

-- 
Ticket URL: <http://plumi.org/ticket/993#comment:1>
Plumi <http://plumi.org/>
Plumi - FOSS Video Sharing Platform
_______________________________________________
Discuss mailing list
[email protected]
http://lists.plumi.org/listinfo/discuss

Reply via email to