pat moran
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
-
-
pat moran created a post, 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 created a post, AnsweredImportError: 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 created a post, 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 created a post, 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 ...