[ERROR] Get python script error when trying use Blendigo

Announcements, requests and support regarding the Blender Indigo export script
Post Reply
6 posts • Page 1 of 1
User avatar
Doug Armand
Indigo 100
Posts: 1038
Joined: Fri May 16, 2008 5:49 pm
Location: London UK

[ERROR] Get python script error when trying use Blendigo

Post by Doug Armand » Tue Nov 30, 2010 3:48 am

----------------------
BLENDIGO v2.6.1.2
----------------------
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "F:\Dougs Stuff\3D\Blender 2.49 x64\.blender\scripts\blendigo.py", line 5
4, in <module>
import math, os, sys, time, copy, array, re, string
ImportError: No module named os


Using Blender 2.49b x64 and Python 2.7.1 x64 - same issue with Python 2.6 x64
Doug

Doug Armand

User avatar
dougal2
Developer
Posts: 2532
Joined: Wed Nov 15, 2006 8:17 am
Location: South London

Re: [ERROR] Get python script error when trying use Blendigo

Post by dougal2 » Tue Nov 30, 2010 4:06 am

Yeah, sorry, there's a crucial line missing in the 2.6.1.2 release - I will fix it soon, I promise :)

User avatar
Doug Armand
Indigo 100
Posts: 1038
Joined: Fri May 16, 2008 5:49 pm
Location: London UK

Re: [ERROR] Get python script error when trying use Blendigo

Post by Doug Armand » Tue Nov 30, 2010 4:08 am

dougal2 wrote:Yeah, sorry, there's a crucial line missing in the 2.6.1.2 release - I will fix it soon, I promise :)
You better! I have a living to make :evil:
Doug

Doug Armand

User avatar
dougal2
Developer
Posts: 2532
Joined: Wed Nov 15, 2006 8:17 am
Location: South London

Re: [ERROR] Get python script error when trying use Blendigo

Post by dougal2 » Tue Nov 30, 2010 4:08 am

The old (*ahem* STABLE) releases still work!

User avatar
dougal2
Developer
Posts: 2532
Joined: Wed Nov 15, 2006 8:17 am
Location: South London

Re: [ERROR] Get python script error when trying use Blendigo

Post by dougal2 » Tue Nov 30, 2010 7:26 am

Is there any further info you can provide that might have triggered the error? It is a fairly bad situation if python cannot find one of its standard library modules (os).

Python 2.7 isn't recommended for with Blender 2.49, and there's no real reason to 'upgrade' to it. Python 2.6 would be a better fit. If possible you should install the exact same version that Blender was built with (should tell you on the console at startup). If you attempt a re-installation, make sure that all other python versions are uninstalled first.

Also, does blender report if it has found the installation of either python ?

There hasn't been any changes in Blendigo that could have caused this IIRC. What was the last version of Blendigo that you successfully had running ?

User avatar
Doug Armand
Indigo 100
Posts: 1038
Joined: Fri May 16, 2008 5:49 pm
Location: London UK

Re: [ERROR] Get python script error when trying use Blendigo

Post by Doug Armand » Tue Nov 30, 2010 7:50 am

Ok I've removed Python 2.7 and reistalled 2.6 x64 and all seems good - thanks
Doug

Doug Armand

Post Reply
6 posts • Page 1 of 1