Issue Details
I wanted to start developing DataPlugins in Python. I went ahead and registered the Python DataPlugin example that comes with DIAdem (On DIAdem ExampleFinder, I went to Examples>>Mining and Loading Data>>Creating a Python DataPlugin). However, when I load the example CSV file I get the following error:
Cannot load the file <file path> with the loader <dataplugin name>
More information:
"Module cannot be loaded from compiled python script"
How can I fix this issue?