Author Topic: [Need Python for] Blender 2.49 w/ DTS Exporter for Mac  (Read 1619 times)

Does anyone know of a link that has the Blender 2.49 with DTS Exporter pre-packaged that is compatible for Mac OSX? I know there's demian's Dataorb site, but I couldn't find one for Mac.

I also know that there's an exporter for 2.7X, but I'm more comfortable using the 2.49 version. I already have it for windows back at home, but I would like to put it on a mac I use at school.

Thanks for the help if you have anything.
« Last Edit: September 26, 2016, 01:13:22 PM by Night_Hawk »

No one has ever released a pre-packaged version of it for Mac as far as I know(and I've done quite a bit of searching). You can have mine though, which will probably work.

http://www.filedropper.com/blender-249b

No one has ever released a pre-packaged version of it for Mac as far as I know(and I've done quite a bit of searching). You can have mine though, which will probably work.

http://www.filedropper.com/blender-249b
You are the best! But now upon exporting a test .dts file, I get a python script error to check the console.

You are the best! But now upon exporting a test .dts file, I get a python script error to check the console.

Well did you do it? What does it say?

Well did you do it? What does it say?
I don't know how to check the console when the only window I get from blender on a Mac is just the blender window itself.

I used to have this before and had it working in the past, but then it stopped working on me for some reason and I deleted possibly just local files if I'm not mistaken. Is there a location I can look at besides opening package contents of the blender application in the .blender folder it provides?

Bump

I found out a way to check the console, and what it said was there was no installed python.

I think I know where to go from here, but I'm keeping the topic open for just a little longer.

Can really use some help here guys, I found the package contents and the console for jes' 2.49, and I get this

Code: [Select]
Last login: Tue Sep 27 08:52:01 on ttys000
MacBook-1s-MacBook:~ MacBook1Admin$ /Users/MacBook1Admin/Desktop/Blender-2.49b/blender.app/Contents/MacOS/blender ; exit;
Compiled with Python version 2.6.9.
Warning: could not set Blender.sys
Warning: could import or build sys.path
Checking for installed Python... No installed Python found.
Only built-in modules are available.  Some scripts may not run.
Continuing happily.
Warning: import of sys module failed
Warning: could not import python sys module. some modules may not import.
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Users/MacBook1Admin/Desktop/Blender-2.49b/blender.app/Contents/MacOS/.blender/scripts/Dts_Blender.py", line 40, in <module>
    from DTSPython import *
ImportError: No module named DTSPython

Like I said I used to have this working, so when I load up blender,  I get the theme that I customly made in the past before the dts exporter stopped working. Instead of asserting it, I made the stupid mistake back then to remove everything, but there's some local data roaming around.

Is there another location I can search to find this?