sgsrwm

sgsrwm

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Can't find PY_PyList_New, PY_PyTuple_New Sept. 20, 2011, 3:53 a.m.

correctly, error caused by PY_PyTuple_New and PY_PyList_New is linking error.

LNK 2001 unresolved external symbol “_declspec (dll import) class PY_PyObject * __cdecl PY_PyList_New(int)” (__imp_Py……..)

Can't find PY_PyList_New, PY_PyTuple_New Sept. 20, 2011, 3:48 a.m.

Hi all.

I'm currently testing Alembic importer (in Alembic 1.0 example) with HDK in MS Windows.

As Alembic importer in Houdini 11.1.22 doesn't work well, I tried to build source codes in Alembic 1.0. (I used abc data released by alembic group - octopus animation. It worked well in Maya 2011 and 2012)

However, when building SOP dll compiler can't find PY_PyTuple_New and PY_PyList_New. Invoking PY_PyDict_New doesn't cause problem at all, but PY_PyTuple_New and PY_PyList_New does.

Of course, I set all visual studio configuration in right way.
(additional directories, external libraries, …)

Anybody can help me ?

Thanks.