Traumachicken

1/02/2013

Pyramid チュートリアル①

Pyramid Tutorial for PyCon JP Sprint 1.0 documentation

waitressは別途インストール必要。
easy_install waitress

os.path.dirname(__file__)は__main__で使えない。
def test():
    import os
    here = os.path.dirname(__file__)
としてから
import ファイル名
ファイル名.test() 

0 件のコメント: