Re: Shed Skin Python-to-C++ Compiler 0.0.3 Release: some fixes, 3 MB Windows package

2005-09-26 Thread cmkl
I'va got a trojan message by my virus scanner trying to download the 0.03 exe-file. Something to worry about? Carl Mark Dufour schrieb: > Hi all, > > Thanks to the people trying out Shed Skin 0.0.2 and letting me know > about several problems they encountered. I have released an updated > versio

Re: py2exe 0.6.1 released

2005-09-06 Thread cmkl
Hi, I didnt succeed to bundle vpython-3.2.3 with py2exe-0.6.1 - regardless if its build as single file or not: "This application has requested the Runtime to terminate it in an unusual way" and so on... This error message seems not generated by py2exe. At least I could not find a reference to i

Re: py2exe 0.6.1 released

2005-09-07 Thread cmkl
I removed conditional imports from visual and after that I works like a charm. Now I've got a VPython application within a single 3 Mbyte exe-file (Python-2.3). That is really cool. Thanks Carl -- http://mail.python.org/mailman/listinfo/python-list

Re: is there a safe marshaler?

2005-02-11 Thread cmkl
Irmen de Jong <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Pierre Barbier de Reuille wrote: > > Irmen de Jong a écrit : > > > >> Pickle and marshal are not safe. They can do harmful > >> things if fed maliciously constructed data. > >> That is a pity, because marshal is fast.