Reload a Module in Python 3.4 [duplicate]
问题 This question already has an answer here : Python3 - reload() can not be called on __import__ object? (1 answer) Closed 4 years ago . I know this might sound like a really stupid question but whatever. I've made a small script in Python and I've made some changes while in a shell. Normally, on an OS X computer (It's running Python 2.7), I would simply type in reload(the_module) and it would reload my module that includes the changes that I have made. However, when I am reloading the module