[Pyobjc-dev] Including Python Modules in Frameworks
Brought to you by:
ronaldoussoren
From: Carlos P. <ca...@ci...> - 2003-12-09 20:25:33
|
Hi, How can we make sure that pyobjc sees python classes in embedded frameworks. This seems to work in the provided Cocoa-Python-Objc Application project template for Project Builder. However, when I build a new framework using an Xcode framework target and embed it into my application, the modules in the framework are not seen by __main__.py. It is of course possible to play with the import path myself as I have done. Is this necessary, though? I'm not sure how Resource folders of embedded frameworks are treated. Carlos |