Re: [pylons-discuss] REF. Problem registering data in the bank

2023-11-16 Thread Steve Piercy
This page has some resources. https://trypyramid.com/documentation.html --steve On 11/16/23 1:37 PM, Oberdan Santos wrote: I have done a lot of reading, some of it with tutorials, but very superficial. I have some scripts with a database without using http transactions, which work normally.

Re: [pylons-discuss] REF. FORMULARIOS E VALIDAÇÃO (PYRAMID)

2023-11-17 Thread Steve Piercy
Deform has had a flurry of activity over the last couple of weeks to update the widgets to use Bootstrap 5.3. I hope to have time this weekend to make an alpha release, 3.0.0a. https://github.com/Pylons/deform/pull/529 --steve On 11/17/23 7:31 AM, Laurent Daverio wrote: Hello, Deform has a

Re: Widget oriented

2011-07-01 Thread Steve Piercy
On Jul 1, 5:36 pm, Chris McDonough 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.  I add st

Re: updating only changes to a graph/image?

2011-07-08 Thread Steve Piercy
On Jul 8, 8:23 am, John_Nowlan 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, has anyone done s

Re: GAE support

2011-08-10 Thread Steve Piercy
On Aug 10, 5:33 pm, Chris McDonough 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 so. > Commen

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 denominato

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 wou

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, ra

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) pronoun

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

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 message

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) http://www.readwriteweb.com/hack/2011/03

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 is

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 i

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 ab

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 p

Pyramid Talk at SFPython Meetup

2013-04-04 Thread Steve Piercy
ign up now! --steve -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Steve Piercy Web Site Builder Soquel, CA <http://www.StevePiercy.com/> -- You received this message because you are subscribed to the Google Groups "

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
ors scheme 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

Re: What's up with the website?

2013-06-12 Thread Steve Piercy
e have been more recent posts. Under "Latest tweets" 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 st

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 interes

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 becau

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 "py

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
and desirable, the second wish 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 -

Re: How to Debug Pyramid 1.4 application in PyCharm

2013-07-18 Thread Steve Piercy
roject.org/projects/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

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
amid.html ...updated it, copied it into "The Book", and synchronized the contents (more below) * I moved some 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

Re: How to Debug Pyramid 1.4 application in PyCharm

2013-08-28 Thread Steve Piercy
egards markus Am Freitag, 19. Juli 2013 00:52:35 UTC+2 schrieb Steve Piercy: On 6/17/13 at 11:54 AM, ja...@deadtreepages.com (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 &

Re: Pyramid 1.5a1 released

2013-08-30 Thread Steve Piercy
roups.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 it, send an email to pylons-discuss+unsu

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

2013-08-31 Thread Steve Piercy
ee 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, CA -- You received this message because you are subscribed to the Google Groups "pylons-discuss"

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

2013-09-02 Thread Steve Piercy
le can reference: - the 1 file app ( finished up 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 "py

Re: Add SQLAlchemy to existing Pyramid project

2013-09-08 Thread Steve Piercy
create' command for an existing project? > > Would I be best off just creating a new, empty project with the 'alchemy' > scaffold, and copying my old code into it? > > Any advice would be much appreciated. > > Thanks, > Jeremiah > > ---

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

2013-10-25 Thread Steve Piercy
iscuss+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/groups/opt_out. -- Vincent Catalano Software Engineer and Web Ninja, (

Re: [pylons-discuss] Initial installation error

2013-12-11 Thread Steve Piercy
stall_output) File "c:\Python27\lib\site-packages\virtualenv-1.10.1-py2.7.egg\virtualenv.py" , line 899, in call_subprocess % (cmd_desc, proc.returncode)) OSError: Command C:\env\Scripts\python.exe setup.py install --single-version-ext ernally-managed --record record failed with error c

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

2014-01-13 Thread Steve Piercy
Github" image is blown 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 yo

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

2014-01-25 Thread Steve Piercy
by "main page". URLs are better, and remove ambiguity. However, I think you mean this: http://docs.pylonsproject.org/en/latest/docs/pyramid.html#main-documentation wherein we have attempted to summarize what happens in (2) above. (4) Finally, and most importantly, if you complain

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
cebook*: *mario.idival* *User Linux : **#554446* 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

Re: [pylons-discuss] Pyramid book

2014-03-01 Thread Steve Piercy
hat I 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 u

Re: [pylons-discuss] Pycon Open spaces

2014-03-06 Thread Steve Piercy
ybe learn tip form each others. We 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

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" wrote: > I feel like this is a great topic for a tutorial. > >

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

2014-03-13 Thread Steve Piercy
On Wed, Mar 12, 2014 at 5:53 PM, Steve Piercy wrote: 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, "

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 t

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

2014-03-20 Thread Steve Piercy
gt;. 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 this message because you are subscribed to the Google Groups "pylons-discuss" group. T

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" 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 iterating

Re: [pylons-discuss] pyramid_ldap and Python 3

2014-05-02 Thread Steve Piercy
d-ons http://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 ema

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

2014-05-23 Thread Steve Piercy
t If you only save 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

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

2014-08-17 Thread Steve Piercy
t; 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

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

2014-09-04 Thread Steve Piercy
tial. I like to see how other people go through 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 mess

Re: [pylons-discuss] Issues of Pyramid

2014-09-04 Thread Steve Piercy
val* *User 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

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 wrote: You can add comments to open issues. Comments should add value that lead toward a fix. +1's are noise and make u

Re: [pylons-discuss] Issues of Pyramid

2014-09-05 Thread Steve Piercy
s Pyramid code and I can 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 GM

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

2014-09-06 Thread Steve Piercy
do ! It's also 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 rec

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 doe

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

2014-09-12 Thread Steve Piercy
ulp, with Karma/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 re

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

2014-10-08 Thread Steve Piercy
ylons-discuss@googlegroups.com. Visit this group at http://groups.google.com/group/pylons-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

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

2014-10-27 Thread Steve Piercy
o setup.py 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

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

2014-10-31 Thread Steve Piercy
spond to a directory 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&

Re: [pylons-discuss] announcement - pyramid_debugtoolbar_dogpile

2014-11-05 Thread Steve Piercy
ap. > > * github https://github.com/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-discu

[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
mid/en/1.5-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

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
= **request**.**route_url(**’view_page’**,* 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

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

2014-12-08 Thread Steve Piercy
d somebody 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

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

2014-12-09 Thread Steve Piercy
e to parse 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

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

2014-12-11 Thread Steve Piercy
-- 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-discus...@googlegroups.com . To post to this group, send email to pylons-...@googlegroups.c

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

2014-12-11 Thread Steve Piercy
Project websites and their documentation. 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 an

[pylons-discuss] Who uses Pyramid?

2014-12-11 Thread Steve Piercy
b.com/Pylons/pyramid/wiki/notaliens.com) when that project is deployed. --steve -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Steve Piercy Website Builder Soquel, CA <http://www.StevePiercy.com/> -- You received this message because y

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
all things 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 ----

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.

Re: [pylons-discuss] Who uses Pyramid?

2014-12-13 Thread Steve Piercy
and we use pyramid quite lot 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 wrote: If you use Pyramid, please consider adding your compa

Re: [pylons-discuss] Reorganizing the Pylons organization

2014-12-26 Thread Steve Piercy
anding === --steve What do you wonderful humans think? - 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 receivi

Re: [pylons-discuss] Reorganizing the Pylons organization

2014-12-27 Thread Steve Piercy
ns-...@googlegroups.com . >>> Visit this group at http://groups.google.com/group/pylons-discuss. >>> For more options, visit https://groups.google.com/d/optout. >> >> -- >> You received this message because you are subscribed to the Google Groups "pylons-discu

Re: [pylons-discuss] Vulnerabilities

2014-12-29 Thread Steve Piercy
that other frameworks have issues such as PHP, and nothing can prevent me from writing bad code, but out of the box a framework like pyramid, which kind of vulnerabilities would it be subject to? or am I comparing apples and oranges? -------- Steve Piercy, Soquel, CA -- You received th

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

2015-01-01 Thread Steve Piercy
r the first official 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 &q

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

2015-01-01 Thread Steve Piercy
oogle.com/d/msg/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 schri

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

2015-01-03 Thread Steve Piercy
from ringo.views.base.print_ import ( File "/home/xxx/Dev/Python/pyramid-ringo/ringo-hg/ringo/views/base/print_.py", line 3, in from py3o.template import Template File "build/bdist.linux-x86_64/egg/py3o/template/__init__.py", line 6, in File "build/bdist.linux-x86_64/egg/

[pylons-discuss] Projects that use Pyramid

2015-01-04 Thread Steve Piercy
Thank you! --steve -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Steve Piercy Website Builder Soquel, CA <http://www.StevePiercy.com/> -- You received this message because you are subscribed to the Google Groups "pylo

Re: [pylons-discuss] Static_url usage

2015-01-21 Thread Steve Piercy
jects/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 grou

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

2015-01-21 Thread Steve Piercy
t factory chapter to the tutorial 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] Announcing the release of pylons-sphinx-themes

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

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

2015-05-07 Thread Steve Piercy
ues/10 --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...@googlegr

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

2015-05-10 Thread Steve Piercy
riced", that's 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

Re: [pylons-discuss] beginner in python. Can pyramid be something for me ? and can I use mongodb ?

2015-06-13 Thread Steve Piercy
pyramid. I did some weeks of mongodb for node ? You can use any storage with Pyramid, except Tupperware. --steve 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] Cloud IDE

2015-06-13 Thread Steve Piercy
ramid 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 -------- St

Re: [pylons-discuss] Re: Cloud IDE

2015-06-13 Thread Steve Piercy
crappy network 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

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 "p

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 rec

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

2015-08-10 Thread Steve Piercy
-gnu.so: undefined symbol: _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 ---

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

2015-08-22 Thread Steve Piercy
o 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, send email to pylons-discuss@googlegroups.com. Visit this group at http://groups.google.com/group/

[pylons-discuss] Fwd: [PSF-Community] PSF Hosted Sprints at SF Python Project Night October 21

2015-09-16 Thread Steve Piercy
ssage == -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Steve Piercy Website Builder Soquel, CA <http://www.StevePiercy.com/> - From ???@??? Wed Sep 16 15:28:02 2015 Return-Path: Delivered-To: w...@stevepiercy.com Received: from smtp28.gate.or

[pylons-discuss] Deform 1.X-branch roadmap?

2015-10-02 Thread Steve Piercy
uires Twitter Bootstrap v3. https://pypi.python.org/pypi/deform/2.0a1 --steve -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Steve Piercy Website Builder Soquel, CA <http://www.StevePiercy.com/> -- You received this message beca

  1   2   3   4   >