Hello,

after a successful hello world I am now trying to do a bit more complex 
stuff..

(but all i find are the hello world issues...)
so here are my questions:

1) If I have several .py scripts that are doing different calculations, how 
do i run them from the wsgi script?
When I ad "import whatever" in the wsgi script, I get an error " No module 
named whatever". and the module is in the same
folder as the wsgi script. Or, should I turn all my .py scripts in a wsgi 
scripts??

2) how do I give arguments in the wsgi script? for example if I want to sum 
two numbers in my wsgi script,
how do I give these two numbers by url or any other way?

3) I want to use the wsgi script to get the requests and run appropriate 
.py scripts and return the results, is that
the best way to go? should I use some other technology?

Please help, I cant seem to find clear answers out there... Or point me to 
some 
other group if you find it more appropriate. 

Thank you a lot!

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/modwsgi/-/ov2zKDgJtHkJ.
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/modwsgi?hl=en.

Reply via email to