Mayowa, After doing couple of tests using different options in .spec file and some changes in "shaderbox.py", I finally managed to get rid of import error. There are some problems using pyinstaller and importing .pyd modules. The import statement in "shaderbox.py", "from core import *" was not working at all. I came to know about this when I have used --onedir option and I have found that modules are missing. I imported each and every module individually using import in "shaderbox.py" and I got all my .pyd's in the directiory.
How every .pyc modules are still going inside the .exe file. I think it's the default mechanism of pyinstaller. By the way, do you know which file inside the .exe store all you .pyc modules? and how do you decompile the .exe in case if you want to? Still I am not done :-(, I am getting new kind of errors. Thanks Prashant --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
