10 2015 档案

摘要:from myproject import app as applicationif __name__ == "__main__": application.run()否则会提示:unable to load app 0 (mountpoint='') (callable not found ... 阅读全文
posted @ 2015-10-30 18:31 孤独行者 阅读(1441) 评论(0) 推荐(0)
摘要:sudo yum install epel-releasesudo yum install python34参考:http://stackoverflow.com/questions/8087184/installing-python3-on-rhelhttp://seisman.info/linu... 阅读全文
posted @ 2015-10-22 10:49 孤独行者 阅读(29120) 评论(0) 推荐(0)
摘要:centos7,python3.3# pip-python3 install leveldb错误:/usr/include/python3.3m/dynamic_annotations.h:472:3: error: template with C linkageerror: command 'gc... 阅读全文
posted @ 2015-10-13 10:59 孤独行者 阅读(4063) 评论(1) 推荐(0)