On Mon, Sep 28, 2009 at 4:41 PM, Steven Roussey <[email protected]> wrote:
>
> I have a few questions about the dev setup:
>
> 1. What version of Python? I'm guessing the newest stable, which looks
> like 3.1.1

So Python 3 is actually a totally new version -- we want the latest
version of Python 2.x -- so the latest of Python 2.6.

In general they don't recommend trying to maintain a project in both
Python 2 and 3, but actually I think JSON Template is sufficiently
self-contained that it could be made to work with both.  And we even
have a nice test setup where the tests can continue to run in Python 2
and th

> 2. Where goes the testy framework go?

I set it up like:

dev/hg/json-template
dev/svn/pan/trunk/pan/test/

In Python, all you do is set PYTHONPATH, and the scripts
tmp/deps.{sh,bat} do this. (mentioned in DevelopingJsonTemplate)

> 3. Do you know of a JS shell for windows?

If you just want to run the tests, javascript/cscript-shell.js should
do it.  The JS tests can run outside of a browser -- on Windows they
use cscript; on Linux they use v8.

For an interactive shell, I just use Firebug.

HTH,
Andy

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "JSON 
Template" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/json-template?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to