No to_python (by-value) converter found for C++ type: boost:: ...
Hello,
I compiled the last trunk version yade-2016-
When I run yade I have several errors of the same type. 2 exemples:
1st example:
Yade [1]: O.periodic=True
Yade [2]: O.cell.
-------
TypeError Traceback (most recent call last)
/home/3S-
----> 1 O.cell.
TypeError: No to_python (by-value) converter found for C++ type: boost::
2nd example:
Yade [3]: from yade import pack
Yade [4]: O.bodies.
-------
TypeError Traceback (most recent call last)
/home/3S-
----> 1 O.bodies.
/home/3S-
23 """
24
---> 25 return facetParallelep
26
27 #facetParallele
/home/3S-
79 G=orientation*
80 H=orientation*
---> 81 if wallMask&1: ret+=doWall(
82 if wallMask&2: ret+=doWall(
83 if wallMask&4: ret+=doWall(
/home/3S-
65 mn,mx=[-extents[i] for i in 0,1,2],[extents[i] for i in 0,1,2]
66 def doWall(a,b,c,d):
---> 67 return [utils.
68 ret=[]
69
/home/3S-
259 vertices=
260 b.shape=
--> 261 _commonBodySetu
262 b.aspherical=False # mass and inertia are 0 anyway; fell free to change to ``True`` if needed
263 b.mask=mask
/home/3S-
121 else: raise TypeError("The 'material' argument must be None (for defaultMaterial), string (for shared material label), int (for shared material id) or Material instance.");
122 ## resets state (!!)
--> 123 if resetState: b.state=
124 mass=volume*
125 b.state.
TypeError: No to_python (by-value) converter found for C++ type: boost::
Apparently it is related with boost librairy?
Any idea?
Best,
Luc
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Yade Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Václav Šmilauer
- Solved:
- Last query:
- Last reply: