This is not clear if the compiler actually does not run or if it runs
and takes a long time and then gives an error?

What error (if any) do you get from python?

Try if it will run a "hello world" python program located in the same
place as the compiler, see if the -vv option provides any info.
Thank you.

The compiler did run (I could see it in the task manager) but it was not exiting for a minute or so. After I restarted my computer, everything started to work as expected. (Not sure why.)

I read GNU coding standards:

http://www.gnu.org/prep/standards/standards.html#Errors

I can make my custom compiler use these kind of messages:

sourcefile:line1.column1-line2.column2: message

Here are some more questions:

Thanks,

   Laszlo