Luis Ricardo Boni so am Thu, Nov 24, 2005 at 10:29:27AM -0200:
> Hi!
> 
> Noob question:
> 
> An ImportError raises when I try to load the script blender2soya.py in
> blender. It is from soya import, but when I try to import soya from my
> python console, everything is Ok.
> 
> Im using Ubuntu hoary, python 2.4, blender 2.36 and soya 0.9.1-2.

On my system (Debian) soya is located at
/usr/lib/python2.3/site-packages/soya.

As this path seems to depend on the python version, I assume thats your
problem. Blender AFAIK has a python2.3, so I guess your soya is
installed for your 2.4 and therefore blender cant reach it.

You should try installing a python-2.3-capable soya package.

Maybe like this (untested):
- remove the soya-package
- remove python2.4 and install python2.3
- install soya
- now soya should fit into python2.3 (search for soya in
    /usr/lib/python2.3/site-packages)
- now you may install python2.4 again

As Ubuntu is based on debian (afaik), that shouldnt be too complicated
to do and I expect it to work.

bis denne,
  Henning
-- 
"Windows is a 64 bit tweak of a 32-bit extension to a 16-bit user
interface for an 8-bit operating system based on a 4-bit architecture
from a 2-bit company that can't stand 1 bit of competition."

Reply via email to