<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>pylons-discuss Google Group</title>
  <link>http://groups.google.co.uk/group/pylons-discuss</link>
  <description>Pylons is a Python Web Framework aimed at making development, distribution, and deployment faster and easier.</description>
  <language>en</language>
  <item>
  <title>Re: Context object list and controllers + html</title>
  <link>http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/7037555f3bc390ef/fb35e3d076153b1d?show_docid=fb35e3d076153b1d</link>
  <description>
  &amp;lt;INPUT TYPE=&amp;quot;hidden&amp;quot; NAME=&amp;quot;listitems&amp;quot; VALUE=&amp;quot;${c.chosenList&amp;quot;} /&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/7037555f3bc390ef/fb35e3d076153b1d?show_docid=fb35e3d076153b1d</guid>
  <author>
  jonat...@findmeon.com
  (Jonathan Vanasco)
  </author>
  <pubDate>Mon, 11 Nov 2009 17:46:22 UT
</pubDate>
  </item>
  <item>
  <title>Context object list and controllers + html</title>
  <link>http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/7037555f3bc390ef/eea1ad8e0271b5f2?show_docid=eea1ad8e0271b5f2</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I am passing a context object which is a list of objects to a html &lt;br&gt; page. Within the page I then &lt;br&gt; cycle through the objects and display them. Pretty trivial. However I &lt;br&gt; want to pass the list of objects back to the controller so I can &lt;br&gt; continue to manipulate the objects. &lt;br&gt; &lt;p&gt;I though I could embed a hidden like:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/7037555f3bc390ef/eea1ad8e0271b5f2?show_docid=eea1ad8e0271b5f2</guid>
  <author>
  burslem2...@yahoo.com
  (gazza)
  </author>
  <pubDate>Mon, 11 Nov 2009 15:07:05 UT
</pubDate>
  </item>
  <item>
  <title>fixtures</title>
  <link>http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/5f921200361218cd/45afbc99729cf954?show_docid=45afbc99729cf954</link>
  <description>
  Hi all, &lt;br&gt; I&#39;m not sure if this is the right place to ask, but I&#39;ll try anyway :) &lt;br&gt; Having a model that has a constructor, how can I write a fixture for it? &lt;br&gt; For example: &lt;br&gt; class Language(Base): &lt;br&gt; __tablename__ = &#39;languages&#39; &lt;br&gt; id = Column(Integer, primary_key=True) &lt;br&gt; code = Column(String(2), nullable=False, unique=True)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/5f921200361218cd/45afbc99729cf954?show_docid=45afbc99729cf954</guid>
  <author>
  dniko...@gmail.com
  (Nikolai Drozd)
  </author>
  <pubDate>Mon, 11 Nov 2009 11:26:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: question about variables in paster templates</title>
  <link>http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/295451d7a3d4a897/e4e8ee682c7e8258?show_docid=e4e8ee682c7e8258</link>
  <description>
  after going through source, it seems that... &lt;br&gt; &lt;p&gt;project= what you type in &lt;br&gt; package= clean_space_dash_etc( project.lower() ) &lt;br&gt; egg= eggify( package ) &lt;br&gt; &lt;p&gt;anything_else= commandline or prompts &lt;br&gt; &lt;p&gt;{{varname}} = substitute in file that ends with _tmpl &lt;br&gt; +varname+ = substitute in filename, does not need to be the entirety
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/295451d7a3d4a897/e4e8ee682c7e8258?show_docid=e4e8ee682c7e8258</guid>
  <author>
  jonat...@findmeon.com
  (Jonathan Vanasco)
  </author>
  <pubDate>Sun, 11 Nov 2009 04:11:25 UT
</pubDate>
  </item>
  <item>
  <title>RE: Pylons @ Dreamhost?</title>
  <link>http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/19266c82b2bb4748/4bf213757d40c1d4?show_docid=4bf213757d40c1d4</link>
  <description>
  .... &lt;br&gt; ... &lt;br&gt; Have you considered a cheap VPS? For around the same price as Dreamhost, you can find some cheaper VPSes. Granted, you might not get huge bandwidth for a VPS at that price, but maybe it might be an option for you? &lt;br&gt; &lt;p&gt;______________________________ ______________________________ _____
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/19266c82b2bb4748/4bf213757d40c1d4?show_docid=4bf213757d40c1d4</guid>
  <author>
  kevina...@hotmail.com
  (Kevin Ar18)
  </author>
  <pubDate>Sun, 11 Nov 2009 03:43:12 UT
</pubDate>
  </item>
  <item>
  <title>question about variables in paster templates</title>
  <link>http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/295451d7a3d4a897/20e60c506468a7f8?show_docid=20e60c506468a7f8</link>
  <description>
  i&#39;m prepping something for release, and have a question... &lt;br&gt; &lt;p&gt;how can i address both the camelcase and lowercase versions of &lt;br&gt; &amp;quot;MyAppName&amp;quot; using the paster templating system ? &lt;br&gt; &lt;p&gt;according to docs, {{package}}(contents) and +package+(directory) will &lt;br&gt; become myappname . but how can i name files or contents &amp;quot;MyAppName&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/295451d7a3d4a897/20e60c506468a7f8?show_docid=20e60c506468a7f8</guid>
  <author>
  jonat...@findmeon.com
  (Jonathan Vanasco)
  </author>
  <pubDate>Sat, 11 Nov 2009 22:55:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: Another asyncronous io engine.</title>
  <link>http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/9c4e8ab5467f5a32/cf4e89cd25210cb4?show_docid=cf4e89cd25210cb4</link>
  <description>
  Some documentation is of course in order, and I will appreciate any &lt;br&gt; questions an introduction to async engines in general and this engine in &lt;br&gt; particular should answer.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/9c4e8ab5467f5a32/cf4e89cd25210cb4?show_docid=cf4e89cd25210cb4</guid>
  <author>
  llxxn...@gmail.com
  (Alexander Sabourenkov)
  </author>
  <pubDate>Sat, 11 Nov 2009 11:22:00 UT
</pubDate>
  </item>
  <item>
  <title>RE: Another asyncronous io engine.</title>
  <link>http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/9c4e8ab5467f5a32/4e23d6131a1064bd?show_docid=4e23d6131a1064bd</link>
  <description>
  I may be interested in this too. I&#39;m haven&#39;t really looked into all the different asynchronous engines for Python yet, but I may real soon. &lt;br&gt; &lt;p&gt;Would it be silly of me to ask for maybe a little article talking about this engine and maybe about asynchronous engines in general? Or should I just be reading about twisted, stackless, and then swapcontext/setcontext? :)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/9c4e8ab5467f5a32/4e23d6131a1064bd?show_docid=4e23d6131a1064bd</guid>
  <author>
  kevina...@hotmail.com
  (Kevin Ar18)
  </author>
  <pubDate>Sat, 11 Nov 2009 02:11:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: Another asyncronous io engine.</title>
  <link>http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/9c4e8ab5467f5a32/edc2eb7033c17762?show_docid=edc2eb7033c17762</link>
  <description>
  this looks really neat!
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/9c4e8ab5467f5a32/edc2eb7033c17762?show_docid=edc2eb7033c17762</guid>
  <author>
  jonat...@findmeon.com
  (Jonathan Vanasco)
  </author>
  <pubDate>Fri, 11 Nov 2009 18:28:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: New Pylons on AppEngine article in wiki</title>
  <link>http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/15982d3135b838ec/6cd9f86c60ce4c5e?show_docid=6cd9f86c60ce4c5e</link>
  <description>
  i just modified the code in file appengine_monkey.py, add a line of &lt;br&gt; code after line 37: &lt;br&gt; &lt;p&gt;Missing.patch(os, &#39;mkdir&#39;) &lt;br&gt; &lt;p&gt;because of the implementation of Ian Bicking&#39;s &amp;quot;filesystem.py&amp;quot; module, &lt;br&gt; i think, it works. &lt;br&gt; but i do not know the risk behind that change, someone knows?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/15982d3135b838ec/6cd9f86c60ce4c5e?show_docid=6cd9f86c60ce4c5e</guid>
  <author>
  pys...@gmail.com
  (pyshao)
  </author>
  <pubDate>Fri, 11 Nov 2009 08:13:27 UT
</pubDate>
  </item>
  <item>
  <title>Another asyncronous io engine.</title>
  <link>http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/9c4e8ab5467f5a32/d4abaeb010c6e94d?show_docid=d4abaeb010c6e94d</link>
  <description>
  Hello. &lt;br&gt; &lt;p&gt;I have put up my work on io/event-scheduled coroutines for Python at &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/coev/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;I&#39;m using this right now to power small Pylons apps (postgres &lt;br&gt; +memcache), and a template is included in the repository. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; &lt;p&gt;./lxnt
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/9c4e8ab5467f5a32/d4abaeb010c6e94d?show_docid=d4abaeb010c6e94d</guid>
  <author>
  llxxn...@gmail.com
  (Alexander Sabourenkov)
  </author>
  <pubDate>Fri, 11 Nov 2009 11:05:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: Auth with apache for public area</title>
  <link>http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/f55bfc5628839bea/05e5cf512e5206e4?show_docid=05e5cf512e5206e4</link>
  <description>
  mod_auth_tkt &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.openfusion.com.au/labs/mod_auth_tkt/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;in python you can create/manage the valid cookie for access &lt;br&gt; in apache you just check to see if its there.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/f55bfc5628839bea/05e5cf512e5206e4?show_docid=05e5cf512e5206e4</guid>
  <author>
  jonat...@findmeon.com
  (Jonathan Vanasco)
  </author>
  <pubDate>Fri, 11 Nov 2009 16:55:45 UT
</pubDate>
  </item>
  <item>
  <title>Re: Pylons @ Dreamhost?</title>
  <link>http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/19266c82b2bb4748/70e9e46ad76371b1?show_docid=70e9e46ad76371b1</link>
  <description>
  it looked like too much of a PITA for me. &lt;br&gt; &lt;p&gt;i just use dreamhost for static stuff and php crap. i grabbed a &lt;br&gt; SliceHost account for pylons stuff. the $20 slice is pretty good for &lt;br&gt; pylons and postgres. i had to ramp up to a $70 slice when i added in &lt;br&gt; solr though.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/19266c82b2bb4748/70e9e46ad76371b1?show_docid=70e9e46ad76371b1</guid>
  <author>
  jonat...@findmeon.com
  (Jonathan Vanasco)
  </author>
  <pubDate>Fri, 11 Nov 2009 16:52:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: pylons with chameleon?</title>
  <link>http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/8b52f8307aeeb653/c5fcbf80bcc0325b?show_docid=c5fcbf80bcc0325b</link>
  <description>
  Wiki page renamed/updated to reflect egg reorganization: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://wiki.pylonshq.com/display/pylonscookbook/QuickWiki+with+Chameleon&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/8b52f8307aeeb653/c5fcbf80bcc0325b?show_docid=c5fcbf80bcc0325b</guid>
  <author>
  huttona.usn...@gmail.com
  (adamhutton)
  </author>
  <pubDate>Fri, 11 Nov 2009 14:34:50 UT
</pubDate>
  </item>
  <item>
  <title>Re: Pylons @ Dreamhost?</title>
  <link>http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/19266c82b2bb4748/cd3dc2adbd156044?show_docid=cd3dc2adbd156044</link>
  <description>
  I have a turbogears1 app running on dreamhost under fcgi, and it&#39;s a super &lt;br&gt; pain in the ass. I have a repoze.bfg(WSGI via paste) app running under &lt;br&gt; mod_wsgi on webfaction, and it was very smooth. &lt;br&gt; &lt;p&gt;I did some research on mod_wsgi on dreamhost last weekend and it seemed like &lt;br&gt; there were some people trying to compel dreamhost to support mod_wsgi. But
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/pylons-discuss/browse_thread/thread/19266c82b2bb4748/cd3dc2adbd156044?show_docid=cd3dc2adbd156044</guid>
  <author>
  tom.wil...@gmail.com
  (Thomas G. Willis)
  </author>
  <pubDate>Fri, 11 Nov 2009 14:02:31 UT
</pubDate>
  </item>
  </channel>
</rss>
