オペレーティング システム: CentOS 7.0 x64
インタープリター:ソースからコンパイルされた Python 3.4.1--enable-shared
コマンド例:
$ python3.4 -c "import locust"
トレースバック:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.4/site-packages/locust/__init__.py", line 1, in <module>
from core import HttpLocust, Locust, TaskSet, task
File "/usr/local/lib/python3.4/site-packages/locust/core.py", line 106
raise LocustError, LocustError("A task inside a Locust class' main TaskSet
(`%s.task_set` of type `%s`) seems to have called interrupt() or raised
an InterruptTaskSet exception. The interrupt() function is used to hand over execution
to a parent TaskSet, and should never be called in the main TaskSet which a Locust
class' task_set attribute points to." % (type(self).__name__, self.task_set.__name__)), sys.exc_info()[2]
^
SyntaxError: invalid syntax
混乱しています...SyntaxError
例外文字列内の「属性」という単語で a を呼び出すのはなぜですか?
ここで何を試したらいいのか本当にわかりません。私がやったstrace
結果は基本的に100%同じなので、余分な手がかりはありません。