From: Nitish J. <nk...@gm...> - 2015-05-26 19:07:25
|
Hi I get the following warning when i package my python application using py2exe to a single exe (using bundle_files=1) OMP: Warning #178: Function GetModuleHandleEx failed: OMP: System error #126: The specified module could not be found. Is there a way to hide the warning or to fix the issue ?. A similar issue was posted with numpy 1.8.0 where the issue was resolved using numpy 1.8.1rc1. I am already using the latest version of numpy (1.9.2) Platform Info Windows 7 WinPython-32bit-2.7.9.5 Py2exe 0.6.9 any help is greatly appreciated |