THANK YOU VERY MUCH! It worked! =) Thank you very much for your time. Regards.
On Feb 8, 3:43 pm, Masaru <[EMAIL PROTECTED]> wrote: > incursio wrote: > > Sure, here is the source:http://www.mediafire.com/?0lhyefryuwg > > > On Feb 8, 9:05 am, Masaru <[EMAIL PROTECTED]> wrote: > >> Sounds maybe like an import problem, combined with global exception > >> blocks ... > > >> Can I have a look at the source-code somewhere? > >> (e.g. uploaded-temp-mirror) > > >> >>Masaru<< > > >> incursio wrote: > >>> nop... the freeze process ends normally and the generated binary > >>> doesnt give any traceback error. The program just doesnt do what I > >>> want but it doesnt go down it just keeps runing. > > Heyho, > > the problem is part of a process, renaming the imported pyd modules > by pyinstaller analyzing/buikd/or whatever procedures. > > I don't know where, but pyinstaller stores the: > <python>\Lib\site-packages\pyHook\_cpyHook.pyd > > ... in the single directory process finally as following file: > <dist>\pyHook._cpyhook.pyd > > ... instead of (which pyHook needs actually): > <dist>\_cpyHook.pyd > > If you make a single directory (not a single file) build, you > can fix this realy simple by renaming the "pytHook._cpyHook.pyd" > into "_cpyHook.pyd" in the dist-directory. > > But in single file build, there must be a better workaraound, hook > or what else ;) > > Here can Giovanni better help than I. > > >>Masaru>> > -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
