py2exe encoding

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Matthias Huening

    py2exe encoding

    Hello,

    I have got a Tkinter application which works just fine (Python 2.3.4,
    WinXP).
    I made a standalone version of it by using py2exe (0.5.0). Everything
    seems okay, but when running this application I am confronted with the
    following error: "no codec search functions registered: can't find
    encoding".

    Any suggestions?

    Matthias
  • Yermat

    #2
    Re: py2exe encoding

    Matthias Huening wrote:[color=blue]
    > Hello,
    >
    > I have got a Tkinter application which works just fine (Python 2.3.4,
    > WinXP).
    > I made a standalone version of it by using py2exe (0.5.0). Everything
    > seems okay, but when running this application I am confronted with the
    > following error: "no codec search functions registered: can't find
    > encoding".
    >
    > Any suggestions?
    >
    > Matthias[/color]

    It was in the FAQ and now in the wiki:


    --
    Yermat

    Comment

    • Matthias Huening

      #3
      Re: py2exe encoding

      Yermat <loic@fejoz.net > wrote in news:c978v6$chl $1@arcturus.cir il.fr:
      [color=blue]
      > It was in the FAQ and now in the wiki:
      > http://starship.python.net/crew/thel...EncodingsAgain
      >[/color]

      Thanks a lot.
      That solved my problem.

      Matthias

      Comment

      Working...