Skip to content Skip to sidebar Skip to footer
Showing posts with the label Reload

How To Reload A Python3 C Extension Module?

I wrote a C extension (mycext.c) for Python 3.2. The extension relies on constant data stored in a … Read more How To Reload A Python3 C Extension Module?

How To Refresh Sys.path?

I've installed some packages during the execution of my script as a user. Those packages were t… Read more How To Refresh Sys.path?