On Thu, Aug 16, 2012 at 3:35 PM, mateolan <[email protected]> wrote: > Attempting to use pyjsbuild as stated, but still running into trouble: > > [...] > > raise RuntimeError('Top module not found %r' % self.top_module) > RuntimeError: Top module not found 'mail.Mail'
cd mail/ pyjsbuild --enable-strict --dynamic-link Mail.py -- C Anthony --
