fculm
fculm
I'm on Windows, which looks more complex. And I guess Java 7's FileSystemProvider API is of no use within the native Python code. Would there by a unique, central location...
Samuel, I think I know exactly how to do what I want to do. Basically, use PEP302. Python lets you define import hooks to define exactly where .py source code...
I made some significant progress with the import hook, but there are weird things going on. For instance, when importing numpy from within a CPython bytedeco instance, once the hook...
The _import_array C function is buried inside the Numpy source code. This is the only place where I could find it: https://github.com/numpy/numpy/blob/cbec2c8054ea6150490b9e72eb051848b79344d1/numpy/core/code_generators/generate_numpy_api.py#L43 Interestingly, it indeed does import the numpy module,...
I have an idea about what might be happening. When launching a debug session the VS Variables window is automatically expanded and the contents of the 'image' variable is displayed....
Thanks, feel free to change this issue to enhancement (or close).