Jul-21-2019, 01:57 PM
(This post was last modified: Jul-21-2019, 01:57 PM by NewBeginnings.)
This is what I meant by clunky
PyCharm: Trying to import a module that was installed through pip
Edit: I suppose there are alternatives, the challenge is just to find them. This is basically exactly what I want: http://paulwinex.com/portfolio/multi-script-editor/.

PyCharm: Trying to import a module that was installed through pip
import mutagen.mp3 Traceback (most recent call last): File "<input>", line 1, in <module> File "C:\Program Files\JetBrains\PyCharm 2019.1.3\helpers\pydev\_pydev_bundle\pydev_import_hook.py", line 21, in do_import module = self._system_import(name, *args, **kwargs) ModuleNotFoundError: No module named 'mutagen'Same thing (++) with VS code. I don't doubt you're right in that they can provide what I want, it just feels unnecessarily complicated to set up. Lots of steps, need to follow tutorials just to set them up, google stuff that comes up. I'm sure I could use 30 minutes to get one of these IDEs up and running, then some hours on customizing the UI's, and I know that I'm probably coming off as lazy, I just find it weird that there isn't more minimalistic out-of-the box editors that just works.
Edit: I suppose there are alternatives, the challenge is just to find them. This is basically exactly what I want: http://paulwinex.com/portfolio/multi-script-editor/.