Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Development Team/Almanac/Code Snippets
(view source)
Revision as of 20:59, 22 October 2007
407 bytes added
,
20:59, 22 October 2007
Added process info from mailing list
Line 55:
Line 55:
playWave(sound='triangle')
playWave(sound='triangle')
audioOut()
audioOut()
+
+
== Processes ==
+
+
* [http://lists.laptop.org/pipermail/sugar/2007-October/003596.html Starting an external process]
+
+
: Use Python's [http://docs.python.org/lib/module-subprocess.html subprocess module].
+
+
* [http://lists.laptop.org/pipermail/sugar/2007-October/003597.html Starting a binary activity instead of a Python activity]
+
+
: Set the "exec" property of the <tt>activity.info</tt> file to your binary.
== Not yet sorted ==
== Not yet sorted ==
Leejc
5
edits