|
|
| In python GUI (IDLE) can I "save" all data? Like all variables i've assigned and all? (to load later after a reboot) |
| You could pickle locals() maybe That would be an interesting thing to try But there is no pre-built way to do it |
| :/ |
| Can't pickle modules .... hmm |