Thank you for all your help!
I'll study the proposals to chose the one I prefer or to create
something new :) Anyway, this is a perfect start-up for me.
Nathaniel.
--
http://mail.python.org/mailman/listinfo/python-list
On May 19, 10:45 am, 7stud <[EMAIL PROTECTED]> wrote:
>
> refineModule.py:
> ---
> def refine(userfunc, mesh):
> #process mesh
> func(mesh)
>
The last line should be:
userfunc(mesh)
--
http://mail.python.org/mailman/listinfo/python-list
On May 14, 7:09 am, [EMAIL PROTECTED] wrote:
> Hello :)
>
> I am new to python and I don't have much expirience in object-oriented
> technologies neither.
>
> The problem is the following: I have to create a simple python
> template script that will always follow the same algorithm, let's say:
> -
[EMAIL PROTECTED] wrote:
> Hello :)
>
> I am new to python and I don't have much expirience in object-oriented
> technologies neither.
>
> The problem is the following: I have to create a simple python
> template script that will always follow the same algorithm, let's say:
> - read a mesh
> - tr
On May 14, 9:09 am, [EMAIL PROTECTED] wrote:
> Hello :)
>
> I am new to python and I don't have much expirience in object-oriented
> technologies neither.
>
> The problem is the following: I have to create a simple python
> template script that will always follow the same algorithm, let's say:
> -