huge problem with blender (for me)

i dunno what hapopened but now i cant import any .3ds , .obj or any other fomat into blender, i have done it before and the impots worked but now all of a sudden it doesnt

i reinstaled blender and it still does that (even after fully clearring it outa my system)

my friend was messin around my pc and instaled python 24 and he deleted ita fterwords, does that have any effect on whats going on?

can any one help me couze i dont feel like reformating my whole frikin pc to get it to work again, and this is the only pc i use blender on.

heres the 2 screenies i took of the error i got

http://www.made2destroy.net/blendererror.JPG
http://www.made2destroy.net/blendererror2.JPG

You will probably need either python 2.3 or 2.4.

If you are using one of the brand spanking new (or newish) versions, then you need to install python 2.4 and set your pythonpath. Information on doing the latter is here:
https://blenderartists.org/forum/viewtopic.php?t=7723

Ian

thats the whole problem, it worked perfectly untill i instaled it, then after uninstaling it doesnt work at all

but thanks ill try ur advice

I assume you already had it installed, then installing it over itself caused some problems.

Re-installing python 2.4 should solve the problem. Make sure you set your pythonpath correctly.

If it doesn’t solve the problem, then don’t uninstall it, you might as well keep it there, many scripts require a full python installation.

Ian

it says to use the path

C:\PYTHON20;C:\PYTHON20\DLLS;C:\PYTHON20\LIB;C:\PYTHON20\LIB\LIB-TK

but i used C:\PYTHON24;C:\PYTHON20\DLLS;C:\PYTHON20\LIB;C:\PYTHON20\LIB\LIB-TK

just changing the python20 to 24 couze of the version
gona reboot and see what happens

Maybe it was a typo, but change them all to 24, not just the first.

Ian

oops lol i didnt even notice that, that might explain why it still doesnt work

still got a problem, it doesnt work

PYTHONPATH

C:\PYTHON24;C:\PYTHON24\DLLS;C:\PYTHON24\LIB;C:\PYTHON24\LIB\LIB-TK

thats what i use, any 1 comment on whats going on?

still dont work for some unkown reason

anywhere i can get 2.4 version? couze fromr eaading other posts this happens to a lot of 2.41 users

Open a Text window and type:

import sys
print sys.path

Alt-P on it and look in the console to see if it finds your 2.4 dll’s. If it doesn’t then copy and paste the console message here.

%<

what u mean open a text window

Look in the very left-hand icon in any window header for Text Editor.

%<

got it, heres the screenie of the console

http://www.made2destroy.net/error3.JPG

Everything is correct. When you start Blender it should say “Using Python version 2.4” and your scripts should work.

%<

it does say that but every single file that i get in .3ds format and i try to import it it says “PYTHON SCRIPT ERROR, CHECK CONSOLE”

and doesnt let me inmport a single 3ds file

Take a screenie of the error message in the console and post it. If you can upload the .3ds file I will try to import it here too.

%<

CORRECTION - the 2 links on post 1 of the topic contains the links to the screenies of the problem
the 3ds file is just something i found online and wanted to see how a part of it was made, but since i cant import it i cant view it (i imported several .3ds files before without any problems)

Hehe… CORRECTION - that screenie back then said “Import site failed, use V for traceback” bla bla which means it wasn’t able to find Python 2.4.

IMPORTANT

is that part of the message still there? or does it ONLY say “Using Python Version 2.4” ?

you could upload Ferrari.3ds (not the .blend… the 3ds file) and I could try to import it here.

%<

See answer in your duplicate post over on blender.org.

Well, 3ds importer never really works for me ( nor the integrated version of 2.41 ).

Are they different version of .3ds files ?

Hard to open DXF 2D files too.

Blender really need an improvment of its import side.