从C语言中的Python访问模块

我正在尝试从C访问用Python编写的模块?这是可能吗?

我努力了:

Module = PyImport_ImportModule("<modulename>");

但这似乎不起作用