2
Check what exactly is being imported by using
snpp.__file__
right after import snpp
statement.
Actually import might not be from the path you are expecting to see.
Source:stackexchange.com
2
Check what exactly is being imported by using
snpp.__file__
right after import snpp
statement.
Actually import might not be from the path you are expecting to see.