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