7

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
draegtun
  • 22,441
  • 5
  • 48
  • 71
Justin Love
  • 4,397
  • 25
  • 36

1 Answers1

2

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
  • 4,397
  • 25
  • 36
  • 3
    You do need to make install for the dylib paths to be resolved properly on OSX. – jer Oct 07 '10 at 10:58