T O P I C R E V I E W |
jy1u18@soton.ac.uk |
Posted - 05/26/2022 : 07:18:53 AM I found that if I import a function from my own python script (a.py) and use it in b.py. b.py will always use the file imported for the first time and changing things in a.py won't make any difference, I'll have to close the entire program to refresh that. Simply closing the script won't change that either. And that's kinda annoying. Any suggestions?
|
1 L A T E S T R E P L I E S (Newest First) |
minimax |
Posted - 05/27/2022 : 01:52:43 AM With py file active in Code Builder, under Tools menu, there is a menu "Clean Python Compiled Files".
Click it to see if it helps? |
|
|