Bugs item #1569278, was opened at 2006-10-02 15:16 Message generated for change (Comment added) made by gorka 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: Fixed 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. ---------------------------------------------------------------------- >Comment By: Gorka Olaizola (gorka) Date: 2006-10-04 21:27 Message: Logged In: YES user_id=309801 It seems to work correctly ---------------------------------------------------------------------- Comment By: Duncan Webb (duncanwebb) Date: 2006-10-02 15:21 Message: Logged In: YES user_id=104395 Done. in r8302. ---------------------------------------------------------------------- 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
