py2exe can't compile this program



>
> Hi all. I tried to compile this little source with py2exe:
> http://pastebin.com/350143
> ...but once I execute the program I encount this error:
>
> C:\src\dist>sniffer.exe
> Traceback (most recent call last):
> File "sniffer.py", line 24, in ?
> File "sniffer.py", line 18, in get_int
> LookupError: no codec search functions registered: can't find encoding
>

http://starship.python.net/crew/theller/moin.cgi/EncodingsAgain

might help you,

greetings, uwe


.



Relevant Pages

  • py2exe cant compile this program
    ... I tried to compile this little source with py2exe: ... ....but once I execute the program I encount this error: ... Traceback: ...
    (comp.lang.python)
  • Re: How do you do this?
    ... SwiftForth, VFX, gForth, bigForth, iForth, tforth, win32Forth, ... ANS Forth is too powerful to execute from an untrusted source without ... So one could also compile the code with optimization ...
    (comp.lang.forth)
  • How do you do this?
    ... and read and execute each Forth word. ... So one could also compile the code with optimization ... executed by the worker system. ...
    (comp.lang.forth)
  • Re: Bytecode
    ... Bytecode systems have various advantages. ... but the compression has both ... And it's very simple to compile ... execution tokens and a lookup table, and then execute or compile. ...
    (comp.lang.forth)
  • Re: FORTH: BEGIN as compile-time and no run-time?!?!?!?!? Help
    ... BEGIN is executed at compile time to push on the stack an address ... > IMMEDIATE identifies words to be executed at compile time. ... > cases will either execute it or compile some reference to it depending on a ...
    (comp.lang.asm.x86)