Python has stopped working
27 February 2017 18:08
27 February 2017 18:10
27 February 2017 18:49
Actually Blender 2.78 uses Python 3.5 and official Blender distribution contains it.
Blender doesn't run at all? Or it stopped working after Blend4Web installation?
Blender doesn't run at all? Or it stopped working after Blend4Web installation?
Alexander (Blend4Web Team)
twitter
28 February 2017 15:47
Blender work as far as I see… I was able to load a blend file downloaded from somewhere… a fireworks example.
I was also able to render it. But I was planning to look more deeply into the balloons example, I know you have it in the http://localhost:6687 somewhere, that's why I did clicked after loading this local page on "project manager" link which contains examples but then Python has stopped working window appear. I do have also installed Python 2.7 as I did mentioned.
I will proceed to uninstall it and install eventually the 3.5 or nothing… and see if it will be the same
If you have other hints please let me know
I was also able to render it. But I was planning to look more deeply into the balloons example, I know you have it in the http://localhost:6687 somewhere, that's why I did clicked after loading this local page on "project manager" link which contains examples but then Python has stopped working window appear. I do have also installed Python 2.7 as I did mentioned.
I will proceed to uninstall it and install eventually the 3.5 or nothing… and see if it will be the same
If you have other hints please let me know
28 February 2017 16:13
No changes either with 2.7 uninstalled and or 3.6 installed … same
But http://localhost:6687/apps_dev/code_snippets/code_snippets.html?scene=camera_animation works fine and all other
at http://localhost:6687/apps_dev/code_snippets/code_snippets.html?scene=canvas_texture
Only problem with python occurs when http://localhost:6687/project/ is accessed
But http://localhost:6687/apps_dev/code_snippets/code_snippets.html?scene=camera_animation works fine and all other
at http://localhost:6687/apps_dev/code_snippets/code_snippets.html?scene=canvas_texture
Only problem with python occurs when http://localhost:6687/project/ is accessed
28 February 2017 17:09
Could you type
in Blender Console? The result should be the path to the python binary, which Blender uses. Try to run this python binary in Windows cmd.
bpy.app.binary_path_python
in Blender Console? The result should be the path to the python binary, which Blender uses. Try to run this python binary in Windows cmd.
Alexander (Blend4Web Team)
twitter
02 March 2017 12:12
02 March 2017 12:35
Reply to post of user malutanpetronel@gmail.com
I get 'C:\\Program Files\\Blender Foundation\\Blender\\2.78\\python\\bin\\python.EXE'
what should be done ?
To ensure that this python.exe works without crashes etc, just run it .
Alexander (Blend4Web Team)
twitter
02 March 2017 12:37