meshview
meshview copied to clipboard
Python meshview install
Hi, first off I love meshview and have been using it in C++ for a while but I wanted to test out the python bindings. I've installed pybind and I run "setup.py install" and it runs, compiles and creates a .egg
but the .egg installs (successfully) in my python site-packages/ as EGG-INFO/ with the following files:
- dependency_links..txt
- not-zip-safe
- PKG_INFO
- SOURCES.txt
- top_level.txt
and obviously trying to run the example as "python python_example.py" says there is no 'meshview' package found.
Could you please provide some instructions on installing the python meshview bindings? Thanks!
also tried running pip install . everything "succeeds" but cannot import meshview (same problem)