pyslapi icon indicating copy to clipboard operation
pyslapi copied to clipboard

README

Open snovak opened this issue 8 years ago • 4 comments

Hello! I'm very much looking forward to trying this out. Can you please add installation instructions in the README? I've tried simply running setup.py, but I'm getting an error

Macintosh:pyslapi snovak$ sudo python setup.py install Traceback (most recent call last): File "setup.py", line 7, in <module> from Cython.Distutils import build_ext ImportError: No module named Cython.Distutils

I'm going to continue chasing this path. Though, most blender plugins are a simple copy over to the addons path. A little clarity would help a lot. Thanks!

snovak avatar Feb 21 '16 14:02 snovak

setup.py is ment to build the python extension for reading sketchup files. The actual addon is under sketchup_importer

martijnberger avatar Feb 21 '16 14:02 martijnberger

Thank you for the quick reply! I figured I was doing something wrong or need some lib installed somewhere. When I try to enable the addon, I get an error screen shot 2016-02-21 at 9 53 59 am This is on OSX.

snovak avatar Feb 21 '16 14:02 snovak

I had a similar error on win7. Blender 2.77 / In blender-2.76b-windows64 - everything works

monoplaner avatar Apr 18 '16 12:04 monoplaner

Hey, can you show how to use the bindings in a minimal use case (outside the importer you made)? Instructions on how to install the importer would me most welcome too...

villares avatar May 29 '17 19:05 villares