nortikin / sverchok

Sverchok
http://nortikin.github.io/sverchok/
GNU General Public License v3.0
2.26k stars 233 forks source link

Can't install in 2.75 #704

Closed limor1 closed 9 years ago

limor1 commented 9 years ago

getting error on line 115 of __init__.py for category, names in nodes.nodes_dict.items():

NameError: Name 'nodes' is not defined

Kosvor commented 9 years ago

You're using the latest version of the master? in my version 2.75.3 it works well

nortikin commented 9 years ago

каждый раз эта ошибка выползает. Как названа папка? sverchok или sverchok-master? Удали старую версию, установи с гитхаба с нуля, проблем быть не должно на блендере 2,74+. fuck, writed Russian what is the name of folder? sverchok or sverchok-master? delete completely and install again zip file from github master. Install zip, not extract.

ekammerloher commented 9 years ago

I guess I have the same issue. Blender v2.75a, sverchok 0.5.2.5 on OS X.

I followed @nortikin changed README manual installation instructions. Restarted blender. Did the equivalent of 'Activate flag beside sverchok' in the console to get a traceback:

bpy.ops.wm.addon_enable(module='sverchok-master')

I run this two times and get this tracebacks.

First error: ImportError: No module named 'mathutils.bvhtree'; 'mathutils' is not a package Second error: NameError: name 'nodes' is not defined

* EDIT *

Seems to be related to the Blender version. I tried the nightly version blender-2.75-85edd8f-OSX-10.6-x86_64, worked fine.

limor1 commented 9 years ago

I'm running 2.75a on Windows On Aug 28, 2015 13:20, "Kosvor" notifications@github.com wrote:

You're using the latest version of the master? in my version 2.75.3 it works well

— Reply to this email directly or view it on GitHub https://github.com/nortikin/sverchok/issues/704#issuecomment-135758253.

nortikin commented 9 years ago

guys, did you removed and deactivates previouse sverchok completely? from ~/scripts/addons sverchok folder and deactivate flag from CTRL+U I never used osx, so try rename folder to sverchok. We have this lines https://github.com/nortikin/sverchok/blob/master/__init__.py#L65-L66 but they seems work not always, and other lines as https://github.com/nortikin/sverchok/blob/master/__init__.py#L114 this do not find any folders. just try foldername "sverchok"

nortikin commented 9 years ago

strange.

limor1 commented 9 years ago

Extracted all files into a directory called sverchok and now seeing 2 lines in crtl-alt-u add-ons. One gives error: Importerror : module sverchock-master not in modules

The other gives the 2 consecutive errors as described by ekammerlohr On Aug 28, 2015 21:33, "nikitron" notifications@github.com wrote:

strange.

— Reply to this email directly or view it on GitHub https://github.com/nortikin/sverchok/issues/704#issuecomment-135881874.

Kosvor commented 9 years ago

mathutils.bvh tree perhaps doesn't exist in blender prior to 2.75.3 I will remove the nodes that use it Done it. Try again

limor1 commented 9 years ago

I've uninstalled 2.75a and installed the nightly build 2.75.4 (https://builder.blender.org/download/) sverchok installed without any errors!