On 5/9/2009 12:18 AM, Carlo Lozzovina wrote:
> On May 8, 11:50 pm, Carlo Lozzovina <[email protected]> wrote:
> 
>> Hi guys, I have a problem when trying to make an exe with PyInstaller
>> that uses PyYaml. Here is the code:
> 
> Same thing happens even without Yaml, the simplest possible example:
> 
> ------
> def main():
>     a = "yaddayadda"
>     print a.encode("ascii")
> 
> if __name__ == '__main__':
>     main()
> ------

This works with Python 2.5 and PyInstaller SVN trunk, on Windows. Which 
versions are you using?
-- 
Giovanni Bajo
Develer S.r.l.
http://www.develer.com

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