[Pyobjc-dev] standalone-related questions
Brought to you by:
ronaldoussoren
From: Steven D. A. <st...@ne...> - 2002-10-31 06:34:18
|
Hi all, A couple questions related to the standalone nature of double-clickable apps created using pyobjc. 1. Is the app truly standalone in the sense of not requiring a previous Python installation? (My guess is no, at least not out-of-the-box) 2. If not, how could this be implemented? We may want to consider this in light of people who use different versions of Python for a program. My app might need a feature available only in Python 2.3 for example. Also, my app might use third-party modules that are set up for a specific version of Python, which the end user may or may not have. Thoughts? steve -- |