Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register module bug #5

Open
lyglxz opened this issue Sep 16, 2022 · 0 comments
Open

Register module bug #5

lyglxz opened this issue Sep 16, 2022 · 0 comments

Comments

@lyglxz
Copy link

lyglxz commented Sep 16, 2022

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 ~.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant