I can’t get these scripts to work, and i have tried everything i know.
I use Blender 2.25 and 2.27 i have python 2.01 installed. The pythonpath is set correctly, most of the export scripts still work.
I got the script from: http://www.janw.gothere.uk.com/import.html#wavefront
The lwoimport.py keeps printing “This script is only working with the new GUI module” in the console.
The objimport.py gives me an error “No module named Blendimport” when i change “import BlendImport” to “import Blender” i get a new error “module object has no attribute 'argv”. I have no idea what this means.
Keep in mind that i am no programmer so please keep you reply’s as simple as possible.
It’s very easy to update the python script, just type in the text editor, the change recommended by jms.
As far as I understand it, Blender 1.8 to 2.23 used a certain Python API, some where in the middle Jan Walter changed the Api and made quite a few import/export scripts using this API. Then after 2.25, they returned to th old Api (or some derivative of the original Api) and currently plans are underway to update the current Python Api, with the idea to maintain a level of backwards compatibility with older Python scripts.