[openrtm-commit:02539] r206 - trunk/ImageProcessing/opencv/components/TkCalibGUI

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 3月 27日 (月) 19:10:50 JST


Author: kawauchi
Date: 2017-03-27 19:10:50 +0900 (Mon, 27 Mar 2017)
New Revision: 206

Modified:
   trunk/ImageProcessing/opencv/components/TkCalibGUI/setup.py
Log:
[compat,->RELEASE_1_2_0]  py2exe 'numpy-atlas.dll' error on vc 2017.

Modified: trunk/ImageProcessing/opencv/components/TkCalibGUI/setup.py
===================================================================
--- trunk/ImageProcessing/opencv/components/TkCalibGUI/setup.py	2017-03-27 08:33:25 UTC (rev 205)
+++ trunk/ImageProcessing/opencv/components/TkCalibGUI/setup.py	2017-03-27 10:10:50 UTC (rev 206)
@@ -10,7 +10,8 @@
 
 setup(
   options = { "py2exe"	:{
-    "includes": ["OpenRTM_aist"] }
+    "includes": ["OpenRTM_aist"],
+    "dll_excludes": ["numpy-atlas.dll"] }
   },
   console = [
    {"script"	:	"TkCalibGUIComp.py" }



openrtm-commit メーリングリストの案内