Ah, OK, thanks--turns out that wasn't working either, I received: pyjsbuild: error: no such option: --enable-strict pyjsbuild: error: no such option: --dynamic-link
After a little manning, however, this worked fine: pyjsbuild --strict --dynamic=UNLINKED_MODULES Mail.py Did you mean by your previous 2 emails that you hope to have pyjd working after this weekend? On Thu, Aug 16, 2012 at 3:42 PM, C Anthony Risinger <[email protected]> wrote: > 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 > > -- > > > > --
