makeParent err("expected a list of objects") Solv.

Hi, and thanks for taking time to read and maybe answer my question.

So, to keep it short, I want to parent object X to object Y only during some frames throughout an animation. So I thought that I could make use of Python and its makeParent function and a few simple if statements.
Now, first of all, is there a way to do it without Python?

And second, makeParent needs a list of objects it keeps saying to me. So if I assign several objects to an array and then parent those to object X, the script does what it’s told (now, this is however not the result I want from it ^^).
So I was wondering how I must go about if I only want to parent one object to object X.

Thanks for reading, feedback very much appreciated!

So I was wondering how I must go about if I only want to parent one object to object X.

A list with only one item in it, maybe?

Touché =/

Worth mentioning is that I started with the Python part of Blender today.
How would I make a list?

Ah, nevermind, got it figured out now.

Thanks for the answer by the way.