pat moran
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 9
-
-
-
pat moran 创建了一个帖子, Error in Log Highlighting with PyCharm, log file wont open in editor!
In case anyone else runs into this problem. I had trouble working with log files in PyCharm. It turns out the log files woudl not open. I traced it down to an improper setting in the Log Highlighti... -
-
pat moran 创建了一个帖子, 已回答ImportError: DLL load failed: The specified procedure could not be found.
This is similar but different to the other DLL load failed issues. When I run PyCharm and try to import a library as follows from PyQt5.Qt3DCore import QEntityTraceback (most recent call last): F... -
-
pat moran 创建了一个帖子, Pandas import error when using PyCharm debugger
When I run code in debug mode I can't seem to import the pandas module. I get this error rear happens at the import pandas line in the code. /Users/zaaaa/Library/Enthought/Canopy_64bit/System/bin/p... -
pat moran 创建了一个帖子, Debug with PyQt event loop is not working.
I'm wondering if anyone has a way to debug PyQt code in PyCharm 4.0.4? I get the following error when I start the debugger. I can run the code with no issues but when I go to debug it appears that ...