pyliveupdate icon indicating copy to clipboard operation
pyliveupdate copied to clipboard

Register module bug

Open lyglxz opened this issue 1 year ago • 0 comments

The profile module is quite helpful, but the Redefine module has something wrong. For example, if I run a server code located at "~/TechTry/pyliveupdate/examples/test.py" and patcher code located at "~/TechTry/pyliveupdate/examples/my_patcher.py", both "python my_patcher.py" in bash and patch("my_patcher.py" in ocntroller will have error: from TechTry.pyliveupdate.examples.test import whoami ModuleNotFoundError: No module named 'TechTry' It seems the module process dir as module, and this error disappear when I move them to ~.

lyglxz avatar Sep 16 '22 09:09 lyglxz