On 2014-09-08 00:52:39 +0000, Thomas Kluyver said: > Hi Andreas, > > On Macs, install_name_tool is used to tell libraries where to look for > other libraries. cx_Freeze does call this: > https://bitbucket.org/anthony_tuininga/cx_freeze/src/553fb70dc81984c0655189fc04847d72281b6609/cx_Freeze/macdist.py?at=default#cl-178 > > > > For some reason, it doesn't seem to have worked properly in your case. > I don't know why. > > Thomas >
Hi Thomas, i try to debug, at first only the main cxfreeze script. But i have a problem with the paths. I debug with Pycharm. I start the script from the following location: /Users/xxxmyuserxxxx/Programmierung/PyCharm/cx_freeze/debug/cxfreeze with the following parameters: --base-name=/Users/xxxmyuserxxxx/Programmierung/PyCharm/PanConvert/ Panconvert.py --target-dir dist The error i get: File "/Users/xxxmyuserxxxx/Programmierung/PyCharm/cx_freeze/debug/cx_Freeze/finder.py", line 623, in IncludeFile module = self._LoadModule(moduleName, open(path, "U"), path, info, FileNotFoundError: [Errno 2] No such file or directory: 'Panconvert.py' The path list consists of the following: '/Users/xxxmyuserxxxx/Programmierung/PyCharm/cx_freeze/debug' '/Applications/PyCharm.app/helpers/pydev' '/usr/local/py2app/py2app' '/usr/local/py2app/macholib' '/usr/local/py2app/modulegraph' '/usr/local/Cellar/python3/3.4.1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/py2app-0.10-py3.4.egg' '/usr/local/Cellar/python3/3.4.1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/altgraph-0.13-py3.4.egg' '/usr/local/Cellar/python3/3.4.1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/macholib-1.8-py3.4.egg' '/usr/local/Cellar/python3/3.4.1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/modulegraph-0.13-py3.4.egg' '/usr/local/Cellar/python3/3.4.1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/cx_Freeze-5.0-py3.4-macosx-10.9-x86_64.egg' '/usr/local/lib/python3.4/site-packages/py2app-0.10-py3.4.egg' '/usr/local/lib/python3.4/site-packages/altgraph-0.13-py3.4.egg' '/usr/local/lib/python3.4/site-packages/macholib-1.8-py3.4.egg' '/usr/local/lib/python3.4/site-packages/modulegraph-0.13-py3.4.egg' '/usr/local/lib/python3.4/site-packages/cx_Freeze-5.0-py3.4-macosx-10.9-x86_64.egg' '/Users/apaeffgen/Programmierung/PyCharm/cx_freeze' '/usr/local/Cellar/python3/3.4.1/Frameworks/Python.framework/Versions/3.4/lib/python34.zip' '/usr/local/Cellar/python3/3.4.1/Frameworks/Python.framework/Versions/3.4/lib/python3.4' '/usr/local/Cellar/python3/3.4.1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/plat-darwin' '/usr/local/Cellar/python3/3.4.1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/lib-dynload' '/usr/local/lib/python3.4/site-packages' So how to tell cxfreeze where to look for Panconvert.py. It is located in the --base-name /Users/xxxmyuserxxxx/Programmierung/PyCharm/PanConvert Thanks for the tipps Andreas ------------------------------------------------------------------------------ Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version control. Predictably reliable. http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk _______________________________________________ cx-freeze-users mailing list cx-freeze-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cx-freeze-users