Bugs item #1569278, was opened at 2006-10-02 15:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1569278&group_id=46652
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: other Group: None Status: Open Resolution: None Priority: 5 Submitted By: Gorka Olaizola (gorka) Assigned to: Nobody/Anonymous (nobody) Summary: Incorrect order checking for libraries in setup.py Initial Comment: The check_libs function in setup.py checks mmpython first but mmpython tries to import xml.utils.qp_xml. If xml.utils.qp_xml is not installed mmpython can't import xml.utils.qp_xml when checked and setup.py says that mmpython is not installed. Checking first for xml.utils.qp_xml solves the issue. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1569278&group_id=46652 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
