Trigve

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Trigve created a post, Absolute import in nested project
Hi, I have a problem with PyCharm recognizing the "global" modules from the nested project. This is project structure - main [PyCharm project] (Python path set in interpreter)| - frm| | - __init__.... -
-
Trigve created a post, Advanced XML language injections
Hi, I have some xml files in which I embed the python code and I'm using language injection for it. It is sort of working but not for 100%. Here is an example <frm>... <script> <code name = "__ini... -
Trigve commented, -
-
-
Trigve created a post, Problem attaching debugger to running C++ app with embedded python
Hi, I'm trying to attach debugger to running C++ application which embeds the python, but it fails with "Connection to Python debugger failed: Accept timed out". Does anyone know what could be wron...