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()
------
I tried adding all kinds of encodings.* imports, but nothing seems to
work.
Any help greatly appreciated.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---