您的位置:首页 > 编程语言 > Python开发

Python troubleshooting.

2013-01-04 00:00 176 查看
Got a source code for python but can't find source module

Google app engine: but I guess webapp2 can also be installed and run without using the sdk development kit. See
http://webapp-improved.appspot.com/tutorials/quickstart.nogae.html
Basically use pip to download an unpack all the packages.

So I did it and have all the package installed.

Still doesn't work as expected, so begin Python tutorial to get an understanding of it.

Follow the tutorial http://docs.python.org/2/tutorial/interpreter.html .

Take an overview of most of it.

Python fits server:http://docs.python.org/2/howto/webservers.html

Stuck at

Simple script for testing CGI

Can't build the simple file.Can't find cgi-bin directory, weird..

Will try build a Python Web App using google app engine.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: