yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #01554
Re: TranslationEngine Problem
>
> DeusExMachina('TranslationEngine',{'translationAxis':[0,0,1],'velocity':-0.1,'subscribedBodies':[id_press]})
I removed this old syntax completely, you have to say
TranslationEngine(translationAxis=[0,0,1],velocity=...,...)
> RuntimeError: Zero or one (and not more) non-keyword string argument
> required
> /var/lib/python-support/python2.6/IPython/Magic.py:38:
> DeprecationWarning: the sets module is deprecated
>
> Could you not help me, what is wrong?
Follow ups