[Chandler-dev] Network installer/launcher for Leopard
Heikki Toivonen
heikki at osafoundation.org
Thu Oct 11 10:35:16 PDT 2007
While Andi was putting together a Leopard branch of Chandler, he found
out that Leopard ships with a lot of stuff that Chandler can use, so we
don't need to build and ship that for Leopard.
I just got a follow-up idea to that.
What if we made a combined network installer and Chandler launcher for
Leopard? Basically it would check if all packages it needs are installed
and if so, launch Chandler. Otherwise run easy_install on the missing
stuff and launch Chandler after that. So something like this in code
(should put in UI for install parts of course but you get the idea):
Chandler.py
...
try:
import M2Crypto
except ImportError:
os.system("easy_install M2Crypto")
...
realMain()
--
Heikki Toivonen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : http://lists.osafoundation.org/pipermail/chandler-dev/attachments/20071011/21f6579c/signature.pgp
More information about the chandler-dev
mailing list