While I was able to follow this guide, it does seem to be a bit cumbersome to work with Evennia in PyCharm.
Notable issues are the lack of code completion and inability for the debugger to work with the subprocesses. Typically, PyCharm will attach to subprocesses spawned using pOpen, but I'm not sure why it fails to do this with Evennia.
I've posted my question on PyCharm's site, but I also figured I'd cross link it here in case others have more insights into what we could do to make this work better:
If PyCharm isn't the IDE of choice for Evennia, what do others use? Do they have similar issues?
Thanks for any insights!