On Apr 14, 1:08 pm, Giovanni Bajo <[EMAIL PROTECTED]> wrote:
> On 14/04/2007 12.45, palo wrote:
>
>
>
> > Hi
> > I'd like to confirm the problem with opengl discussed in a previous
> > thread.
> > Executable created from
>
> > import OpenGL.GL
> > print "hello"
>
> > gives error
> > Traceback (most recent call last):
> >   File "<string>", line 3, in ?
> >   File "E:\pyinstaller\iu.py", line 334, in importHook
> > ImportError: No module named encodings
>
> > It does not depend on -F/-D choice in Makespec.py.
> > This is on winxp, created with python 2.4, PyOpenGL 2.0.1.09,
> > pyinstaller from svn (today).
> > The error message appears on a machine with no python 2.4 installed.
> > (there actually is python 2.5, but hopefully it doesn't matter). If I
> > install python 2.4 there (vanilla, no PyOpenGL installation required)
> > the error disappears.
>
> I still can't reproduce this, but I'm willing to try and debug it. I need some
> help though.
>
> First, can you run ArchiveViewer onto the final executable, type "O out1.pyz"
> to open the internal PYZ file, and then see if the encodings packages is
> present in the list? I'll paste my session to show you what I mean:
> [snip]

Yes, I  have all the encoding packages there. If you have time etc.
for this, let me know what other tests I should do. (I hope this bug
is not caused by some stupidity on my part, but since other people
reported it..)

Best regards
P.


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