On Feb 5, 4:48 pm, Giovanni Bajo <[EMAIL PROTECTED]> wrote:
> On 05/02/2007 23.16, Artie wrote:
>
> > I am using PyInstaller 1.3. My python program uses PyOpenGL. I have
> > PyOpenGL version 2.0.2.01 installed. My os is Linux. When I run the
> > Build.py script on my program, I get this error:
>
> The problem is that __init__.py contains DOS line endings (\r\n). This does
> not seem to affect normal execution with Python, but confuses PyInstaller. In
> fact, it is even documented that compile() does not accept "\r\n" line
> endings.
>
> I have just committed the attached patch as r306. Can you get it off SVN trunk
> and verify it fixes the problem for you?
>
> Thanks!
> --
> Giovanni Bajo
>
> linux_crlf.patch
> 1KDownload
Yes, this fixes the problem. Thank you very much.
--Artie
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---