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. -- C Anthony

