Question
2011-07-03, 05:07
How do I use Python modules with Lianja?
lianjasupport
2011-07-03, 05:09
Use the Python import command. For example, the lianjademo sample app lianjademo_section.py Python script issues an import time to allow the use of the asctime() function.