Re: Widget oriented

2011-07-01 Thread Steve Piercy
On Jul 1, 5:36 pm, Chris McDonough chr...@plope.com wrote: On Sat, 2011-07-02 at 01:14 +0100, Benjamin Sims wrote: I understand that Pyramid deliberately doesn't specify these things and I don't expect hand holding - just adding my encouragement from a relative newbie perspective. Sure.  

Re: updating only changes to a graph/image?

2011-07-08 Thread Steve Piercy
On Jul 8, 8:23 am, John_Nowlan john_now...@carleton.ca wrote: I need to build a few 'dashboardy' web pages with pretty pictures/graphs that update periodically. I found this cookbook recipehttp://wiki.pylonshq.com/display/pylonscookbook/Adding+graphical+output, but what I am wondering is,

Re: GAE support

2011-08-10 Thread Steve Piercy
On Aug 10, 5:33 pm, Chris McDonough chr...@plope.com wrote: Google App Engine is based on Python 2.5.  Python 2.7 support is on their roadmap (http://code.google.com/appengine/docs/roadmap.html) but the roadmap hasn't really changed much (at least wrt to this issue) in the last six months or

Re: Building RIAs with Pyramid

2011-11-08 Thread Steve Piercy
On 11/8/11 at 6:54 PM, c...@online.de (Christoph Zwerschke) pronounced: I’d like to learn some best practices for building RIAs with Pyramid. You missed a great presentation on pyramid_jqm at PloneConf last weekend by Tres Seaver. He covered some relevant topics. Watch for an announcement

Re: Mobile Browser Detection

2011-11-22 Thread Steve Piercy
On 11/22/11 at 1:46 PM, jonat...@findmeon.com (Jonathan Vanasco) pronounced: I've been trying to figure out the best way to handle mobile browser detection. One way to handle it is to use feature detection on the client side rather than UA sniffing, and design to the lowest common

Re: What happens to the Pylons documentation ?

2011-11-24 Thread Steve Piercy
I have no clue to which documentation you refer. These docs work for me: http://readthedocs.org/docs/pylons/en/latest/ http://docs.pylonsproject.org/en/latest/docs/pyramid.html I don't know whether any effort has been made to translate the docs into other languages. I would say translation

Re: Dynamically updating radio buttons and checklists

2011-12-09 Thread Steve Piercy
I have a couple of examples from forms I created for radios only. It requires javascript. It is all done on the client side. No AJAX is used to make additional requests back to the web app to show/hide additional form sections. The javascript may be a little different between checkboxes,

Re: Suggestion for Pylons 1.3 Documentation - What's New

2012-01-29 Thread Steve Piercy
I issued a pull request on your behalf. You can submit changes to docs, or any other file for that matter. Fork the repo, edit the file, issue a pull request. Here's the repo. https://github.com/Pylons/pyramid --steve On 1/25/12 at 12:12 PM, salvor.pub...@gmail.com (Salvor Hardin)

Re: need your help to overhaul docs

2012-02-03 Thread Steve Piercy
I'd like to donate labor to the effort by proofreading and providing a Pyramid/Python newbie perspective. --steve On 2/3/12 at 10:53 PM, chr...@plope.com (Chris McDonough) pronounced: While Pyramid will never be as high-level as something like Plone or Django or Rails, it's still often more

Re: Pyramid advocacy, list of high profile sites?

2012-02-14 Thread Steve Piercy
On 2/14/12 at 4:44 PM, iainduncanli...@gmail.com (Iain Duncan) pronounced: Wondering if such a thing is around? I am stuck doing a pitch to a committee on why we are using Pyramid and not Drupal It's a trap! Seriously, any discussion that includes, Why are you using X, and not Y? should be

Pyramid at PyLadiesSF

2012-04-04 Thread Steve Piercy
PyLadiesSF debuts Saturday, April 28, 2012, 3:00-8:00 PM Klout 77 Stillman St San Francisco, CA http://www.meetup.com/PyLadiesSF/events/59189602/ I'll be giving a brief elevator pitch on Pyramid, then sprinting on Pyramid docs, tutorials, and the cookbook. --steve -- You received this

Re: pyramid trove classifier on pypi

2012-04-16 Thread Steve Piercy
Yee-haw! --steve On 4/16/12 at 5:05 PM, mmeri...@gmail.com (Michael Merickel) pronounced: We've been granted a new trove classifier on PyPI, so feel free to update your Pyramid-specific addons to use this instead of Pylons in terms of improving searchability on PyPI. Classifier:    

Re: Learning Python/Pylons

2012-04-17 Thread Steve Piercy
On 4/16/12 at 4:17 PM, gamepro1...@yahoo.com (mastergberry) pronounced: 1) Does anyone have a recommended book for a programmer who knows the basics and want's to briefly look @ them such as variables, loops, functions, classes, etc (I know C, C++, PHP)

Re: recommend a wysiwyg editor for a pyramid project?

2012-11-07 Thread Steve Piercy
Here's one. http://ckeditor.com/ And the file upload/manager plugin for it: https://github.com/simogeo/Filemanager If you use it, you must provide some kind of auth policy, and I recommend you change the default path for UserFiles to reduce the attacks by the Google dork technique. Support

Re: recommend a wysiwyg editor for a pyramid project?

2012-11-07 Thread Steve Piercy
On 11/7/12 at 11:28 PM, ch...@simplistix.co.uk (Chris Withers) pronounced: On 07/11/2012 23:20, Chris Withers wrote: Just wondering which paths people had been down with Pyramid and if there are any recommendations... I want to pick something that will let content authors put together pages

Pyramid Books Published by O'Reilly

2013-03-23 Thread Steve Piercy
Howdy, While at PyCon, an editor, Rachel Roumeliotis, from O'Reilly Media informed @mcdonc that they would like to publish books about Pyramid. At this point we don't have a lot of information about the potential arrangement or what the books would cover. Discussion amongst Pyramid folks

Pyramid Books Published by O'Reilly Follow-up

2013-04-03 Thread Steve Piercy
Thank you everyone for your comments regarding books about Pyramid. I heard back from the O'Reilly folks about publishing books about Pyramid. At this time, they would like to gauge interest in Pyramid in the publishing world through a low-risk approach. That approach would be through blog

Pyramid Talk at SFPython Meetup

2013-04-04 Thread Steve Piercy
! --steve -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Steve Piercy Web Site Builder Soquel, CA w...@stevepiercy.com http://www.StevePiercy.com/ -- You received this message because you are subscribed to the Google Groups pylons

Re: WebHelpers2 and Unipath releases; WebHelpers looking for maintainer

2013-04-08 Thread Steve Piercy
On 4/8/13 at 5:02 PM, zakdan...@gmail.com (Zak) pronounced: Maybe the best thing to do is set a **DEPRECIATED** header on the WebHelpers README with a link to WebHelpers2. Huh? Headers decline in monetary value? --steve --steve -- You received this message because you are subscribed to

Re: Collect presentation material

2013-05-29 Thread Steve Piercy
and I'm now doing a new template for reveal.js that I will be happy to contribute. It's just an idea and suggestion at this stage but I will be keen to submit any material that I will do. Let me know what you think? Steve Piercy, Soquel, CA -- You received

Re: What's up with the website?

2013-06-12 Thread Steve Piercy
it's blank. --steve Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving emails from it, send an email to pylons-discuss+unsubscr

Using Pyramid in PyCharm Guide

2013-07-13 Thread Steve Piercy
Howdy, I've written a guide for using Pyramid in PyCharm, but I cannot decide where it would best belong. The guide is targeted for folks new to Pyramid or who would like to use PyCharm for development in Pyramid. The guide includes: * Install Python * Install PyCharm * Configure PyCharm

Re: Using Pyramid in PyCharm Guide

2013-07-13 Thread Steve Piercy
On 7/13/13 7:18 AM, Paul Everitt wrote: Like you, though, I've gotten stuck on the where does it belong. I now have a proposal but I think I should team up with some others to digest it before just unilaterally changing the website and Sphinx docs. Perhaps we should get a small group of

Re: Using Pyramid in PyCharm Guide

2013-07-13 Thread Steve Piercy
On 7/13/13 7:18 AM, Paul Everitt wrote: For PyCharm, as an offer, want me to make screencasts that match your writeups? You betcha! I'll be checking it in later today. I have two more steps to polish up, then make sure it builds in Sphinx first. --steve -- You received this message

PyCharm Issue Tracker - Add Chameleon as a Python Template Language

2013-07-13 Thread Steve Piercy
I've created a new issue/feature request for PyCharm, Add Chameleon as a Python Template Language. Please upvote at the following URL to show your support. http://youtrack.jetbrains.com/issue/PY-10281 --steve -- You received this message because you are subscribed to the Google Groups

Re: Using Pyramid in PyCharm Guide

2013-07-13 Thread Steve Piercy
On 7/13/13 8:48 AM, Chris McDonough wrote: On Sat, 2013-07-13 at 02:13 -0600, Steve Piercy wrote: Howdy, Where would it best belong? https://github.com/Pylons/pyramid_tutorials https://github.com/Pylons/pyramid_cookbook https://github.com/Pylons/pyramid/tree/master/docs/tutorials https

Re: Using Pyramid in PyCharm Guide

2013-07-13 Thread Steve Piercy
Using PyCharm with Pyramid http://docs.pylonsproject.org/projects/pyramid/en/master/tutorials/pycharm/index.html Comments and pull requests welcome. --steve -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and

Re: Pragmatic introduction to zope.sqlalchemy, transaction and pyramid_tm?

2013-07-15 Thread Steve Piercy
would be to include it (as your convenience) in Pyramid's documentation -- perhaps in its cookbook? I'm almost sure that the present draft could be corrected, developed and completed: what do you guys think about? Cheers, -- fero14041 Steve Piercy, Soquel, CA -- You

Re: How to Debug Pyramid 1.4 application in PyCharm

2013-07-18 Thread Steve Piercy
/pyramid_tutorials/en/latest/pycharm/index.html --steve Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving emails from it, send an email to pylons-discuss

Re: hello.

2013-07-22 Thread Steve Piercy
Would a group/list admin please remove or moderate this fellow? It appears their Gmail account has been compromised. --steve On 7/22/13 at 10:00 PM, doug.farr...@gmail.com (Doug Farrell) pronounced: spammity spam o wunnerful spam! Steve Piercy, Soquel, CA -- You

Re: FYI: Planning to merge some Getting Started docs changes today

2013-08-13 Thread Steve Piercy
non-book stuff out of The Book and moved over to the pylonsrtd Pyramid page * I have some other changes to pylonsrtd that I can push out once this Pylons/pyramid docs branch is merged Thanks to Tshepang and Steve Piercy for helping steer me on the writing of these 20 printed pages. What's

Re: How to Debug Pyramid 1.4 application in PyCharm

2013-08-28 Thread Steve Piercy
Freitag, 19. Juli 2013 00:52:35 UTC+2 schrieb Steve Piercy: On 6/17/13 at 11:54 AM, ja...@deadtreepages.com javascript: (Jason) pronounced: On Friday, June 14, 2013 5:15:32 PM UTC-4, Aniruddha Gaikwad wrote: Hi, How to debug Pyramid 1.4 application in PyCharm IDE. Thanks Regards, Aniruddha

Re: Pyramid 1.5a1 released

2013-08-30 Thread Steve Piercy
/opt_out. Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving emails from it, send an email to pylons-discuss+unsubscr...@googlegroups.com. To post

Re: FYI: Planning to merge some Getting Started docs changes today

2013-08-31 Thread Steve Piercy
was core Pyramid docs and what was not. The docs sites look the same. I'd like to see some designation for external versus internal links, which would give new readers better context. http://sphinx-doc.org/theming.html?highlight=externalrefs --steve Steve Piercy, Soquel

Re: RFC: Moving distributions/pserve up in the Quick Tour

2013-09-02 Thread Steve Piercy
to the transition point ) - the package app ( the end version, and also finished up to the end of the tutorial ) Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop

Re: Add SQLAlchemy to existing Pyramid project

2013-09-09 Thread Steve Piercy
with the 'alchemy' scaffold, and copying my old code into it? Any advice would be much appreciated. Thanks, Jeremiah Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from

Re: [pylons-discuss] Having a problem with installing chameleon

2013-10-25 Thread Steve Piercy
this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/groups/opt_out. -- Vincent Catalano Software Engineer and Web Ninja, (520).603.8944 Steve Piercy, Soquel, CA -- You received this message because you

Re: [pylons-discuss] Initial installation error

2013-12-11 Thread Steve Piercy
install --single-version-ext ernally-managed --record record failed with error code 1 C:\ Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving emails

Re: [pylons-discuss] Pyramid documentation hard to navigate on smaller screen widths

2014-01-13 Thread Steve Piercy
totally out of proportion: http://www.zimagez.com/zimage/screenshot-01122014-025955pm.php (Browser: Chromium 31) Best regards, Claus Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group

Re: [pylons-discuss] Re: Error attempting ZODB + Traversal Wiki Tutorial

2014-01-25 Thread Steve Piercy
importantly, if you complain about the docs, then you should submit a pull request and do something about it. Help improve the docs to make them clearer. --steve Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons

Re: [pylons-discuss] Re: Error attempting ZODB + Traversal Wiki Tutorial

2014-01-26 Thread Steve Piercy
On 1/26/14 at 1:38 PM, w...@flibuste.net (wilk) pronounced: On 25-01-2014, Steve Piercy wrote: On 1/25/14 at 2:05 PM, w...@flibuste.net (wilk) pronounced: On 24-01-2014, Thomas Grzybowski wrote: (1) The documentation always states use easy_install or distribute, and usually either omits

Re: [pylons-discuss] How to help Pyramid

2014-02-26 Thread Steve Piercy
* Skype*: marioidival* Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving emails from it, send an email to pylons-discuss+unsubscr

Re: [pylons-discuss] Pyramid book

2014-03-01 Thread Steve Piercy
have bought. It is really good book, and that got me wondering is there any such book for Pyramid. Best regards, Luka Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from

Re: [pylons-discuss] Pycon Open spaces

2014-03-06 Thread Steve Piercy
are a small community in London but have got some companies (including mine) which are using pyramid for startup and client projects. R. -- Rach Belaid @rachbelaid Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups

Re: [pylons-discuss] Re: webassets or fanstatic?

2014-03-12 Thread Steve Piercy
Randall, Please look for me at tonight's SF Python presentation meet up at Yelp. I'll also be at next Wednesday's hack night for Pyramid in PyCharm. I'd like to see what you're doing. --steve On Mar 12, 2014 1:45 PM, Randall Leeds randall.le...@gmail.com wrote: I feel like this is a great

Re: [pylons-discuss] Re: webassets or fanstatic?

2014-03-13 Thread Steve Piercy
, 2014 at 5:53 PM, Steve Piercy steve.piercy@gmail.comwrote: Randall, Please look for me at tonight's SF Python presentation meet up at Yelp. I'll also be at next Wednesday's hack night for Pyramid in PyCharm. I'd like to see what you're doing. --steve On Mar 12, 2014 1:45 PM, Randall Leeds

Re: [pylons-discuss] Re: webassets or fanstatic?

2014-03-14 Thread Steve Piercy
The next SF Python Hack Night has been announced: http://www.meetup.com/sfpython/events/171271902/ Hope to see y'all there! --steve On Thursday, March 13, 2014 12:13:46 AM UTC-7, Steve Piercy wrote: It was announced tonight that the next SF Python Hack Night would take place next Wednesday

Re: [pylons-discuss] Newbie question...

2014-03-20 Thread Steve Piercy
. For more options, visit https://groups.google.com/d/optout. Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [pylons-discuss] Pyramid 1.5 final released

2014-04-08 Thread Steve Piercy
Just in time for PyCon! Thank you! On Apr 8, 2014 7:21 PM, Chris McDonough chr...@plope.com wrote: Pyramid 1.5 final has been released. Here's what happened since the last release in the 1.5 series (1.5b1): Bug Fixes - - Avoid crash in ``pserve --reload`` under Py3k, when

Re: [pylons-discuss] pyramid_ldap and Python 3

2014-05-02 Thread Steve Piercy
://docs.pylonsproject.org/projects/pyramid-cookbook/en/latest/ --steve Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving emails from it, send

Re: [pylons-discuss] Re: Working with an existing MS Access database

2014-05-23 Thread Steve Piercy
the physical environment, you will ultimately lose both. 1) Don’t drive species to extinction 2) Don’t destroy a habitat that species rely on. 3) Don’t change the climate in ways that will result in the above. }(((* Steve Piercy, Soquel, CA -- You received this message because

Re: [pylons-discuss] is there any video tutorials available

2014-08-17 Thread Steve Piercy
the documentation so any introduction video tutorials available thank you Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving emails from

Re: [pylons-discuss] RFC: Pyramid tutorial at PyCon

2014-09-04 Thread Steve Piercy
their workflow when developing web apps. --steve ### As an aside, once I get caught up, I'm going to start an RFC here about the tutorial in the docs. --Paul Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss

Re: [pylons-discuss] Issues of Pyramid

2014-09-04 Thread Steve Piercy
Linux** : **#554446* Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving emails from it, send an email to pylons-discuss+unsubscr...@googlegroups.com

Re: [pylons-discuss] Issues of Pyramid

2014-09-05 Thread Steve Piercy
On 9/5/14 at 11:26 AM, c...@online.de (Christoph Zwerschke) pronounced: Am 05.09.2014 um 07:22 schrieb Bert JW Regeer: On Sep 4, 2014, at 22:51 , Steve Piercy steve.piercy@gmail.com wrote: You can add comments to open issues. Comments should add value that lead toward a fix. +1's

Re: [pylons-discuss] Issues of Pyramid

2014-09-05 Thread Steve Piercy
not close without issues to know what that issue will serve ... I already use 1 year and soon began studying the code of it. Mário Idival Python Developer *Twitter|Github|Skype *: *marioidival* *Facebook*: *mario.idival* *User Linux** : **#554446* 2014-09-05 7:02 GMT-03:00 Steve Piercy

Re: [pylons-discuss] Re: Issues of Pyramid

2014-09-06 Thread Steve Piercy
the advantage of pyramid, it doesn't evolve by fashion. -- William Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [pylons-discuss] Re: Issues of Pyramid

2014-09-08 Thread Steve Piercy
On 9/7/14 at 9:34 AM, w...@flibuste.net (wilk) pronounced: On 06-09-2014, Steve Piercy wrote: Which blogs are 404? There might be some assets under Pylons Project control that we should update. http://www.pylonsproject.org/community/blogs The blog of ben is 404 and of rocky page does

Re: [pylons-discuss] Re: RFC: Pyramid tutorial at PyCon

2014-09-12 Thread Steve Piercy
/Protractor for testing. Do you think I should submit a tutorial proposal that is frontend+REST in nature? ### As an aside, once I get caught up, I'm going to start an RFC here about the tutorial in the docs. --Paul Steve Piercy, Soquel, CA -- You received

Re: [pylons-discuss] Re: Collect presentation material

2014-10-08 Thread Steve Piercy
-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out. Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving emails from

Re: [pylons-discuss] Is the pyramid tutorial missing a step?

2014-10-27 Thread Steve Piercy
Shouldn't there be a step to pcreate so I would have a setup.py to action? Sayth Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving emails from

Re: [pylons-discuss] Is the pyramid tutorial missing a step?

2014-10-31 Thread Steve Piercy
in this repo, where each step/topic/directory is a Python package. was in it's own paragraph. Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving

Re: [pylons-discuss] announcement - pyramid_debugtoolbar_dogpile

2014-11-05 Thread Steve Piercy
/jvanasco/pyramid_debugtoolbar_dogpile * pypi https://github.com/jvanasco/pyramid_debugtoolbar_dogpile Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop

[pylons-discuss] Pyramid 1.5.2 docset for Dash released

2014-11-11 Thread Steve Piercy
I updated the Pyramid docset for Dash to version 1.5.2. http://kapeli.com/dash https://github.com/Kapeli/Dash-User-Contributions/tree/master/docsets/Pyramid --steve Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups

[pylons-discuss] Pyramid 1.5.2 released

2014-11-11 Thread Steve Piercy
-branch/ You can install 1.5.2 via PyPI: easy_install Pyramid==1.5.2 Enjoy, and please report any issues you find to the issue tracker at https://github.com/Pylons/pyramid/issues --steve Steve Piercy, Soquel, CA -- You received this message because you are subscribed

Re: [pylons-discuss] Pyramid 1.5.2 docset for Dash released

2014-11-11 Thread Steve Piercy
On 11/11/14 at 12:23 PM, h...@ox.cx (Hynek Schlawack) pronounced: On 11 Nov 2014, at 12:00, Steve Piercy wrote: I updated the Pyramid docset for Dash to version 1.5.2. http://kapeli.com/dash https://github.com/Kapeli/Dash-User-Contributions/tree/master/docsets/Pyramid Is it possible you’ve

Re: [pylons-discuss] Missing lines in PDF of Wiki tutorial

2014-12-04 Thread Steve Piercy
’**,* This line is missing: pagename='FrontPage')) Where should I report this? Best regards, John W. Shipman, jship...@nrao.edu Web Developer, National Radio Astronomy Observatory Steve Piercy, Soquel, CA -- You received this message because you are subscribed

Re: [pylons-discuss] pyramid - building plug-ins?

2014-12-08 Thread Steve Piercy
guide me to a working plugin/extension mechanism that will load any other pyramid app? Thanks Lucas Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving

Re: [pylons-discuss] Proper way to send csrf token to client

2014-12-09 Thread Steve Piercy
the html to find it, right? I guess i'm pretty confused about how csrf works! Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving emails from

Re: [pylons-discuss] Re: deciding on pyramid vs ruby

2014-12-11 Thread Steve Piercy
to pylons-discus...@googlegroups.com javascript:. To post to this group, send email to pylons-...@googlegroups.com javascript:. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout. Steve

Re: [pylons-discuss] Re: deciding on pyramid vs ruby

2014-12-11 Thread Steve Piercy
. https://github.com/Pylons/pyramid-sphinx-themes --steve Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving emails from it, send an email to pylons

[pylons-discuss] Who uses Pyramid?

2014-12-11 Thread Steve Piercy
) when that project is deployed. --steve -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Steve Piercy Website Builder Soquel, CA w...@stevepiercy.com http://www.StevePiercy.com/ -- You received this message because you are subscribed

Re: [pylons-discuss] Re: deciding on pyramid vs ruby

2014-12-11 Thread Steve Piercy
Updating the themes for Pylons Project websites and their documentation. https://github.com/Pylons/pyramid-sphinx-themes What are the blockers for getting some of these efforts launched? None. Just fork the repos and add your contributions. --steve Steve Piercy, Soquel, CA

Re: [pylons-discuss] Re: Who uses Pyramid?

2014-12-12 Thread Steve Piercy
orange and black, to those on: http://trypyramid.com/ --steve On 12/12/14 at 8:43 AM, w...@flibuste.net (wilk) pronounced: Is there a gif like that : http://seps.flibuste.net/images/nginx-inside.png http://seps.flibuste.net/images/PythonPowered.gif -- William Steve

Re: [pylons-discuss] Re: Who uses Pyramid?

2014-12-13 Thread Steve Piercy
On 12/13/14 at 4:36 PM, w...@flibuste.net (wilk) pronounced: On 12-12-2014, Steve Piercy wrote: Not yet. If you have a good source of artwork and the name of the font, I can create a badge. It should be reviewed by Blaise Laflamme. Here's the current source of logo artwork. http

Re: [pylons-discuss] Who uses Pyramid?

2014-12-13 Thread Steve Piercy
to build other company project https://catinaflat.com/ https://itunes.apple.com/ca/app/seabeard/id913754563 https://www.sainsburysfoodrescue.co.uk/ R. On Fri, Dec 12, 2014 at 1:57 AM, Steve Piercy steve.piercy@gmail.com wrote: If you use Pyramid, please consider adding your company

Re: [pylons-discuss] Reorganizing the Pylons organization

2014-12-26 Thread Steve Piercy
? - sontek Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving emails from it, send an email to pylons-discuss+unsubscr...@googlegroups.com. To post

Re: [pylons-discuss] Reorganizing the Pylons organization

2014-12-27 Thread Steve Piercy
javascript:. To post to this group, send email to pylons-...@googlegroups.com javascript:. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout. Steve Piercy, Soquel, CA -- You received

Re: [pylons-discuss] Announcement: Ringo a high level application framework

2015-01-01 Thread Steve Piercy
/pylons-discuss/vhQuxp-TNX4/K_zg_FwYMh8J --steve On 1/1/15 at 1:09 PM, tors...@irlaender.de (Torsten Irländer) pronounced: Steve, thanks for your offer to mention Ringo in the Pyramid docs. I just created a pull request. Torsten Am Donnerstag, 1. Januar 2015 20:28:23 UTC+1 schrieb Steve Piercy

Re: [pylons-discuss] Announcement: Ringo a high level application framework

2015-01-01 Thread Steve Piercy
announcement of the Ringo project, but as it is based on the great Pyramid framework I though you guys should be the first to get noticed. Torsten Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group

Re: [pylons-discuss] Re: Announcement: Ringo a high level application framework

2015-01-03 Thread Steve Piercy
: PyUnicodeUCS4_DecodeLatin1 Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving emails from it, send an email to pylons-discuss+unsubscr

Re: [pylons-discuss] Are there any examples using the 'context' system value during rendering and view configuration?

2015-01-21 Thread Steve Piercy
at: http://docs.pylonsproject.org/projects/pyramid/en/master/quick_tutorial/ Would that help? Is there demand for something like that? --Paul Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group

Re: [pylons-discuss] Static_url usage

2015-01-21 Thread Steve Piercy
/pyramid/en/latest/quick_tutorial/static_assets.html and don't forget the Extra Credit. --steve Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving

[pylons-discuss] Projects that use Pyramid

2015-01-04 Thread Steve Piercy
! --steve -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Steve Piercy Website Builder Soquel, CA w...@stevepiercy.com http://www.StevePiercy.com/ -- You received this message because you are subscribed to the Google Groups pylons-discuss group

Re: [pylons-discuss] trypyramid.com and python 2.x

2015-05-07 Thread Steve Piercy
Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving emails from it, send an email to pylons-discuss+unsubscr...@googlegroups.com. To post to this group

Re: [pylons-discuss] Re: trypyramid.com and python 2.x

2015-05-10 Thread Steve Piercy
certainly not Pyramid to me ;-) We Merkins are subjected to the marketing tripe, too. http://gawker.com/5853109/everything-fake-is-now-artisan --steve Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss

[pylons-discuss] Announcing the release of pylons-sphinx-themes

2015-04-17 Thread Steve Piercy
/pylons-sphinx-themes --steve -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Steve Piercy Website Builder Soquel, CA w...@stevepiercy.com http://www.StevePiercy.com/ -- You received this message because you are subscribed to the Google Groups

Re: [pylons-discuss] Re: Cloud IDE

2015-06-14 Thread Steve Piercy
distro do you recommend ? For beginners, any that is stable, has a good community and support, is easy to get started. Use the Google to pick one. --steve Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons

Re: [pylons-discuss] Cloud IDE

2015-06-13 Thread Steve Piercy
as a subproject of the Pylons Project, though not enhanced. We will provide a package that allows Pylons 1.x applications and Pyramid applications to run in the same interpreter. The future of Pylon-style web application development is Pyramid. --steve Steve Piercy

Re: [pylons-discuss] Re: Cloud IDE

2015-06-13 Thread Steve Piercy
connection drops, I can keep working. --steve Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To unsubscribe from this group and stop receiving emails from it, send an email to pylons-discuss

Re: [pylons-discuss] tutorial with bad directory name (json)

2015-08-22 Thread Steve Piercy
-discuss+unsubscr...@googlegroups.com. To post to this group, send email to pylons-discuss@googlegroups.com. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout. Steve Piercy, Soquel, CA -- You

Re: [pylons-discuss] Quick tutorial error Uundefined symbol: _PyTraceback_Add

2015-08-10 Thread Steve Piercy
: _PyTraceback_Add I am in this directory ~/projects/quick_tutorial/scaffolds and I try running $VENV/bin/python setup.py develop The ~/projects/quick_tutorial/env/bin folder does have a copy of python3.4 Any idea what I am missing? Thanks Brian Steve Piercy, Soquel, CA

Re: [pylons-discuss] noob questions

2015-07-15 Thread Steve Piercy
. http://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/index.html Finally, I published some articles and videos about Pyramid which use PyCharm. http://www.stevepiercy.com/tag/pyramid.html --steve Steve Piercy, Soquel, CA -- You received this message

Re: [pylons-discuss] noob questions

2015-07-16 Thread Steve Piercy
a bunch of unofficial tutorials. http://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/index.html Finally, I published some articles and videos about Pyramid which use PyCharm. http://www.stevepiercy.com/tag/pyramid.html --steve Steve Piercy, Soquel, CA -- You

Re: [pylons-discuss] Pyramid, traversal, SQLAlchemy, and ACLs

2015-10-21 Thread Steve Piercy
SONB and should be doing Array.contained_by: > > > http://docs.sqlalchemy.org/en/latest/dialects/postgresql.html#sqlalchemy.dialects. > postgresql.ARRAY.Comparator.contained_by > > Note: I’m leaving out class-based ACLs, hierarchies, optimizations, and some > other things. >

Re: [pylons-discuss] Documentation in pt-br

2015-11-11 Thread Steve Piercy
I've opened an issue on GitHub to capture translation information: https://github.com/Pylons/pyramid/issues/2105 -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email

[pylons-discuss] Pylons Project Happy Hour, Thursday, November 19, 20:00 - 21:00 UTC

2015-11-09 Thread Steve Piercy
, and extremely talented. I'm constantly amazed by all y'all. --steve -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Steve Piercy Website Builder Soquel, CA <w...@stevepiercy.com> <http://www.StevePiercy.com/> --

Re: [pylons-discuss] Documentation in pt-br

2015-11-04 Thread Steve Piercy
opefully I will find help along the way. I think that the best place to start is with the Narrative Documentation and I believe it doesn't change much across new releases. What do you think? Em qua, 4 de nov de 2015 às 14:26, Steve Piercy <steve.piercy@gmail.com> escreveu: AFAIK, th

Re: [pylons-discuss] QuickTutorial 13 cache issue

2015-11-05 Thread Steve Piercy
to get the proper HTML. I did set the http_cache to 0 in the @view_defaults , but still I am served with old template. I did clear the browser data , but I still get the old home template. Is there a cache for pserve ?. Thank you Srikanth Steve Piercy, Soquel, CA

Re: [pylons-discuss] Documentation in pt-br

2015-11-04 Thread Steve Piercy
like brazilian portuguese? I would love to help (or start) translating the documentation. Steve Piercy, Soquel, CA -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop

  1   2   3   4   >