El Wed, 21 May 2014 22:17:07 -0700 (PDT)
Maurice Waka <[email protected]> escribió:

> I have this example code in python module:
> 
> def test():
>     .........code
>     print('Message delivered')
> test()
> 
> How do I import such a function to* print* in the html view the same 
> message as in the python code?
> 

you can put the file in your modules folder of app. Any way, the code
in the example might not work since web2py doesn't support Python 3

Marco.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to