
Hi,
I try create v8 module to python used boost and i have problem:
#include <iostream>
using namespace std;
#include

I’m not familiar with the structure of V8, but it looks like you need to link your Python module against its library, either statically or dynamically. If it’s dynamically-linked you need to make sure that the shared library loader can find the V8 library at runtime. Jason
participants (2)
-
Daniel Burchardt
-
Jason Roehm