在PyCharm 5.0.2中执行除法时发生属性错误

时间:2016-04-20 10:04:59

标签: python pycharm

我正在使用Windows 64位计算机并使用Python 3.4和PyCharm 5.0.2。我发现PyCharm给我的错误,即使我做的任务像分裂一样简单:

up = 22.33695
down = 1.2598
this = up/down

它给了我这个错误信息:

Error evaluating: thread_id: pid7636_seq2
frame_id: 54197704
scope: FRAME
attrs: this
Traceback (most recent call last):
  File "C:\Program Files (x86)\JetBrains\PyCharm 5.0.2\helpers\pydev\pydevd_vars.py", line 238, in resolveCompoundVariable
return resolver.getDictionary(var)
AttributeError: 'NoneType' object has no attribute 'getDictionary'

我真的无法理解我在哪里做错了,或者这是否是PyCharm中的错误。你能帮忙吗?

0 个答案:

没有答案