hi, friends
i am a python newbie. however i like it very much when i first touch it.
i tried to build a web site using python. but encountered some problems.
1. the browser cannot receive out Cookie:
import cgi, Cookie
C = SimpleCookie()
C.load('a=1; b=2;')
print C.output()
2. at server side, how to flow to another page:
one.py ---> two.py
then the client will receive two.py's output.
thanks!
ipo_z@cmmail.com
garbage in,garbage out
i am a python newbie. however i like it very much when i first touch it.
i tried to build a web site using python. but encountered some problems.
1. the browser cannot receive out Cookie:
import cgi, Cookie
C = SimpleCookie()
C.load('a=1; b=2;')
print C.output()
2. at server side, how to flow to another page:
one.py ---> two.py
then the client will receive two.py's output.
thanks!
ipo_z@cmmail.com
garbage in,garbage out