<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/pylons-discuss</id>
  <title type="text">pylons-discuss Google Group</title>
  <subtitle type="text">
  Pylons is a Python Web Framework aimed at making development, distribution, and deployment faster and easier.
  </subtitle>
  <link href="/group/pylons-discuss/feed/atom_v1_0_msgs.xml" rel="self" title="pylons-discuss feed"/>
  <updated>2012-02-12T22:27:36Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Theron Luhn</name>
  <email>the...@madebypanthr.com</email>
  </author>
  <updated>2012-02-12T22:27:36Z</updated>
  <id>http://groups.google.com/group/pylons-discuss/browse_thread/thread/b1fc46a14f3085ba/db2f7717c139b9d9?show_docid=db2f7717c139b9d9</id>
  <link href="http://groups.google.com/group/pylons-discuss/browse_thread/thread/b1fc46a14f3085ba/db2f7717c139b9d9?show_docid=db2f7717c139b9d9"/>
  <title type="text">Behavior Driven Development in Pyramid</title>
  <summary type="html" xml:space="preserve">
  Hi guys! &lt;br&gt; &lt;p&gt;I&#39;m a PHP developer, but I&#39;ve decided to switch to Python and Pyramid &lt;br&gt; for a big upcoming project. Before I dive right into Pyramid, however, &lt;br&gt; I&#39;m doing a bit of research and getting all my ducks in a row, so to &lt;br&gt; speak. So, I have a few questions: &lt;br&gt; &lt;p&gt;I&#39;ve often wanted to start using Test Driven Development in my
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alan Runyan</name>
  <email>runy...@gmail.com</email>
  </author>
  <updated>2012-02-12T22:05:58Z</updated>
  <id>http://groups.google.com/group/pylons-discuss/browse_thread/thread/6bea695e92f45d01/9a38c5e8d1a96177?show_docid=9a38c5e8d1a96177</id>
  <link href="http://groups.google.com/group/pylons-discuss/browse_thread/thread/6bea695e92f45d01/9a38c5e8d1a96177?show_docid=9a38c5e8d1a96177"/>
  <title type="text">ptah_chat/websocket pyramid app available in examples repository</title>
  <summary type="html" xml:space="preserve">
  In the past 24 hours a new example application has landed in the &lt;br&gt; ptahproject `examples` repository. It demonstrates a real-time chat &lt;br&gt; mechanism using the sockjs library with logged in Ptah users (oauth2 &lt;br&gt; supported as well). Like the other packages in the examples repository &lt;br&gt; ptah_chat is meant to thoroughly demonstrate/implement the idea.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike Orr</name>
  <email>sluggos...@gmail.com</email>
  </author>
  <updated>2012-02-11T21:12:16Z</updated>
  <id>http://groups.google.com/group/pylons-discuss/browse_thread/thread/331e59f983e1d642/ee7fd17ac3597eed?show_docid=ee7fd17ac3597eed</id>
  <link href="http://groups.google.com/group/pylons-discuss/browse_thread/thread/331e59f983e1d642/ee7fd17ac3597eed?show_docid=ee7fd17ac3597eed"/>
  <title type="text">Re: need opinions for dependencies for some Pyramid related code</title>
  <summary type="html" xml:space="preserve">
  The way the glossary works, in case anyone is interested, is I parse &lt;br&gt; the terms and definitions out of the HTML file and put them in a data &lt;br&gt; structure (currently a pickle file, but I think the next version will &lt;br&gt; have a database table). I sort them into first-letter groups &lt;br&gt; (capitalized), and make a page for each letter.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris McDonough</name>
  <email>chr...@plope.com</email>
  </author>
  <updated>2012-02-11T21:11:15Z</updated>
  <id>http://groups.google.com/group/pylons-discuss/browse_thread/thread/331e59f983e1d642/4a6c739ec1ff4094?show_docid=4a6c739ec1ff4094</id>
  <link href="http://groups.google.com/group/pylons-discuss/browse_thread/thread/331e59f983e1d642/4a6c739ec1ff4094?show_docid=4a6c739ec1ff4094"/>
  <title type="text">Re: need opinions for dependencies for some Pyramid related code</title>
  <summary type="html" xml:space="preserve">
  Not sure what you&#39;re trying to optimize for. What does &amp;quot;lightweight&amp;quot; &lt;br&gt; mean in this (or really any) context? If lightweight means &amp;quot;fast&amp;quot;, &lt;br&gt; there&#39;s no way tempita is appreciably faster than any of mako, &lt;br&gt; chameleon, or jinja2, and it&#39;s likely much slower. &lt;br&gt; &lt;p&gt;Yes. It&#39;s pretty close to compatible. The docs explain what needs to
  </summary>
  </entry>
  <entry>
  <author>
  <name>Iain Duncan</name>
  <email>iainduncanli...@gmail.com</email>
  </author>
  <updated>2012-02-11T21:03:30Z</updated>
  <id>http://groups.google.com/group/pylons-discuss/browse_thread/thread/331e59f983e1d642/290be7c619e2f50b?show_docid=290be7c619e2f50b</id>
  <link href="http://groups.google.com/group/pylons-discuss/browse_thread/thread/331e59f983e1d642/290be7c619e2f50b?show_docid=290be7c619e2f50b"/>
  <title type="text">Re: need opinions for dependencies for some Pyramid related code</title>
  <summary type="html" xml:space="preserve">
  BeautifulSoup to parse it. &lt;br&gt; BeautifulSoup is freaking magical for that. It&#39;s awesome. We use it for &lt;br&gt; making sure clients can&#39;t break things sticking in totally mangled html. &lt;br&gt; iain
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike Orr</name>
  <email>sluggos...@gmail.com</email>
  </author>
  <updated>2012-02-11T21:00:35Z</updated>
  <id>http://groups.google.com/group/pylons-discuss/browse_thread/thread/331e59f983e1d642/6df73a7cb955cb28?show_docid=6df73a7cb955cb28</id>
  <link href="http://groups.google.com/group/pylons-discuss/browse_thread/thread/331e59f983e1d642/6df73a7cb955cb28?show_docid=6df73a7cb955cb28"/>
  <title type="text">Re: need opinions for dependencies for some Pyramid related code</title>
  <summary type="html" xml:space="preserve">
  BeautifulSoup can handle bad HTML better. If your HTML files are &lt;br&gt; coming from a third party and you can&#39;t control their quality, it may &lt;br&gt; be better to use BeautifulSoup than get an exception. I have an &lt;br&gt; application with an online glossary, and the glossary is maintained by &lt;br&gt; another person using some visual tool. So when I get an update, I use
  </summary>
  </entry>
  <entry>
  <author>
  <name>Iain Duncan</name>
  <email>iainduncanli...@gmail.com</email>
  </author>
  <updated>2012-02-11T20:57:29Z</updated>
  <id>http://groups.google.com/group/pylons-discuss/browse_thread/thread/7bd833209369bc5f/f33b4f576384591c?show_docid=f33b4f576384591c</id>
  <link href="http://groups.google.com/group/pylons-discuss/browse_thread/thread/7bd833209369bc5f/f33b4f576384591c?show_docid=f33b4f576384591c"/>
  <title type="text">Re: need your help to overhaul docs</title>
  <summary type="html" xml:space="preserve">
  +1 on that, kickstarter and it&#39;s ilk make it really easy to donate. &lt;br&gt; iain
  </summary>
  </entry>
  <entry>
  <author>
  <name>Iain Duncan</name>
  <email>iainduncanli...@gmail.com</email>
  </author>
  <updated>2012-02-11T20:56:51Z</updated>
  <id>http://groups.google.com/group/pylons-discuss/browse_thread/thread/7bd833209369bc5f/3a78d58837e8ec42?show_docid=3a78d58837e8ec42</id>
  <link href="http://groups.google.com/group/pylons-discuss/browse_thread/thread/7bd833209369bc5f/3a78d58837e8ec42?show_docid=3a78d58837e8ec42"/>
  <title type="text">Re: need your help to overhaul docs</title>
  <summary type="html" xml:space="preserve">
  Thanks! &lt;br&gt; Iain
  </summary>
  </entry>
  <entry>
  <author>
  <name>Iain Duncan</name>
  <email>iainduncanli...@gmail.com</email>
  </author>
  <updated>2012-02-11T20:56:19Z</updated>
  <id>http://groups.google.com/group/pylons-discuss/browse_thread/thread/331e59f983e1d642/ec72c88ec9e74edf?show_docid=ec72c88ec9e74edf</id>
  <link href="http://groups.google.com/group/pylons-discuss/browse_thread/thread/331e59f983e1d642/ec72c88ec9e74edf?show_docid=ec72c88ec9e74edf"/>
  <title type="text">Re: need opinions for dependencies for some Pyramid related code</title>
  <summary type="html" xml:space="preserve">
  Awesome! Is there a wiki or trac or what not for the new developments? Glad &lt;br&gt; it&#39;s been picked up! &lt;br&gt; Iain
  </summary>
  </entry>
  <entry>
  <author>
  <name>Iain Duncan</name>
  <email>iainduncanli...@gmail.com</email>
  </author>
  <updated>2012-02-11T20:55:23Z</updated>
  <id>http://groups.google.com/group/pylons-discuss/browse_thread/thread/331e59f983e1d642/f2e4784932048639?show_docid=f2e4784932048639</id>
  <link href="http://groups.google.com/group/pylons-discuss/browse_thread/thread/331e59f983e1d642/f2e4784932048639?show_docid=f2e4784932048639"/>
  <title type="text">Re: need opinions for dependencies for some Pyramid related code</title>
  <summary type="html" xml:space="preserve">
  Thanks Chris, that&#39;s exactly the kind of feedback I was looking for. I &lt;br&gt; chose Tempita because in this case I&#39;m using something really simple and &lt;br&gt; lightweight for super small templating, I guess maybe I should switch to &lt;br&gt; using the built in tmpl facilities, a &#39;real&#39; templating language is likely &lt;br&gt; to be overkill for this particular use. hmmm,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jonathan Vanasco</name>
  <email>jonat...@findmeon.com</email>
  </author>
  <updated>2012-02-11T19:54:43Z</updated>
  <id>http://groups.google.com/group/pylons-discuss/browse_thread/thread/aeabf86d86603618/58c95956c00c7887?show_docid=58c95956c00c7887</id>
  <link href="http://groups.google.com/group/pylons-discuss/browse_thread/thread/aeabf86d86603618/58c95956c00c7887?show_docid=58c95956c00c7887"/>
  <title type="text">Re: writing unit tests that cover pylons and pyramid</title>
  <summary type="html" xml:space="preserve">
  actually, screw that. unit testing for a series of helper wrappers is &lt;br&gt; too difficult in pylons. pyramid and &#39;core&#39; usage gets covered. &lt;br&gt; pylons doesn&#39;t. now i&#39;m going to brunch!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jonathan Vanasco</name>
  <email>jonat...@findmeon.com</email>
  </author>
  <updated>2012-02-11T18:48:51Z</updated>
  <id>http://groups.google.com/group/pylons-discuss/browse_thread/thread/aeabf86d86603618/a8a5d301440bc468?show_docid=a8a5d301440bc468</id>
  <link href="http://groups.google.com/group/pylons-discuss/browse_thread/thread/aeabf86d86603618/a8a5d301440bc468?show_docid=a8a5d301440bc468"/>
  <title type="text">Re: writing unit tests that cover pylons and pyramid</title>
  <summary type="html" xml:space="preserve">
  It&#39;s the same system &amp;amp; virtualenv. it&#39;s just that &#39;using&#39; the package &lt;br&gt; seems to work fine, but testing it fails. &lt;br&gt; &lt;p&gt;c is exported in pylons , but that double assignment line seems to not &lt;br&gt; define it via an import. i guess there&#39;s some pylons bootstrap code &lt;br&gt; that needs to be run. &lt;br&gt; &lt;p&gt;in any event, based on your suggestion i&#39;ve got the tests working like
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Lambacher</name>
  <email>ch...@kateandchris.net</email>
  </author>
  <updated>2012-02-11T16:40:44Z</updated>
  <id>http://groups.google.com/group/pylons-discuss/browse_thread/thread/331e59f983e1d642/9254e72901b2127b?show_docid=9254e72901b2127b</id>
  <link href="http://groups.google.com/group/pylons-discuss/browse_thread/thread/331e59f983e1d642/9254e72901b2127b?show_docid=9254e72901b2127b"/>
  <title type="text">Re: need opinions for dependencies for some Pyramid related code</title>
  <summary type="html" xml:space="preserve">
  That&#39;s me(the new maintainer -- also David Stanek). Py3 compatibility is on &lt;br&gt; the radar, but we haven&#39;t had time to get fully through the bug or the docs &lt;br&gt; backlog. We will be at Pycon and we are planning on sprinting: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://us.pycon.org/2012/community/sprints/projects/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; I&#39;ll likely be contributing to pyramid_simpleform as well since that is
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chee-Chan Keng</name>
  <email>ken...@gmail.com</email>
  </author>
  <updated>2012-02-11T16:17:28Z</updated>
  <id>http://groups.google.com/group/pylons-discuss/browse_thread/thread/a31a2bf2bd09b708/d53f9052ceba9781?show_docid=d53f9052ceba9781</id>
  <link href="http://groups.google.com/group/pylons-discuss/browse_thread/thread/a31a2bf2bd09b708/d53f9052ceba9781?show_docid=d53f9052ceba9781"/>
  <title type="text">Re: No debug toolbar in the development mode</title>
  <summary type="html" xml:space="preserve">
  I figured out my problem, network in this VMware was using NAT, so it sees &lt;br&gt; the host as the gateway IP: 192.168.88.1 &lt;br&gt; The correct IP for me: &lt;br&gt; debugtoolbar.hosts = 192.168.88.1
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris McDonough</name>
  <email>chr...@plope.com</email>
  </author>
  <updated>2012-02-11T15:42:42Z</updated>
  <id>http://groups.google.com/group/pylons-discuss/browse_thread/thread/a31a2bf2bd09b708/8aa597e35e365fc2?show_docid=8aa597e35e365fc2</id>
  <link href="http://groups.google.com/group/pylons-discuss/browse_thread/thread/a31a2bf2bd09b708/8aa597e35e365fc2?show_docid=8aa597e35e365fc2"/>
  <title type="text">Re: No debug toolbar in the development mode</title>
  <summary type="html" xml:space="preserve">
  There&#39;s already an [app:foo] section in the development.ini. Just put &lt;br&gt; this inside it: &lt;br&gt; debugtoolbar.hosts = 192.168.0.104 &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://docs.pylonsproject.org/projects/pyramid_debugtoolbar/en/latest/#settings&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; - C
  </summary>
  </entry>
</feed>

