install issues no Gui Menu
I Am a pretty smart user of computers.
I am on vista, I am installing a fresh copy. I have never used this system before.
I am forced to use python 2.6.5 blender calls for 2.6.4 but 2.6.4 is not available so I tried the latest.
Then I installed the script first using the website instruction, later using the readme file. I never found the bake menu I see in the utube videos. I uninstalled everything and went with the Jass version which should have fixed the issue since it includes everything.
This didn't work. I uninstalled everything and removed the user director in apps/roaming/Blender ...etc and reinstalled.
I just can't get the darn menu to show up.
I get the found python message.
I tried scripts/update menu.
I tried the blender -P install.py on top of Jass.
I at a loss. Any help?
Adam

more details ... seems like a script error.
More details ....
C:\Program Files\Jass-2.0.0-pub>blender.exe --debug
Compiled with Python version 2.6.2.
'import site' failed; use -v for traceback
Warning: could not determine argv[0] path
Checking for installed Python... No installed Python found.
Only built-in modules are available. Some scripts may not run.
Continuing happily.
Using application data from APPDATA: C:\Users\adam\AppData\Roaming\Blender Foundation\Blender\.blender
When Jass/Blender does not find its embedded python ...
... then you might have messed up the environment-settings or did not install Jass with all extensions. Environment settings get messed up when you install blender and Jass at the same time. I suspect that the problem raises when you first install blender, then later install Jass. The other way around it does no harm. I found a similar behaviour on my computer and i eventually got Jass to install correctly only after deinstalling it, removing every little trace including the environment variables. then reinstalling it. I could not reproduce the behaviour later. So i have no idea when exactly the situation occurs...
Now to get you somewhere, you can check this:
Although Jass was created to avoid separate installations, you still could install Jass WITHOUT Python (see installer settings during installation) and install a clean and full python 2.6.* (with * >= 2 ) separately. (Attention: Now it is mandantory to REMOVE the PYTHONPATH environment variable!). Jass should immediately find the installed python and run smoothly.
i hope that helps ...
sorry lost some key detail
C:\Program Files\Jass-2.0.0-pub>blender.exe --debug
Compiled with Python version 2.6.2.
'import site' failed; use -v for traceback
Warning: could not determine argv[0] path
Checking for installed Python... No installed Python found.
Only built-in modules are available. Some scripts may not run.
Continuing happily.
Using application data from APPDATA: C:\Users\adam\AppData\Roaming\Blender Foundation\Blender\.blender
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\adam\AppData\Roaming\Blender Foundation\Blender\.blender\scripts\primstar\render_sculptie.py", line 50, in
import tkFileDialog
ImportError: No module named tkFileDialog
hey road33
Check this link: this_link (it's for windows 7 but I guess works for vista, they are about the same operating system, everybody knows that) "I am forced to use python 2.6.5" follow the links in that comment, the link to download Python 2.6.4 is perfectly working.
I haven't tried Jass-2.x but there it says: "Checking for installed Python... No installed Python found."
Anyway, you should go to their site, they packed that product.
Cheers!
Post new comment