Module reload should reload module source.py too.
Registered by
Nicolas DS
When you do a change in python code of a module, upgrading the module don't change the code in memory. You need to restart Open Object server. That's not great when you are doing some updates. Every user must be disconnected.
A solution could be to watch which python module are loaded when loading a Open Object module. Then reload those module.
Here is a subject about such problem:
http://
Blueprint information
- Status:
- Started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- Nicolas DS
- Definition:
- New
- Series goal:
- None
- Implementation:
- Blocked
- Milestone target:
- None
- Started by
- Nicolas DS
- Completed by
Related bugs
Sprints
Whiteboard
I am working on it...
Need some kind of visual debugger of object instantiated in memory
(?)