views:

27

answers:

1

Specifically, I'm trying to use the Random addon. The documentation states addons should be loaded upon first use, which is also supported by Hyperpolyglot However, I get (running one of the sample programs)

Exception: Object does not respond to 'Random'
---------
Object Random                        Cards.io 4
A: 

This appears to be a problem with the macports installation of IO. Building and installing from source worked (with io_static - 'io' has dylib problems)

Justin Love
You do need to make install for the dylib paths to be resolved properly on OSX.
jer