[Pyobjc-dev] flattening of module/packaging structure
Brought to you by:
ronaldoussoren
From: Zachery B. <zb...@ur...> - 2003-08-22 10:31:28
|
I think the problem with my app distribution is that when it is built out, __main__.py has this: from PyObjCTools import AppHelper but on the Filesystem, this is what gets built: ~/Desktop/ZopeEditManager v0.5/ZopeEditManager.app/Contents/Resources zbir@gorilla $ ls AppHelper.py test_nsarray.py AppHelper.pyc test_nsarray.pyc . . . __main__.py test_nsobject.pyc So, the package hierarchy is lost, and the app can no longer import "AppHelper" from "PyObjCTools". Is this a bug? Or am I just at a running stumble? :) Zac |