2016-06-20 5 views
2

、それが次のエラーで失敗します。pyinvokeで「タスクとしてimport ctask」が失敗するのはなぜですか?私は<a href="http://docs.pyinvoke.org/en/0.12.2/getting_started.html?highlight=ctask" rel="nofollow">getting started guide</a>で定義されたctaskを使用しようとすると

>>> from invoke import ctask as task 
Traceback (most recent call last): 
    File "<stdin>", line 1, in <module> 
ImportError: cannot import name task 

がctaskモジュールに何が起こったのか? pyinvoke 0.13.0では

答えて

関連する問題

 関連する問題