On Sun, 21 May 2006 20:11:34 +0200
Jan Filip Tristan <[EMAIL PROTECTED]> wrote:

> Hello,
> I've played a little with soya and got this error:
> 
> Traceback (most recent call last):
>   File "run_game.py", line 2, in ?
>     from steuern2 import *
>   File "/home/filip/3D_spiel_filip/steuern2.py", line 722, in ?
>     tofu.pickle_sec.safe_module("soya")
> AttributeError: 'module' object has no attribute 'safe_module'
> 
> Do you have a solution for this?

Pickle_sec is not so secure... actually it is deprecated, and appears to be 
broken...

You should consider using Cerealizer 
(http://home.gna.org/oomadness/en/cerealizer/index.html) which is secure, fast 
and well-supported by tofu.

I'm going to remove pickle_sec from tofu.

Thanks for feedback!
Jiba

_______________________________________________
Soya-user mailing list
[email protected]
https://mail.gna.org/listinfo/soya-user

Reply via email to