[Pippy-discuss] Re: importing from memopad
Brought to you by:
tokeneater
|
From: <Kat...@wm...> - 2003-04-29 01:39:23
|
Your script worked and I am finally able to import from memopad.
Thanks!
Is there Pippy documentation?--describing modules native to palm?
Given this reply, is it possible that some of you are still using Pippy? Is
there development in the works?
excuse all the questions,
and thanks again, Kathryn
Name a category in memopad Python.
Name all scripts--first memo line--with #myscript.py
import memoimp; memoimp.install()
5. You're ready to import from the Memo application. If you
named your module
"mymodule.py" in the memo pad, type the following in the
interactive interpreter:
import mymodule
6. To restore the original importer, type
memoimp.uninstall()
|