[openrtm-commit:01468] r169 - branches/newCMakeForVC2010/ImageProcessing/opencv/components/TkCalibGUI
openrtm @ openrtm.org
openrtm @ openrtm.org
2014年 8月 5日 (火) 14:40:35 JST
Author: kawauchi
Date: 2014-08-05 14:40:35 +0900 (Tue, 05 Aug 2014)
New Revision: 169
Modified:
branches/newCMakeForVC2010/ImageProcessing/opencv/components/TkCalibGUI/setup.py
Log:
TkCalibGUI:setup.py for py2exe has been modified.
Modified: branches/newCMakeForVC2010/ImageProcessing/opencv/components/TkCalibGUI/setup.py
===================================================================
--- branches/newCMakeForVC2010/ImageProcessing/opencv/components/TkCalibGUI/setup.py 2014-06-19 02:33:59 UTC (rev 168)
+++ branches/newCMakeForVC2010/ImageProcessing/opencv/components/TkCalibGUI/setup.py 2014-08-05 05:40:35 UTC (rev 169)
@@ -9,7 +9,9 @@
}
setup(
- options = { "py2exe" : option },
+ options = { "py2exe" :{
+ "includes": ["OpenRTM_aist"] }
+ },
console = [
{"script" : "TkCalibGUIComp.py" }
],
More information about the openrtm-commit
mailing list