I just started to dabble in Python to see what it's like so based on info I found on the web, I created a simple page using some script to output the cliche "Hello World" text. Unfortunately, I have obviously done something wrong because when I access this page through my local host, the page comes up blank -no text is output, there isn't any error page and my server logs show everything is good. Since I am about 90% sure the problem is with my script, I would appreciate it if someone would take look at it and tell me what I did wrong (see below and don't laugh at me):
> print "Hello World!"
That is literally all there is; the title of the page is test.py I would also say that Dreamweaver CS3 seems to react to this page a little funky and I'm wondering if I Dreamweaver doesn't really support Python pages or if there is an add-on I need to install?
Start Free Trial