incursio wrote:
> On Feb 4, 12:47 pm, Masaru <[EMAIL PROTECTED]> wrote:
>> Hello,
>>
>> yes, I have an idea ...
>>
>> 1.) Your script can not be "simple", because you work with non-python
>> battery included libraries (pyhook, pythoncom ... last one is part of
>> the pywin32 extensions)
>>
>> 2.) Can you please give us the error out from the freeze process? This
>> would help us very well ;).
>>
>>  >>Masaru<<
>>
>> incursio wrote:
>>> I am using a very simple program that uses the modules pyhook and
>>> pythoncom and it works just fine when it is on .py extension but when
>>> i compile it using pyinstaller it stops working.. well i searched on
>>> google and i found other people with the same problem as me but i
>>> found no answers ... Do you have any idea? thanks and regards.
> 
> It wrote lots of errors/warnings:
> W: no module named posix (conditional import by os)
> W: no module named optik.__all__ (top-level import by optparse)
> W: no module named MacOS (conditional import by py_compile)
> W: no module named win32com.client._get_good_object_ (top-level import
> by win32com.client.util)
> W: no module named pwd (delayed, conditional import by posixpath)
> W: no module named posix (delayed, conditional import by iu)
> W: no module named win32com.gen_py (conditional import by win32com)
> W: no module named org (top-level import by copy)
> W: no module named _emx_link (conditional import by os)
> W: no module named optik.__version__ (top-level import by optparse)
> W: delayed  __import__ hack detected at line 0 -
> win32com.server.policy (C:\Python25\lib\site-packages\win32com\server
> \policy.pyc)
> W: delayed  __import__ hack detected at line 0 - encodings (C:
> \Python25\lib\encodings\__init__.pyc)
> W: delayed  __import__ hack detected at line 0 -
> win32com.client.makepy (C:\Python25\lib\site-packages\win32com\client
> \makepy.pyc)
> W: __all__ is built strangely at line 0 - optparse (C:
> \Python25\pyinstaller-1.3\optparse.pyc)
> W: delayed conditional __import__ hack detected at line 0 -
> win32com.client.gencache (C:\Python25\lib\site-packages\win32com\client
> \gencache.pyc)
> W: delayed  __import__ hack detected at line 0 -
> win32com.client.gencache (C:\Python25\lib\site-packages\win32com\client
> \gencache.pyc)
> W: delayed  eval hack detected at line 0 - os (C:\Python25\lib\os.pyc)
> W: __all__ is built strangely at line 0 - tokenize (C:\Python25\lib
> \tokenize.pyc)
> W: delayed conditional exec statement detected at line 0 - iu (C:
> \Python25\pyinstaller-1.3\iu.pyc)
> W: delayed conditional exec statement detected at line 0 - iu (C:
> \Python25\pyinstaller-1.3\iu.pyc)
> W: __all__ is built strangely at line 0 - __future__ (C:\Python25\lib
> \__future__.pyc)
> W: delayed  exec statement detected at line 0 -
> win32com.client.dynamic (C:\Python25\lib\site-packages\win32com\client
> \dynamic.pyc)
> W: delayed  eval hack detected at line 0 - gettext (C:\Python25\lib
> \gettext.pyc)
> W: delayed  __import__ hack detected at line 0 - optik.option_parser
> (C:\Python25\pyinstaller-1.3\optik\option_parser.pyc)
> W: delayed conditional eval hack detected at line 0 - warnings (C:
> \Python25\lib\warnings.pyc)
> W: delayed conditional __import__ hack detected at line 0 - warnings
> (C:\Python25\lib\warnings.pyc)
> W: __all__ is built strangely at line 0 - optik (C:
> \Python25\pyinstaller-1.3\optik\__init__.pyc)
> W: pythoncom is changing it's name to pythoncom25
> W: pywintypes is changing it's name to PyWinTypes25
> 
> I hope this is what you were asking for. Regards.
> 
> 
> > 

Hm .. okay,

I've just a little question again. Is the freeze process stopping
unsuccessfully or is there a problem (maybe with traceback error ouput)
if you'll try to start the generated binary?

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

Reply via email to