On Sun, Jan 29, 2012 at 8:33 PM, C Anthony Risinger <[email protected]> wrote:

> On Sun, Jan 29, 2012 at 1:54 PM, Apexi 200sx <[email protected]>
> wrote:
> >
> >> looks like getting 404's...
> >>
> >> looks like a / has been missed somewhere...
> >>
> >> [...]
> >
> > in the cache files i did a find and replace on lib\ to lib/  and it now
> > works cool, I really like this solution.
> >
> > Any chance the root cause of the path issues could be fixed tho :)
>
> yeah i'll take a look at that sometime today-ish ... the paths for -m
> mode are a little hacky because we aren't storing the current
> modulename + output path consistently (or at all, IIRC i had to
> determine it from other identifiers in proximity ...)
>
> looks like a windows specific bug, probably due to `os.path.join()`.
> can you confirm the cache files originally said:
>
> /lib\pyjamas.ui.js
>
> ... and not:
>
> /libpyjamas.ui.js
>
> ... i don't have a windows machine available.  i guess no one is using
> `--multi-file` because i know there be plenty of windows users round
> these parts (unless you deploy to linux servers ;-) and this probably
> hasn't been changed in a year or so.
>
>
Hi, they were originally as follows...

$wnd.__pygwt_modController.load($pyjs.appname, [
'lib\pyjamas.ui.Panel.js',
'lib\pyjamas.ui.HTML.js',
'lib\pyjamas.Window.__oldmoz__.js',
'lib\pygwt.__oldmoz__.js',
'lib\pyjamas.Factory.js',
'lib\pyjamas.ui.js',
'lib\pyjamas.ui.InnerHTML.js',

> --
>
> C Anthony

Reply via email to