Rudolf Hornig
Rudolf Hornig
could you provide the `.log` file from the workspace's `.metadata` directory? The message is strange as it wants to open an **external** editor. Normally it should open the IDE's build-in...
Hmmm. All the failures in the log indicate that the IDE cannot start the python3 executable. Can you start python3 manually before starting the IDE to see whether it starts?...
I need to set up a VM to try to reproduce this.
Thanks a lot for your work. This looks really interesting and it would be a nice addition to INET. We had a bit of time to briefly look into the...
This is definitely a bug. This code is inherited from the original Mobility framework back from 2008. It was merged into MiXiM and the eventually landed in INET framework. Here...
I have edited the original post to include proper code block. FYI, use ` ``` ` (three back quites) to delimit a code block, both at the start and at...
While currently it is not needed, we are using the `--embed` flag because we plan to introduce more python support in future versions of omnetpp (master branch already contains code...
Thanks for the details. At the moment, in 6.1, python-dev is used ONLY to create native python bindings to read in sca and vec files in the omneptt.scave module IF...
As a workaround you can: - set `WITH_SCAVE_PYTHON_BINDINGS=no` and re-run configure (you will lose only the data loading capabilities from the omnetpp.scave module in standalone python) - remove the `-embed`...
make sure that you `source setenv` in the INET root directory and start the IDE only after that, from that particular shell. The debugger tries to set up some fomatters...