Re: Pyramid_rpc Json-rpc

2011-06-20 Thread Istvan
I would be happy to get an example, how to use it. Can someone suggest a tutorial or a simple example? Thanks, Istvan On Jun 20, 3:08 am, Michael Merickel mmeri...@gmail.com wrote: The release on pypi (version 0.2) does NOT support json rpc. However, if you install the version

Re: Pyramid 1.1a1 released

2011-06-20 Thread Ginés Martínez
Fantastic! 2011/6/20 michr mi...@webhippo.net Congratulations -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com. To unsubscribe from this group, send email to

webhelpers SCRIPT_NAME

2011-06-20 Thread Thomi
Hi, I have a pylons web-app that generates links to controller actions using routes.url_for, and links to static files (CSS, javascript, images etc) using the functions defined in webhelpers.html.tags. This works fine while my web-app is hosted at the root of the server (i.e., the web-app is run

Static file in egg file

2011-06-20 Thread RVince
We have a pylons project where we just added a file edigate/public/ javascript/edigate.js This file shows up properly in the list in edigate.egg-info/ SOURCES.txt, and in edigate/edigate/public/javascript I see the file there. Why would the file NOT appear in my egg file ? (we are invoking

Static route to the files placed outside of the egg dist

2011-06-20 Thread Adam Klekotka
Hello, I have a question about deployment pyramid based app - is there any possibility to create a static route to the files outside of the distribution egg? Users of my app can upload their pictures. They are uploaded to the folder which is specified in production.ini: background_dir =

Re: Static file in egg file

2011-06-20 Thread Michael Merickel
You need to create a MANIFEST.in file or use one of the SCM plugins for setuptools like setuptools-git which will automatically package files that are under version control. -- Michael -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post

Re: Pyramid_rpc Json-rpc

2011-06-20 Thread Michael Merickel
On Mon, Jun 20, 2011 at 3:39 AM, Istvan istvan.v...@gmail.com wrote: I would be happy to get an example, how to use it. Can someone suggest a tutorial or a simple example? Thanks, Istvan As I said, the JSON-RPC implementation is in the master branch on github. The docs and tests are there as

Re: Static file in egg file

2011-06-20 Thread RVince
Michael, Thank you. There is a MANIFEST.in file, the contents are: include edigate/config/deployment.ini_tmpl recursive-include edigate/public * recursive-include edigate/templates * -RVince On Jun 20, 1:24 pm, Michael Merickel mmeri...@gmail.com wrote: You need to create a MANIFEST.in file or

Re: webhelpers SCRIPT_NAME

2011-06-20 Thread Mike Orr
On Mon, Jun 20, 2011 at 1:32 AM, Thomi tho...@gmail.com wrote: Hi, I have a pylons web-app that generates links to controller actions using routes.url_for, and links to static files (CSS, javascript, images etc) using the functions defined in webhelpers.html.tags. This works fine while my

Pyramid with Amazon AWS

2011-06-20 Thread anandth
Hi, Has anybody designed an Pyramid web app for Amazon AWS. If so, can you able to post any sample architecture. I'm interested in developing an scale-able web app (kind of web 2.0) using Pyramid with Amazon. Thanks, - Anand. -- You received this message because you are subscribed to the