[Pyobjc-dev] 10.5 / PyObjC 2.0 not picking up dependancy?
Brought to you by:
ronaldoussoren
|
From: Ryan W. <rya...@ma...> - 2008-03-09 14:38:22
|
Hi guys, I wrote an app with PyObjC 2.0, using the XCode Python Application template. This app uses a Python module, and imports it via: import pyaws.ecs as aws When the end user runs it, they get an ImportError on launch. Is there something special I need to do, since I'm not using py2app anymore? Or is it something else (like my import statement) that's preventing automatic dependancy management? Thanks In Advance, _Ryan Wilcox |