Open skamdar opened 3 years ago
From what I can see, .pyd files are Windows specific. Since I am a Linux dev, I haven't tested it with .pyd files, but it shouldn't be that hard.
Do you have a sample file that I can test it with?
@Dakkaron Just to give you some background of what I have done so far:
Now the problem I am running into is exec() does not like content of .pyd (not sure about .so, I have not tested it). I tried searching importlib module of python to see how Python initializes .pyd file but without luck.
Any guidance at this point will be helpful.
@Dakkaron I am trying to use ArchieveImporter to import a package which has further subpackages from a password protected zip but I am unable to handle .pyd files in it, any idea how can we resolve this issue?