On Feb 3, 2012 4:22 PM, "Rob Peters" <[email protected]> wrote:
>
> On Fri, Feb 3, 2012 at 2:14 PM, C Anthony Risinger <[email protected]>
wrote:
>>
>> i would recommend using `--no-compile-inplace` indefinitely until
>> noted otherwise.  this will force a full rebuild each time (a whopping
>> 10 seconds at most on my laptop)
>
> Doing so yields:
>
> C:\Users\kpeters\Dropbox\WLS\pyjsprocesstrain>pyjsbuild
--no-compile-inplace -d ProcessTrain.py
>
> Building : ProcessTrain
> PYJSPATH : [
>     C:\Users\kpeters\Dropbox\WLS\pyjsprocesstrain
>     c:\Users\kpeters\Dropbox\WLS\pyjamas\library
>     c:\Users\kpeters\Dropbox\WLS\pyjamas\addons
> ]
> Translating :
c:\Users\kpeters\Dropbox\WLS\pyjamas\pyjs\src\pyjs\builtin\pyjslib.py
> Translating :
c:\Users\kpeters\Dropbox\WLS\pyjamas\pyjs\src\pyjs\lib\sys.py
> Translating : c:\Users\kpeters\Dropbox\WLS\pyjamas\library\dynamic.py
> Translating :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\__init__.py
> Translating : c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\DOM.py
> Translating : c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjd.py
> Translating :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\Window.py
> Translating :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\Location.py
> Translating :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\ui\__init__.py
> Translating :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\ui\Event.py
> Translating :
C:\Users\kpeters\Dropbox\WLS\pyjsprocesstrain\ProcessTrain\__init__.py
> Translating [ie6] :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\DOM.py
> Translating [ie6] :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\Window.py
> Translating [ie6] :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\Location.py
> Translating [ie6] :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\ui\Event.py
> Translating [opera] :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\DOM.py
> Translating [opera] :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\Window.py
> Translating [opera] :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\Location.py
> Translating [opera] :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\ui\Event.py
> Translating [oldmoz] :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\DOM.py
> Translating [oldmoz] :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\Window.py
> Translating [oldmoz] :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\ui\Event.py
> Translating [safari] :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\DOM.py
> Translating [safari] :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\Window.py
> Translating [safari] :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\ui\Event.py
> Translating [mozilla] :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\DOM.py
> Translating [mozilla] :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\Window.py
> Translating [mozilla] :
c:\Users\kpeters\Dropbox\WLS\pyjamas\library\pyjamas\ui\Event.py
>
> Built to : C:\Users\kpeters\Dropbox\WLS\pyjsprocesstrain\output

it seems to process correctly, but never translates your modules ... odd.

Just for grins: go to a fresh directory outside your current git repo.
Repull the repo.  Run bootstrap.  Copy your project to examples/.  `cd` to
your project and run pyjsbuild manually by using python directly and a
relative path ... *do not* add anything to your system search path.

Also, pastebin the actual file your using.

--

C Anthony [mobile]

Reply via email to