Nino wrote: > Is there a way to force a specific hook file? For some reason I cant > get it to pick up the hook file I created.
Unfortunately, this list seems to have gone pretty dormant. I haven't played with hooks myself, but I'll offer some things to try: - Put the hook file into the PyInstaller/hooks folder. - Change the name of your module to something short and all lower case (just to see if it works) If these don't pan out, dig into mf.py, along with reading the Appendix in the documentation, to try to figure out how it does things and where it's looking. I know this is pretty thin, but maybe it'll help some, -- Don Dwiggins Advanced Publishing Technology --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
