Re: Pylons/Pyjamas Newb

2010-11-08 Thread Ben Bangert
On Nov 8, 2010, at 2:15 PM, Felipe De Siqueira wrote: > I'm really excited about using pyjamas with pyramid/pylons in this manner so > if I figure it out maybe I'll beat you to it :-). > > And then of course you can tell me how to make it better! > > On Mon, Nov 8, 2010 at 2:01 PM, Christoph Zw

Re: Pylons/Pyjamas Newb

2010-11-08 Thread Felipe De Siqueira
In this thread... http://groups.google.com/group/pyjamas-dev/browse_thread/thread/f17a03b962d4a0e0/8c6bb8be2f61f4ed?lnk=gst&q=how+to+insert+a+PyJamas+page+into+a+web2py+page+#8c6bb8be2f61f4ed This Rich Newpol guy seems to be doing exactly what I want to do except he is using web2py as the backend

Re: Pylons/Pyjamas Newb

2010-11-08 Thread Felipe De Siqueira
I'm really excited about using pyjamas with pyramid/pylons in this manner so if I figure it out maybe I'll beat you to it :-). And then of course you can tell me how to make it better! On Mon, Nov 8, 2010 at 2:01 PM, Christoph Zwerschke wrote: > Creating a JSONRPC extension, paster templates an

Re: Pylons/Pyjamas Newb

2010-11-08 Thread Christoph Zwerschke
Creating a JSONRPC extension, paster templates and a chapter in the docs for using Pyramid with Pyjamas would be great. It's already on my todolist, but not so high. I hope that somebody can beat me to it. -- Christoph -- You received this message because you are subscribed to the Google Group

Re: Pylons/Pyjamas Newb

2010-11-08 Thread Mike Orr
On Mon, Nov 8, 2010 at 12:50 PM, Felipe De Siqueira wrote: > > I thought pyramid was repoze.bfg?  did BFG and Pylons merge into pyramid? The development versions of BFG and Pylons merged to create Pyramid. Technically it's a fork of the BFG codebase with the "Pylons 2" code merged in. The develop

Re: Pylons/Pyjamas Newb

2010-11-08 Thread Felipe De Siqueira
I believe you and I are trying to accomplish the same thing! Keep me updated on how you do. I thought pyramid was repoze.bfg? did BFG and Pylons merge into pyramid? If so that is fantastic those are my two favorite frameworks right now and I always thought they were too similar in principle and

Re: Pylons/Pyjamas Newb

2010-11-08 Thread Ginés Martínez
Sorry, I can't help you a lot, I'm learning pyjamas too. But my goal is use pyjamas with pylons too (well, now pyramid[?]). Escribe texto o la dirección de un sitio web o traduce un documento . Cancelar Maybe you can

Re: Pylons/Pyjamas Newb

2010-11-08 Thread Felipe De Siqueira
Thank you for the response Gines, I am using that tutorial to try and setup a JSON-RPC service under pylons, that's not really my problem. Pyjamas is a compiler for Python, it compiles Python code into javascript/html/css. When it does this is compiles the result into an "/output" folder which i

Re: Pylons/Pyjamas Newb

2010-11-08 Thread Ginés Martínez
Perhaps this help you: http://code.google.com/p/pyjamas/wiki/PyjamasWithPylonsJSONRPC Cheers. 2010/11/8 Felipe De Siqueira > Hello ladies and gentlemen, > > I'm sort of a web development newbie due to my distaste for all that is > javascript and html. I recently came across pyjamas and fell i

Pylons/Pyjamas Newb

2010-11-08 Thread Felipe De Siqueira
Hello ladies and gentlemen, I'm sort of a web development newbie due to my distaste for all that is javascript and html. I recently came across pyjamas and fell in love with the idea of using my favorite programming language on the front and back end. Super cool. So here's my question in relati