Majitsu
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Majitsu created a post, Completedpycharm not recognizing built in imports on remote interpreter
Everything executes fine, eg I can run the file in the IDE with no issues, but the IDE is not recognizing built in python modules for some reason. The interpreter is on a remote SSH. -
Majitsu created a post, AnsweredIntelliJ IDEA equivalent of Eclipse's launching external tools?
In Eclipse, there is a feature where you can start a debug server, launch an external exe and attach the debugger to that, for example using pydevd like pydevd.settrace('localhost', port=5678) Does...