Any plans to move DMXIS from "Python" to Python?

31 views
Skip to first unread message

Tom Swirly

unread,
Aug 27, 2012, 8:46:41 AM8/27/12
to dmxis...@googlegroups.com
At least on the Mac, the Python for DMXIS still does not include all the standard library - try to do either of

  import math
  import random

if you don't believe me.


Are there any plans to support this?

--
     /t

http://radio.swirly.com - art music radio 24/7 366/1000

Dave Brown

unread,
Aug 27, 2012, 4:02:59 PM8/27/12
to dmxis...@googlegroups.com
Tom,

The Python 2.6 build on OS X, it turns out, doesn't include some basic modules (like math) that are included by default on Windows - I'll correct this in the next release.

In the meantime, if you want to play with a beta build that fixes the problem, let me know off-list.

---
Dave Brown (Author of D-Pro, DMXIS & Show Buddy)
db audioware ltd.
--
You received this message because you are subscribed to the Google Groups "DMXIS_Users" group.
To post to this group, send email to dmxis...@googlegroups.com.
To unsubscribe from this group, send email to dmxis_users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/dmxis_users?hl=en.

Tom Swirly

unread,
Aug 27, 2012, 6:30:43 PM8/27/12
to dmxis...@googlegroups.com
I believe the difference is that the math module is implemented in C++ and that's why you can't find any math.py... 


I just tested to make sure and import math works on Python 2.6, Mac OS!

It's not a huge issue, I already implemented my own random and I haven't used much else...
Reply all
Reply to author
Forward
0 new messages