On Mon, Aug 13, 2012 at 5:35 PM, Billy Earney <[email protected]> wrote:
>
> FYI, The current version in the repo works on firefox and chrome.

are you building with:

python2 mail/__main__.py

... ? the website examples are all force built with --enable-strict
and a couple other flags for a number of reasons; i see this behavior
on Chrome still.

all modules are force built to the same location, meaning:

../kitchensink/Logger.py
../mail/Logger.py

... are in conflict.  KitchecnSink is built first, thus the Mail
version is never built ... and therefore is importing the wrong
module.  this is related to:

https://github.com/pyjs/pyjs/issues/745

... with the actual problem line being here:

https://github.com/pyjs/pyjs/blob/master/examples/mail/MailDetail.py#L44

... but in my tests these lines will also need changing:

https://github.com/pyjs/pyjs/blob/master/examples/mail/MailDetail.py#L55
https://github.com/pyjs/pyjs/blob/master/examples/mail/MailDetail.py#L59

... and be broken into two separate subtraction operations each.
either a translator bug or unsupported syntax happening here, not
sure.

-- 

C Anthony

-- 



Reply via email to