Mayowa,

I did some changes in my package structure to make it more simpler.

/core (.pyc and .pyd)
shaderbox.pyd
main.py (import shaderbox)

This package is working fine. Now I am figuring out a way to tell
pyinstaller *NOT* to include any of my .pyc/.pyd and shaderbox.pyd
inside the archive and
create a main.exe only. Later I'll copy my core directiory and
shaderbox.pyd manually where my main.exe is. This is just an
experiment and I hope this will work as expected.

Do you know, what option in .spec file will exclude my files in /core
directory and shaderbox.pyd?

Regards
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to