Guest User

Untitled

a guest
Apr 14th, 2018
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "wdb_example.py", line 31, in <module>
  3. from brlcad.primitives import union
  4. File "/usr/local/lib/python2.7/site-packages/brlcad-0.0.1-py2.7.egg/brlcad/primitives/__init__.py", line 8, in <module>
  5. from combination import Combination, negate, intersect, subtract, union, xor, wrap_tree, leaf
  6. File "/usr/local/lib/python2.7/site-packages/brlcad-0.0.1-py2.7.egg/brlcad/primitives/combination.py", line 290, in <module>
  7. class UnionNode(SymmetricNode):
  8. File "/usr/local/lib/python2.7/site-packages/brlcad-0.0.1-py2.7.egg/brlcad/primitives/combination.py", line 292, in UnionNode
  9. op_code = librt.OP_UNION
  10. AttributeError: 'module' object has no attribute 'OP_UNION'
Add Comment
Please, Sign In to add comment