awa5114
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Created Debugging code run through subprocess.Popen
I am running a codebase I have inherited from someone else which makes extensive use of user input. For this reason I am running it using `subprocess.Popen`. Here is an example. The script `caller.... -
Created tests run a lot slower in new version of Pycharm
Is it just me or does the pytest configuration run a lot slower in Pycharm 2020 as compared with PyCharm 2019? -
Created Debug command line disappeared for no visible reason...
AnsweredI am trying to open the debug command line in Pycharm. This morning it simply disappeared for no visible reason. I am using Pycharm 2017.2. I tried both 2.7 and 3.5 interpreters but this seems to h... -
Created How to step into another .py file while debugging in PyCharm
AnsweredIn my current project I have a script that contains the line: exec(open(pathname/script.py).read()) Which is supposed to execute a file in another folder (but still contained within the Pycharm pro... -
Created Python console acting up
AnsweredI am trying to use Pycharm Community Edition 4.0.4 with Python27. I have checked my project interpreter in the settings and it shows (correctly) the folder path containing my python 27 executable. ... -
Created Errors in Pycharm
AnsweredI am using PyCharm community edition 4.0.4 without administrator privileges. When I open a python console I get the following stream of error messages: C:\Python34\python.exe -u C:\Program Files (x...