On 2010-03-11, at 7:02 PM, nameless wrote:
> How can I execute erlang code through django views ?


A django view is just python, so ask yourself how you would execute erlang from 
python and the answer is you probably won't but you could be doing something 
like (first hit in Google for erland and python): 

http://code.activestate.com/recipes/534162-an-erlang-port-in-python/

or using the builtin popen functions:

http://docs.python.org/library/os.html#os.popen

--
  Andy McKay, @clearwind

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to