[Bf-committers] Problem in libblender_bpython

Douglas Bischoff bf-committers@blender.org
Tue, 6 May 2003 15:24:14 -0400


On Tuesday, May 6, 2003, at 02:25 PM, Stefan Gartner wrote:

> I hopefully just fixed this. Could you check if python works for you 
> now?

Partially fixed. :-/

Blender now compiles, links, and builds successfully, thank you.

Unfortunately, the three problems still remain:
1) mxTextTools can't be found when trying to import VRML. It doesn't 
appear to be freezing properly. In the NaN makefiles it is 
intentionally disabled on OS X, didn't see any code that would do the 
same with autoconf.

2) "no module named os" in Blender. In command-line python from the 
terminal "import os" works fine, but the same command run within 
Blender results in "no module..." Why is this?

3) The blender module, or whichever module contains functions such as 
"glClearColor" also can't be found.

If these were solved, the big headaches of Mac OS X would be done with. 
Then all we'd have left to moan about would be plugins. :-)

Thanks for keeping the ball rolling, it IS appreciated!!!

-Bish