How to re-compile files.py?? #1054
Closed
SangHunHan92
started this conversation in
General
Replies: 1 comment 2 replies
-
There is no such thing as "re-compiling". Everything is JIT, so exit and start Python again is sufficient. However, you need to make sure that you installed Genesis in developper mode. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I want to modify genesis code.
For first toy example, I changed scene.step() like this:

Also, I removed "scene.cpython-310.pyc" in "pycache" folder.

But, when I run examples, I can't see log "Test."
How&Where can I modify compiled file and re-compile python files ???
Beta Was this translation helpful? Give feedback.
All reactions