Artie wrote:
> On Feb 6, 8:23 am, "Artie" <[EMAIL PROTECTED]> wrote:
> > I'm back with another issue that I couldn't resolve :-) !  I'm not
> > trying to annoy... really... I'm not.
> >
> > In my python script:
> >
> > import encodings
> > from encodings import *
> > import encodings.cp1252
> > import encodings.idna
> > import encodings.hex_codec
> > import encodings.latin_1
> > import encodings.utf_8
> > import encodings.utf_16
> > import encodings.utf_16_le
> > import encodings.ascii
> >
> > After built with pyinstaller (svn rev 306), I run my program and
> > receive the error:
> >
> > Traceback (most recent call last):
> >   File "<string>", line 3, in ?
> >   File "/home/ueoff/Desktop/pyinstaller/iu.py", line 334, in
> > importHook
> >     raise ImportError, "No module named %s" % fqname
> > ImportError: No module named encodings
> >
> > Any suggestions?
> >
> > --Artie
>
> This is the only warning about encodings generated during build:
> W: delayed  __import__ hack detected at line 0 - encodings (/usr/lib64/
> python2.4/encodings/__init__.pyo)

I have the same problem, with (and only with) OpenGL.
If I do not use encodings then it can't find another module.
When I don't use OpenGL it is just fine, so I think it has something
to do with OpenGL.
If anyone can help us with this, please.

Sorry, English is not my native language.


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