Phil Raymond wrote:
> Trying to install newest version of Freevo, since new ubuntu 9.04 has gotten 
> rid of python 2.3 support. I've gotten this far....
> 
> freevo-1.8.3$ sudo python setup.py install
> checking for xml.utils.qp_xml... found
> 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 twisted.web.microdom... not found
> please download it from http://www.twistedmatrix.com/ and install it
> 
> Problem is, there is no separate download for this at twistedmatrix.com. 
> Furthermore, it's already inside of twisted 8.2.0, which as you can see, is 
> installed. Why is Freevo not detecting twisted.web.microdom inside of 
> twisted? Any answers and/or solutions if anybody knows, please help.

IIRC you need to install the zopeinterface first then install the whole
of Twisted-8.2.0. I don't remember having any problems installing
Twisted from source. To do so is simple type "python setup.py install".

Since you reckon that it is installed then try:
# python
>>> import twisted.web.microdom
>>>

If there are any missing dependencies the import command will show you.

Duncan

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to