Hello,
I installed the pudding module, required to run the pudding-xxx tutorials
files, but it is not installed in the correct dir. It should be under soya
dir, but it is installed at the same level. So the tutorials can't be
launched, as they import soya.pudding.
Except modifying all tutorial files, what can I do ? I tried to move and
copy the pudding module under soya dir, but it does not work. In the first
case I get :
Traceback (most recent call last):
File "pudding-1.py", line 2, in ?
import soya.pudding as pudding
File "/usr/lib/python2.3/site-packages/PIL/__init__.py", line 12, in ?
# ;-)
ImportError: No module named pudding.style
and in the other case :
* Soya 3D * Using 8 bits stencil buffer
* Soya 3D * version 0.9.2
* Using OpenGL 1.2 (1.5 Mesa 6.2.1)
* - renderer : Mesa GLX Indirect
* - vendor : Mesa project: www.mesa3d.org
* - maximum number of lights : 8
* - maximum number of clip planes : 6
* - maximum number of texture units : 8
* - maximum texture size : 2048 pixels
[pudding] Version: 0.1-0
Traceback (most recent call last):
File "pudding-1.py", line 14, in ?
text = pudding.control.SimpleLabel(soya.root_widget, label = "Hello
World!", autosize = True)
File "/usr/lib/python2.3/site-packages/pudding/control.py", line 169, in
__init__
self._font = pudding.STYLE.default_font
AttributeError: 'NoneType' object has no attribute 'default_font'
* Soya3D * Quit...
Any idea ?
--
Frédéric