<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-16258</id>
	<title>Nabble - TurboGears</title>
	<updated>2009-12-09T09:10:15Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/TurboGears-f16258.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/TurboGears-f16258.html" />
	<subtitle type="html">&lt;a href=&quot;http://www.turbogears.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TurboGears&lt;/a&gt;&amp;nbsp;is a rapid front-to-back web development framework.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26713841</id>
	<title>RED TUBE clip (adult only)</title>
	<published>2009-12-09T09:10:15Z</published>
	<updated>2009-12-09T09:10:15Z</updated>
	<author>
		<name>REDTUBE-4</name>
	</author>
	<content type="html">Clip from RED TUBE - the best one!
&lt;br&gt;(adult content, 18 year old)
&lt;br&gt;&lt;a href=&quot;http://starturl.com/clip32112&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://starturl.com/clip32112&lt;/a&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears Sprint Coordination&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26713841&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears-sprint@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26713841&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears-sprint+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears-sprint?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears-sprint?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/TurboGears-sprint-f16261.html&quot; embed=&quot;fixTarget[16261]&quot; target=&quot;_top&quot; &gt;TurboGears sprint&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/RED-TUBE-clip-%28adult-only%29-tp26713841p26713841.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26711969</id>
	<title>Re: Calling a controller's method in other controller</title>
	<published>2009-12-09T07:22:25Z</published>
	<updated>2009-12-09T07:22:25Z</updated>
	<author>
		<name>Diez B. Roggisch</name>
	</author>
	<content type="html">On Wednesday 09 December 2009 15:26:47 Gijo mathew wrote:
&lt;br&gt;&amp;gt; If we are calling a sub controllers exposed method (@expose) in any
&lt;br&gt;&amp;gt; other sub controller method, will it cause any problem to the way tg2
&lt;br&gt;&amp;gt; is &amp;nbsp;handling the request &amp; response session
&lt;br&gt;&lt;br&gt;It will just treat the call as a simple pure python-call. No harm done, but 
&lt;br&gt;OTOH you won't get e.g. validation or template rendering either.
&lt;br&gt;&lt;br&gt;Diez
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26711969&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26711969&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Calling-a-controller%27s-method-in-other-controller-tp26711175p26711969.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26711175</id>
	<title>Calling a controller's method in other controller</title>
	<published>2009-12-09T06:26:47Z</published>
	<updated>2009-12-09T06:26:47Z</updated>
	<author>
		<name>gijomk</name>
	</author>
	<content type="html">If we are calling a sub controllers exposed method (@expose) in any
&lt;br&gt;other sub controller method, will it cause any problem to the way tg2
&lt;br&gt;is &amp;nbsp;handling the request &amp; response session
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26711175&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26711175&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Calling-a-controller%27s-method-in-other-controller-tp26711175p26711175.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26707695</id>
	<title>Re: What happend to the TurboFeeds package?</title>
	<published>2009-12-09T01:57:28Z</published>
	<updated>2009-12-09T01:57:28Z</updated>
	<author>
		<name>Christopher Arndt</name>
	</author>
	<content type="html">Diez B. Roggisch schrieb:
&lt;br&gt;&amp;gt; Yo'av Moshe schrieb:
&lt;br&gt;&amp;gt;&amp;gt; Thing is that I'm trying to create a pip bundle of all the
&lt;br&gt;&amp;gt;&amp;gt; requirements my TG application has, and it fails because
&lt;br&gt;&amp;gt;&amp;gt; TurboFeeds....
&lt;br&gt;&amp;gt;&amp;gt; Is there any way around it?
&lt;br&gt;&lt;br&gt;I just committed revision 6975 into SVN which copies finddata.py into 
&lt;br&gt;the TurboFeeds distribution and fixes this issue.
&lt;br&gt;&lt;br&gt;Get it with:
&lt;br&gt;&lt;br&gt;svn co &lt;a href=&quot;http://svn.turbogears.org/projects/TurboFeeds/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.turbogears.org/projects/TurboFeeds/trunk&lt;/a&gt;&amp;nbsp;TurboFeeds
&lt;br&gt;&lt;br&gt;Or just do:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;mkdir eggcache
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;easy_install -zmaxd eggcache \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://svn.turbogears.org/projects/TurboFeeds/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.turbogears.org/projects/TurboFeeds/trunk&lt;/a&gt;&amp;nbsp;TurboKid
&lt;br&gt;&lt;br&gt;to download TF and all it's dependencies and build eggs and place them 
&lt;br&gt;in the 'eggcache' directory.
&lt;br&gt;&lt;br&gt;Chris
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26707695&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26707695&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/What-happend-to-the-TurboFeeds-package--tp26685122p26707695.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26706967</id>
	<title>Re: Re: What happend to the TurboFeeds package?</title>
	<published>2009-12-09T00:53:03Z</published>
	<updated>2009-12-09T00:53:03Z</updated>
	<author>
		<name>Diez B. Roggisch</name>
	</author>
	<content type="html">Yo'av Moshe schrieb:
&lt;br&gt;&amp;gt; I'm not sure I understand what's &amp;quot;bootstrap install&amp;quot; is, but why is it
&lt;br&gt;&amp;gt; a chicken-egg problem? TurboGears doesn't depend on TurboFeeds, does
&lt;br&gt;&amp;gt; it?
&lt;br&gt;&lt;br&gt;No, but the other way round. TurboFeeds needs TurboGears, but not only 
&lt;br&gt;to run, also already at installation time due to the import that fails 
&lt;br&gt;for you.
&lt;br&gt;&lt;br&gt;So first, install TurboGears.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thing is that I'm trying to create a pip bundle of all the
&lt;br&gt;&amp;gt; requirements my TG application has, and it fails because
&lt;br&gt;&amp;gt; TurboFeeds....
&lt;br&gt;&amp;gt; Is there any way around it?
&lt;br&gt;&lt;br&gt;I don't know anything about pip, so no idea.
&lt;br&gt;&lt;br&gt;Diez
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26706967&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26706967&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/What-happend-to-the-TurboFeeds-package--tp26685122p26706967.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26703897</id>
	<title>Re: What happend to the TurboFeeds package?</title>
	<published>2009-12-08T17:45:06Z</published>
	<updated>2009-12-08T17:45:06Z</updated>
	<author>
		<name>Yo'av Moshe</name>
	</author>
	<content type="html">I'm not sure I understand what's &amp;quot;bootstrap install&amp;quot; is, but why is it
&lt;br&gt;a chicken-egg problem? TurboGears doesn't depend on TurboFeeds, does
&lt;br&gt;it?
&lt;br&gt;&lt;br&gt;Thing is that I'm trying to create a pip bundle of all the
&lt;br&gt;requirements my TG application has, and it fails because
&lt;br&gt;TurboFeeds....
&lt;br&gt;Is there any way around it?
&lt;br&gt;&lt;br&gt;Thank you!
&lt;br&gt;Yo'av
&lt;br&gt;&lt;br&gt;On 8 דצמבר, 10:45, Christopher Arndt &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26703897&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chris.ar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Yo'av Moshe schrieb:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;   File &amp;quot;/Users/yoavmoshe/Projects/test/testenv/build/TurboFeeds/
&lt;br&gt;&amp;gt; &amp;gt; setup.py&amp;quot;, line 5, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;     from turbogears.finddata import find_package_data
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ImportError: No module named turbogears.finddata
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The TurboFeeds setup.py file requires that you have Turbogears 1.x
&lt;br&gt;&amp;gt; installed already because it uses the
&lt;br&gt;&amp;gt; turbogears.finddata.find_package_data function.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It is a known wart with TurboGears packages that you can not boostrap
&lt;br&gt;&amp;gt; install them without installing TG first, because you have a chicken-egg
&lt;br&gt;&amp;gt; problem. I should propably copy this function into the setup.py file to
&lt;br&gt;&amp;gt; solve this.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Chris
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26703897&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26703897&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/What-happend-to-the-TurboFeeds-package--tp26685122p26703897.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26700678</id>
	<title>Re: tg 2.1: can't install &quot;Documentation for  development&quot;</title>
	<published>2009-12-08T12:58:30Z</published>
	<updated>2009-12-08T12:58:30Z</updated>
	<author>
		<name>khalid ezzaraoui</name>
	</author>
	<content type="html">hi,
&lt;br&gt;&lt;br&gt;you are right.
&lt;br&gt;i do a copy/paste of the commandes and it works.
&lt;br&gt;&lt;br&gt;sorry for my error.
&lt;br&gt;&lt;br&gt;thanks for your helps.
&lt;br&gt;&lt;br&gt;bye.
&lt;br&gt;&lt;br&gt;On Dec 8, 5:29 pm, Michael Pedersen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26700678&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mjpe...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Reading through the page you linked, and your copy of the log below, this
&lt;br&gt;&amp;gt; looks to me like you skipped a step.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Specifically, tg2 must be installed before tgdevtools-dev. These commands
&lt;br&gt;&amp;gt; should help:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; mkdir src
&lt;br&gt;&amp;gt; cd src
&lt;br&gt;&amp;gt; hg clonehttp://bitbucket.org/turbogears/tg-dev/
&lt;br&gt;&amp;gt; cd tg-dev
&lt;br&gt;&amp;gt; python setup.py develop
&lt;br&gt;&amp;gt; cd ..
&lt;br&gt;&amp;gt; hg clonehttp://bitbucket.org/turbogears/tgdevtools-dev/
&lt;br&gt;&amp;gt; cd tgdevtools-dev
&lt;br&gt;&amp;gt; python setup.py develop
&lt;br&gt;&amp;gt; cd ..
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Same commands from that doc, but notice that tg-dev is done before
&lt;br&gt;&amp;gt; tgdevtools-dev.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tue, Dec 8, 2009 at 11:40 AM, Diez B. Roggisch &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26700678&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;de...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Tuesday 08 December 2009 17:19:49 khaezzar wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; in page:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;    &lt;a href=&quot;http://www.turbogears.org/2.1/docs/building_docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.turbogears.org/2.1/docs/building_docs.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; i strictly follow the instructions to create my own &amp;quot;Documentation for
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; development&amp;quot; but in section &amp;quot;Setup&amp;quot; at line :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;     python setup.py develop
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; i got this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; running develop
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; running egg_info
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; writing requirements to tg.devtools.egg-info/requires.txt
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; writing tg.devtools.egg-info/PKG-INFO
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; writing top-level names to tg.devtools.egg-info/top_level.txt
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; writing dependency_links to tg.devtools.egg-info/dependency_links.txt
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; writing entry points to tg.devtools.egg-info/entry_points.txt
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; reading manifest file 'tg.devtools.egg-info/SOURCES.txt'
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; reading manifest template 'MANIFEST.in'
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; writing manifest file 'tg.devtools.egg-info/SOURCES.txt'
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; running build_ext
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Creating /home/maestro/k007/tgdocs/lib/python2.6/site-packages/
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; tg.devtools.egg-link (link to .)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; tg.devtools 2.1a3 is already the active version in easy-install.pth
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Installed /home/maestro/k007/tgdocs/src/tg-dev/tgdevtools-dev
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Processing dependencies for tg.devtools==2.1a3
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Searching for TurboGears2&amp;gt;=2.1a1
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Readinghttp://pypi.python.org/simple/TurboGears2/
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Readinghttp://www.turbogears.org
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Readinghttp://www.turbogears.org/2.0/downloads/2.0.1/
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; No local packages or download links found for TurboGears2&amp;gt;=2.1a1
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; error: Could not find suitable distribution for Requirement.parse
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; ('TurboGears2&amp;gt;=2.1a1')
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I use ubuntu 9.10 with python 2.6 .
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; can you help ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; This most likely is you having already a TG2 version installed in python.
&lt;br&gt;&amp;gt; &amp;gt; Check the system python's site-packages.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Always be *very* cautious when installing not polluting your systems
&lt;br&gt;&amp;gt; &amp;gt; python.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Diez
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; You received this message because you are subscribed to the Google Groups
&lt;br&gt;&amp;gt; &amp;gt; &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;&amp;gt; &amp;gt; To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26700678&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;&amp;gt; &amp;gt; To unsubscribe from this group, send email to
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26700678&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26700678&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears%2Bunsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; .
&lt;br&gt;&amp;gt; &amp;gt; For more options, visit this group at
&lt;br&gt;&amp;gt; &amp;gt;&lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Michael J. Pedersen
&lt;br&gt;&amp;gt; My IM IDs: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26700678&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jabber/peder...@...&lt;/a&gt;, ICQ/103345809, AIM/pedermj022171
&lt;br&gt;&amp;gt;          Yahoo/pedermj2002, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26700678&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MSN/pedermj022...@...&lt;/a&gt;
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26700678&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26700678&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/tg-2.1%3A-can%27t-install-%22Documentation-for-development%22-tp26696446p26700678.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26697490</id>
	<title>Re: tg 2.1: can't install &quot;Documentation for  development&quot;</title>
	<published>2009-12-08T09:29:33Z</published>
	<updated>2009-12-08T09:29:33Z</updated>
	<author>
		<name>Michael Pedersen</name>
	</author>
	<content type="html">Reading through the page you linked, and your copy of the log below, this looks to me like you skipped a step.&lt;br&gt;&lt;br&gt;Specifically, tg2 must be installed before tgdevtools-dev. These commands should help:&lt;br&gt;&lt;br&gt;&lt;pre&gt;mkdir src&lt;br&gt;
&lt;span class=&quot;nb&quot;&gt;cd &lt;/span&gt;src&lt;br&gt;hg clone &lt;a href=&quot;http://bitbucket.org/turbogears/tg-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bitbucket.org/turbogears/tg-dev/&lt;/a&gt;&lt;br&gt;&lt;span class=&quot;nb&quot;&gt;cd &lt;/span&gt;tg-dev&lt;br&gt;python setup.py develop&lt;br&gt;&lt;span class=&quot;nb&quot;&gt;cd&lt;/span&gt; ..&lt;br&gt;
hg clone &lt;a href=&quot;http://bitbucket.org/turbogears/tgdevtools-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bitbucket.org/turbogears/tgdevtools-dev/&lt;/a&gt;&lt;br&gt;&lt;span class=&quot;nb&quot;&gt;cd &lt;/span&gt;tgdevtools-dev&lt;br&gt;python setup.py develop&lt;br&gt;&lt;span class=&quot;nb&quot;&gt;cd&lt;/span&gt; ..&lt;br&gt;
&lt;/pre&gt;Same commands from that doc, but notice that tg-dev is done before tgdevtools-dev.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Dec 8, 2009 at 11:40 AM, Diez B. Roggisch &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26697490&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;deets@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;On Tuesday 08 December 2009 17:19:49 khaezzar wrote:&lt;br&gt;
&amp;gt; in page:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;     &lt;a href=&quot;http://www.turbogears.org/2.1/docs/building_docs.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.turbogears.org/2.1/docs/building_docs.html&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; i strictly follow the instructions to create my own &amp;quot;Documentation for&lt;br&gt;
&amp;gt; development&amp;quot; but in section &amp;quot;Setup&amp;quot; at line :&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;     python setup.py develop&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; i got this:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; running develop&lt;br&gt;
&amp;gt; running egg_info&lt;br&gt;
&amp;gt; writing requirements to tg.devtools.egg-info/requires.txt&lt;br&gt;
&amp;gt; writing tg.devtools.egg-info/PKG-INFO&lt;br&gt;
&amp;gt; writing top-level names to tg.devtools.egg-info/top_level.txt&lt;br&gt;
&amp;gt; writing dependency_links to tg.devtools.egg-info/dependency_links.txt&lt;br&gt;
&amp;gt; writing entry points to tg.devtools.egg-info/entry_points.txt&lt;br&gt;
&amp;gt; reading manifest file &amp;#39;tg.devtools.egg-info/SOURCES.txt&amp;#39;&lt;br&gt;
&amp;gt; reading manifest template &amp;#39;MANIFEST.in&amp;#39;&lt;br&gt;
&amp;gt; writing manifest file &amp;#39;tg.devtools.egg-info/SOURCES.txt&amp;#39;&lt;br&gt;
&amp;gt; running build_ext&lt;br&gt;
&amp;gt; Creating /home/maestro/k007/tgdocs/lib/python2.6/site-packages/&lt;br&gt;
&amp;gt; tg.devtools.egg-link (link to .)&lt;br&gt;
&amp;gt; tg.devtools 2.1a3 is already the active version in easy-install.pth&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Installed /home/maestro/k007/tgdocs/src/tg-dev/tgdevtools-dev&lt;br&gt;
&amp;gt; Processing dependencies for tg.devtools==2.1a3&lt;br&gt;
&amp;gt; Searching for TurboGears2&amp;gt;=2.1a1&lt;br&gt;
&amp;gt; Reading &lt;a href=&quot;http://pypi.python.org/simple/TurboGears2/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://pypi.python.org/simple/TurboGears2/&lt;/a&gt;&lt;br&gt;
&amp;gt; Reading &lt;a href=&quot;http://www.turbogears.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.turbogears.org&lt;/a&gt;&lt;br&gt;
&amp;gt; Reading &lt;a href=&quot;http://www.turbogears.org/2.0/downloads/2.0.1/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.turbogears.org/2.0/downloads/2.0.1/&lt;/a&gt;&lt;br&gt;
&amp;gt; No local packages or download links found for TurboGears2&amp;gt;=2.1a1&lt;br&gt;
&amp;gt; error: Could not find suitable distribution for Requirement.parse&lt;br&gt;
&amp;gt; (&amp;#39;TurboGears2&amp;gt;=2.1a1&amp;#39;)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I use ubuntu 9.10 with python 2.6 .&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; can you help ?&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;This most likely is you having already a TG2 version installed in python.&lt;br&gt;
Check the system python&amp;#39;s site-packages.&lt;br&gt;
&lt;br&gt;
Always be *very* cautious when installing not polluting your systems python.&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
Diez&lt;br&gt;
&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
--&lt;br&gt;
&lt;br&gt;
You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.&lt;br&gt;
To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26697490&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.&lt;br&gt;
To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26697490&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears%2Bunsubscribe@...&lt;/a&gt;.&lt;br&gt;
For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Michael J. Pedersen&lt;br&gt;My IM IDs: Jabber/&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26697490&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pedersen@...&lt;/a&gt;, ICQ/103345809, AIM/pedermj022171&lt;br&gt;          Yahoo/pedermj2002, MSN/&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26697490&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pedermj022171@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;--&lt;/p&gt;

You received this message because you are subscribed to the Google Groups &quot;TurboGears&quot; group.&lt;br /&gt;

To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26697490&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.&lt;br /&gt;

To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26697490&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.&lt;br /&gt;

For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.&lt;br /&gt;

&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/tg-2.1%3A-can%27t-install-%22Documentation-for-development%22-tp26696446p26697490.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26696780</id>
	<title>Re: tg 2.1: can't install &quot;Documentation for  development&quot;</title>
	<published>2009-12-08T08:40:54Z</published>
	<updated>2009-12-08T08:40:54Z</updated>
	<author>
		<name>Diez B. Roggisch</name>
	</author>
	<content type="html">On Tuesday 08 December 2009 17:19:49 khaezzar wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; in page:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.turbogears.org/2.1/docs/building_docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.turbogears.org/2.1/docs/building_docs.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i strictly follow the instructions to create my own &amp;quot;Documentation for
&lt;br&gt;&amp;gt; development&amp;quot; but in section &amp;quot;Setup&amp;quot; at line :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; python setup.py develop
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i got this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; running develop
&lt;br&gt;&amp;gt; running egg_info
&lt;br&gt;&amp;gt; writing requirements to tg.devtools.egg-info/requires.txt
&lt;br&gt;&amp;gt; writing tg.devtools.egg-info/PKG-INFO
&lt;br&gt;&amp;gt; writing top-level names to tg.devtools.egg-info/top_level.txt
&lt;br&gt;&amp;gt; writing dependency_links to tg.devtools.egg-info/dependency_links.txt
&lt;br&gt;&amp;gt; writing entry points to tg.devtools.egg-info/entry_points.txt
&lt;br&gt;&amp;gt; reading manifest file 'tg.devtools.egg-info/SOURCES.txt'
&lt;br&gt;&amp;gt; reading manifest template 'MANIFEST.in'
&lt;br&gt;&amp;gt; writing manifest file 'tg.devtools.egg-info/SOURCES.txt'
&lt;br&gt;&amp;gt; running build_ext
&lt;br&gt;&amp;gt; Creating /home/maestro/k007/tgdocs/lib/python2.6/site-packages/
&lt;br&gt;&amp;gt; tg.devtools.egg-link (link to .)
&lt;br&gt;&amp;gt; tg.devtools 2.1a3 is already the active version in easy-install.pth
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Installed /home/maestro/k007/tgdocs/src/tg-dev/tgdevtools-dev
&lt;br&gt;&amp;gt; Processing dependencies for tg.devtools==2.1a3
&lt;br&gt;&amp;gt; Searching for TurboGears2&amp;gt;=2.1a1
&lt;br&gt;&amp;gt; Reading &lt;a href=&quot;http://pypi.python.org/simple/TurboGears2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pypi.python.org/simple/TurboGears2/&lt;/a&gt;&lt;br&gt;&amp;gt; Reading &lt;a href=&quot;http://www.turbogears.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.turbogears.org&lt;/a&gt;&lt;br&gt;&amp;gt; Reading &lt;a href=&quot;http://www.turbogears.org/2.0/downloads/2.0.1/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.turbogears.org/2.0/downloads/2.0.1/&lt;/a&gt;&lt;br&gt;&amp;gt; No local packages or download links found for TurboGears2&amp;gt;=2.1a1
&lt;br&gt;&amp;gt; error: Could not find suitable distribution for Requirement.parse
&lt;br&gt;&amp;gt; ('TurboGears2&amp;gt;=2.1a1')
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I use ubuntu 9.10 with python 2.6 .
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; can you help ?
&lt;/div&gt;&lt;br&gt;This most likely is you having already a TG2 version installed in python. 
&lt;br&gt;Check the system python's site-packages.
&lt;br&gt;&lt;br&gt;Always be *very* cautious when installing not polluting your systems python. 
&lt;br&gt;&lt;br&gt;Diez
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26696780&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26696780&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/tg-2.1%3A-can%27t-install-%22Documentation-for-development%22-tp26696446p26696780.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26696446</id>
	<title>tg 2.1: can't install &quot;Documentation for development&quot;</title>
	<published>2009-12-08T08:19:49Z</published>
	<updated>2009-12-08T08:19:49Z</updated>
	<author>
		<name>khalid ezzaraoui</name>
	</author>
	<content type="html">in page:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.turbogears.org/2.1/docs/building_docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.turbogears.org/2.1/docs/building_docs.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;i strictly follow the instructions to create my own &amp;quot;Documentation for
&lt;br&gt;development&amp;quot; but in section &amp;quot;Setup&amp;quot; at line :
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; python setup.py develop
&lt;br&gt;&lt;br&gt;i got this:
&lt;br&gt;&lt;br&gt;running develop
&lt;br&gt;running egg_info
&lt;br&gt;writing requirements to tg.devtools.egg-info/requires.txt
&lt;br&gt;writing tg.devtools.egg-info/PKG-INFO
&lt;br&gt;writing top-level names to tg.devtools.egg-info/top_level.txt
&lt;br&gt;writing dependency_links to tg.devtools.egg-info/dependency_links.txt
&lt;br&gt;writing entry points to tg.devtools.egg-info/entry_points.txt
&lt;br&gt;reading manifest file 'tg.devtools.egg-info/SOURCES.txt'
&lt;br&gt;reading manifest template 'MANIFEST.in'
&lt;br&gt;writing manifest file 'tg.devtools.egg-info/SOURCES.txt'
&lt;br&gt;running build_ext
&lt;br&gt;Creating /home/maestro/k007/tgdocs/lib/python2.6/site-packages/
&lt;br&gt;tg.devtools.egg-link (link to .)
&lt;br&gt;tg.devtools 2.1a3 is already the active version in easy-install.pth
&lt;br&gt;&lt;br&gt;Installed /home/maestro/k007/tgdocs/src/tg-dev/tgdevtools-dev
&lt;br&gt;Processing dependencies for tg.devtools==2.1a3
&lt;br&gt;Searching for TurboGears2&amp;gt;=2.1a1
&lt;br&gt;Reading &lt;a href=&quot;http://pypi.python.org/simple/TurboGears2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pypi.python.org/simple/TurboGears2/&lt;/a&gt;&lt;br&gt;Reading &lt;a href=&quot;http://www.turbogears.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.turbogears.org&lt;/a&gt;&lt;br&gt;Reading &lt;a href=&quot;http://www.turbogears.org/2.0/downloads/2.0.1/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.turbogears.org/2.0/downloads/2.0.1/&lt;/a&gt;&lt;br&gt;No local packages or download links found for TurboGears2&amp;gt;=2.1a1
&lt;br&gt;error: Could not find suitable distribution for Requirement.parse
&lt;br&gt;('TurboGears2&amp;gt;=2.1a1')
&lt;br&gt;&lt;br&gt;&lt;br&gt;I use ubuntu 9.10 with python 2.6 .
&lt;br&gt;&lt;br&gt;can you help ?
&lt;br&gt;&lt;br&gt;thanks.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26696446&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26696446&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/tg-2.1%3A-can%27t-install-%22Documentation-for-development%22-tp26696446p26696446.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26692211</id>
	<title>Re: Re: py:replace and moving Javascript to the bottom  in 	Genshi...</title>
	<published>2009-12-08T03:11:11Z</published>
	<updated>2009-12-08T03:11:11Z</updated>
	<author>
		<name>Christoph Zwerschke</name>
	</author>
	<content type="html">&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26692211&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;samslists@...&lt;/a&gt; schrieb:
&lt;br&gt;&amp;gt; No, and I'm not using ToscaWidgets anywhere else, so I'd rather not
&lt;br&gt;&amp;gt; have to use them for this.
&lt;br&gt;&lt;br&gt;The js_location parameter exists in TurboGears 1.0 widgets already.
&lt;br&gt;&lt;br&gt;-- Christoph
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26692211&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26692211&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/py%3Areplace-and-moving-Javascript-to-the-bottom-in--Genshi...-tp26660835p26692211.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26692115</id>
	<title>Re: Finding out the controller mountpoint</title>
	<published>2009-12-08T02:51:50Z</published>
	<updated>2009-12-08T02:51:50Z</updated>
	<author>
		<name>Diez B. Roggisch</name>
	</author>
	<content type="html">On Monday 07 December 2009 16:18:58 Adrian von Bidder wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Heyho!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Monday 07 December 2009 14.45:38 Diez B. Roggisch wrote:
&lt;br&gt;&amp;gt; &amp;gt; On Monday 07 December 2009 14:19:30 Sergei Beilin wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Having an instance of a controller, how does one discover where is it
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; mounted? ;)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Or should one just guess it from the request URI?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; TG2.x.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; This is a rather hard topic. There seems to be now standardized way to
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;access the controller hierarchy. For tests, I just ussed the well-known
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;root.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; And the URI could be re-mapped through routes (if you really want to).
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; What's your actual use-case?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Heyho!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Don't know what the OP wanted to do. &amp;nbsp;I was looking for a way to generate
&lt;br&gt;&amp;gt; URLs from within templates and from within the controller code. &amp;nbsp;The
&lt;br&gt;&amp;gt; problem I've run into was that the controller is being called with
&lt;br&gt;&amp;gt; '../controller' and '../controller/' and, for the default,
&lt;br&gt;&amp;gt; '../controller/index', and I am not sure how to generate sensible URLs in a
&lt;br&gt;&amp;gt; generic way.
&lt;/div&gt;&lt;br&gt;I've got to admit I don't have a clue what you are saying. We use url_for to 
&lt;br&gt;generate urls, but this of course doesn't make any use or assumptions about 
&lt;br&gt;the controller hierarchy. So &amp;quot;../something&amp;quot; is certainly not possible. 
&lt;br&gt;&lt;br&gt;Can you elaborate on what you want to accomplish?
&lt;br&gt;&lt;br&gt;Diez
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26692115&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26692115&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Finding-out-the-controller-mountpoint-tp26677150p26692115.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26690506</id>
	<title>Re: py:replace and moving Javascript to the bottom in  Genshi...</title>
	<published>2009-12-08T00:45:41Z</published>
	<updated>2009-12-08T00:45:41Z</updated>
	<author>
		<name>Sam's Lists</name>
	</author>
	<content type="html">Jonathan...
&lt;br&gt;&lt;br&gt;&amp;nbsp;I do use the ready function of jquery, but I do not think this has
&lt;br&gt;anything to do with my problem.
&lt;br&gt;&lt;br&gt;See: &amp;nbsp;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#js_bottom&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.yahoo.com/performance/rules.html#js_bottom&lt;/a&gt;&amp;nbsp;for
&lt;br&gt;the issue.
&lt;br&gt;&lt;br&gt;So, anyone know how to solve my problem without ToscaWidgets? &amp;nbsp;Seems
&lt;br&gt;like a pretty basic problem.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;Sam
&lt;br&gt;&lt;br&gt;On Dec 7, 7:54 am, Jonathan Schemoul &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26690506&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jonathan.schem...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;br&gt;&amp;gt; I know this is offtopic, but have you considered using the domready
&lt;br&gt;&amp;gt; event of new js libs (like mootools, jquery and others) ?
&lt;br&gt;&amp;gt; It permits to have the same benefits than the js files at the bottom,
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26690506&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26690506&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/py%3Areplace-and-moving-Javascript-to-the-bottom-in--Genshi...-tp26660835p26690506.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26690528</id>
	<title>Re: What happend to the TurboFeeds package?</title>
	<published>2009-12-08T00:45:13Z</published>
	<updated>2009-12-08T00:45:13Z</updated>
	<author>
		<name>Christopher Arndt</name>
	</author>
	<content type="html">Yo'av Moshe schrieb:
&lt;br&gt;&amp;gt; &amp;nbsp; File &amp;quot;/Users/yoavmoshe/Projects/test/testenv/build/TurboFeeds/
&lt;br&gt;&amp;gt; setup.py&amp;quot;, line 5, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; from turbogears.finddata import find_package_data
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ImportError: No module named turbogears.finddata
&lt;br&gt;&lt;br&gt;The TurboFeeds setup.py file requires that you have Turbogears 1.x 
&lt;br&gt;installed already because it uses the 
&lt;br&gt;turbogears.finddata.find_package_data function.
&lt;br&gt;&lt;br&gt;It is a known wart with TurboGears packages that you can not boostrap 
&lt;br&gt;install them without installing TG first, because you have a chicken-egg 
&lt;br&gt;problem. I should propably copy this function into the setup.py file to 
&lt;br&gt;solve this.
&lt;br&gt;&lt;br&gt;Chris
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26690528&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26690528&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/What-happend-to-the-TurboFeeds-package--tp26685122p26690528.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26690449</id>
	<title>Re: py:replace and moving Javascript to the bottom in  Genshi...</title>
	<published>2009-12-08T00:41:35Z</published>
	<updated>2009-12-08T00:41:35Z</updated>
	<author>
		<name>Sam's Lists</name>
	</author>
	<content type="html">No, and I'm not using ToscaWidgets anywhere else, so I'd rather not
&lt;br&gt;have to use them for this.
&lt;br&gt;&lt;br&gt;Any other ideas?
&lt;br&gt;&lt;br&gt;On Dec 6, 1:32 pm, Christoph Zwerschke &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26690449&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;c...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26690449&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;samsli...@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; But I want to move the scripts down to the bottom of the page...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Did you consider using the js_location parameter of the JSLink widget?
&lt;br&gt;&amp;gt; You can set it to &amp;quot;head&amp;quot;, &amp;quot;bodytop&amp;quot; and &amp;quot;bodybottom&amp;quot;.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26690449&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26690449&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/py%3Areplace-and-moving-Javascript-to-the-bottom-in--Genshi...-tp26660835p26690449.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26688464</id>
	<title>Re: on lookup() method</title>
	<published>2009-12-07T20:14:30Z</published>
	<updated>2009-12-07T20:14:30Z</updated>
	<author>
		<name>Jorge Vargas</name>
	</author>
	<content type="html">On Dec 6, 11:19 am, &amp;quot;Diez B. Roggisch&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26688464&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;de...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sergei Beilin schrieb:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hi Diez!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Does is mean that current lookup() won't work in 2.1?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If I picture the code right in my head, yes, it won't work. But it's
&lt;br&gt;&amp;gt; extremely easy to fix - just add
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; @lookup
&lt;br&gt;&amp;gt; @expose(...)
&lt;br&gt;&amp;gt; def lookup(self, ...):
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; to it. The same applies for default.
&lt;/div&gt;&lt;br&gt;I'm pretty sure the @expose is redundant as the tests imply
&lt;br&gt;&lt;a href=&quot;http://bitbucket.org/turbogears/tg-dev/changeset/62c3c2c378b4/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bitbucket.org/turbogears/tg-dev/changeset/62c3c2c378b4/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Diez
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26688464&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26688464&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/on-lookup%28%29-method-tp26664429p26688464.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26685754</id>
	<title>Re: Mocking objects in TG2 controllers</title>
	<published>2009-12-07T14:53:48Z</published>
	<updated>2009-12-07T14:53:48Z</updated>
	<author>
		<name>James-93</name>
	</author>
	<content type="html">Oops, forgot to include link to similar-ish bug: &lt;a href=&quot;http://trac.turbogears.org/ticket/2404&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.turbogears.org/ticket/2404&lt;/a&gt;&lt;br&gt;&lt;br&gt;On Dec 7, 3:40 pm, James &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26685754&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rent.lupin.r...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; I'm trying to figure out a way to mock objects on a TG2 controller.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In TG1, I was able to import that controller, and inject mocked
&lt;br&gt;&amp;gt; objects into the module, e.g.:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; from tg1_proj.controllers import root
&lt;br&gt;&amp;gt; root.boto = Mock('boto')
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; However, I've found that in TG2 importing controllers before they've
&lt;br&gt;&amp;gt; been used causes problems with the DB set-up code:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; from tg2_proj.controllers import root
&lt;br&gt;&amp;gt; root.boto = Mock('boto')
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; in the setUp() method of the base TestController object causes
&lt;br&gt;&amp;gt; (OperationalError) no such table errors.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It's the same symptom as I found in ###, where the engine being used
&lt;br&gt;&amp;gt; wasn't consistent across test setup, body and teardown, but I don't
&lt;br&gt;&amp;gt; immediately see how pre-emptively importing a model could cause the
&lt;br&gt;&amp;gt; same thing...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In short, what would be best practice to mock something imported in a
&lt;br&gt;&amp;gt; controller, before that controller is used?
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26685754&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26685754&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mocking-objects-in-TG2-controllers-tp26679054p26685754.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26685627</id>
	<title>My vids</title>
	<published>2009-12-07T14:44:09Z</published>
	<updated>2009-12-07T14:44:09Z</updated>
	<author>
		<name>Rebecca-55</name>
	</author>
	<content type="html">I am getting ready for shooting.
&lt;br&gt;Here's a piece as an example
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://starturl.com/rebeca&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://starturl.com/rebeca&lt;/a&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears Sprint Coordination&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26685627&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears-sprint@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26685627&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears-sprint+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears-sprint?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears-sprint?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/TurboGears-sprint-f16261.html&quot; embed=&quot;fixTarget[16261]&quot; target=&quot;_top&quot; &gt;TurboGears sprint&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/My-vids-tp26685627p26685627.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26685122</id>
	<title>What happend to the TurboFeeds package?</title>
	<published>2009-12-07T14:10:19Z</published>
	<updated>2009-12-07T14:10:19Z</updated>
	<author>
		<name>Yo'av Moshe</name>
	</author>
	<content type="html">Hey,
&lt;br&gt;I don't know why but I can't install TurboFeeds anymore. Tried it both
&lt;br&gt;on my localhost and on my server, using easy_install and pip. It
&lt;br&gt;always fails with this message:
&lt;br&gt;&lt;br&gt;% pip -E testenv install TurboFeeds &amp;nbsp;Creating new virtualenv
&lt;br&gt;environment in testenv
&lt;br&gt;&amp;nbsp; New python executable in testenv/bin/python
&lt;br&gt;&amp;nbsp; Installing setuptools...done.....
&lt;br&gt;Downloading/unpacking TurboFeeds
&lt;br&gt;&amp;nbsp; Downloading TurboFeeds-0.2b.tar.bz2 (52Kb): 52Kb downloaded
&lt;br&gt;&amp;nbsp; Running setup.py egg_info for package TurboFeeds
&lt;br&gt;&amp;nbsp; &amp;nbsp; Traceback (most recent call last):
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;&amp;lt;string&amp;gt;&amp;quot;, line 14, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/Users/yoavmoshe/Projects/test/testenv/build/TurboFeeds/
&lt;br&gt;setup.py&amp;quot;, line 5, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from turbogears.finddata import find_package_data
&lt;br&gt;&amp;nbsp; &amp;nbsp; ImportError: No module named turbogears.finddata
&lt;br&gt;&amp;nbsp; &amp;nbsp; Complete output from command python setup.py egg_info:
&lt;br&gt;&amp;nbsp; &amp;nbsp; Traceback (most recent call last):
&lt;br&gt;&lt;br&gt;&amp;nbsp; File &amp;quot;&amp;lt;string&amp;gt;&amp;quot;, line 14, in &amp;lt;module&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; File &amp;quot;/Users/yoavmoshe/Projects/test/testenv/build/TurboFeeds/
&lt;br&gt;setup.py&amp;quot;, line 5, in &amp;lt;module&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; from turbogears.finddata import find_package_data
&lt;br&gt;&lt;br&gt;ImportError: No module named turbogears.finddata
&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;Command python setup.py egg_info failed with error code 1
&lt;br&gt;&lt;br&gt;&lt;br&gt;Anyone knows what's going on? I used to have TurboFeeds working, so
&lt;br&gt;what changed?
&lt;br&gt;&lt;br&gt;Yo'av
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26685122&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26685122&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/What-happend-to-the-TurboFeeds-package--tp26685122p26685122.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26683569</id>
	<title>Re: Re: Finding out the controller mountpoint</title>
	<published>2009-12-07T12:26:11Z</published>
	<updated>2009-12-07T12:26:11Z</updated>
	<author>
		<name>Michael Pedersen</name>
	</author>
	<content type="html">The better times are, hopefully, closer than you think.&lt;br&gt;&lt;br&gt;I&amp;#39;m not prepapred to share my work as yet, but I am working on an extension, tgext.menu, which should help with this. Depending on how you use it, you can have your choice of several things:&lt;br&gt;
&lt;br&gt;tmpl_context.render_navbar(), which will create a navbar and attach jquery to it for the DHTML events.&lt;br&gt;&lt;br&gt;tmpl_context.render_sidebar(), which will create a sidebar.&lt;br&gt;&lt;br&gt;tgext.menu.find_url() which will return a url from the root of the tg application to a specific method.&lt;br&gt;
&lt;br&gt;All of this will be powered by a new decorator, @menu&lt;br&gt;&lt;br&gt;class RootController(BaseController):&lt;br&gt;    @menu(&amp;#39;AppRoot&amp;#39;)&lt;br&gt;    @expose(&amp;#39;templates.index&amp;#39;)&lt;br&gt;    def index(self, *p, **kw):&lt;br&gt;        return dict()&lt;br&gt;
&lt;br&gt;It will also provide a function, tgext.menu.menu_append(), that will allow you to arbitrarily add items to the menu that have nothing to do with your controller hierarchy.&lt;br&gt;&lt;br&gt;I was hoping (and even expecting) to release something last night, but real life intruded a bit, and I&amp;#39;m now only looking to release something this week. I&amp;#39;ll announce it here when I do.&lt;br&gt;
&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Dec 7, 2009 at 12:23 PM, Sergei Beilin &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26683569&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;saabeilin@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hi Diez!&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
&amp;gt; Unfortunately, there is no nice way to do this, and IMHO this is a major&lt;br&gt;
&amp;gt; hurdle for pluggable TG2 applications.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;And yes, I was thinking on hot-pluggable modules for our&lt;br&gt;
PyramidCMS...&lt;br&gt;
Well, we will be abandon that idea for the better times :-/&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;    Sergei&lt;br&gt;
&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
--&lt;br&gt;
&lt;br&gt;
You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.&lt;br&gt;
To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26683569&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.&lt;br&gt;
To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26683569&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears%2Bunsubscribe@...&lt;/a&gt;.&lt;br&gt;
For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Michael J. Pedersen&lt;br&gt;My IM IDs: Jabber/&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26683569&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pedersen@...&lt;/a&gt;, ICQ/103345809, AIM/pedermj022171&lt;br&gt;          Yahoo/pedermj2002, MSN/&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26683569&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pedermj022171@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;--&lt;/p&gt;

You received this message because you are subscribed to the Google Groups &quot;TurboGears&quot; group.&lt;br /&gt;

To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26683569&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.&lt;br /&gt;

To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26683569&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.&lt;br /&gt;

For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.&lt;br /&gt;

&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Finding-out-the-controller-mountpoint-tp26677150p26683569.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26680672</id>
	<title>Re: Finding out the controller mountpoint</title>
	<published>2009-12-07T09:23:50Z</published>
	<updated>2009-12-07T09:23:50Z</updated>
	<author>
		<name>Sergei Beilin-2</name>
	</author>
	<content type="html">Hi Diez!
&lt;br&gt;&lt;br&gt;&amp;gt; Unfortunately, there is no nice way to do this, and IMHO this is a major
&lt;br&gt;&amp;gt; hurdle for pluggable TG2 applications.
&lt;br&gt;&lt;br&gt;And yes, I was thinking on hot-pluggable modules for our
&lt;br&gt;PyramidCMS...
&lt;br&gt;Well, we will be abandon that idea for the better times :-/
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&amp;nbsp; &amp;nbsp; Sergei
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26680672&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26680672&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Finding-out-the-controller-mountpoint-tp26677150p26680672.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26680286</id>
	<title>Re: Re: Finding out the controller mountpoint</title>
	<published>2009-12-07T09:00:10Z</published>
	<updated>2009-12-07T09:00:10Z</updated>
	<author>
		<name>Diez B. Roggisch</name>
	</author>
	<content type="html">On Monday 07 December 2009 15:00:46 Sergei Beilin wrote:
&lt;br&gt;&amp;gt; Hi Diez.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; What's your actual use-case?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sometimes I want to generate full URLs (for rss/atom feeds, etc.) when
&lt;br&gt;&amp;gt; the controller could be plugged in different locations.
&lt;br&gt;&lt;br&gt;Unfortunately, there is no nice way to do this, and IMHO this is a major 
&lt;br&gt;hurdle for pluggable TG2 applications.
&lt;br&gt;&lt;br&gt;I haven't found a way to inject TG2 controller actions using my tosca-widgets 
&lt;br&gt;serverside callbacks, otherwise those would work.
&lt;br&gt;&lt;br&gt;OTOH, the whole issue isn't to easy to solve. For example, what about template 
&lt;br&gt;inheritance in those controllers? Where do the urls for the master-template 
&lt;br&gt;come from - from the currently rendered controller, or from a global 
&lt;br&gt;url_for-function? How do you customize e.g. templates of your pluggable 
&lt;br&gt;controller?
&lt;br&gt;&lt;br&gt;All this is hard stuff to make work in a smooth way, I'm even tempted to say 
&lt;br&gt;there is no really nice way to do it. Try using widgets where you can is my 
&lt;br&gt;answer.
&lt;br&gt;&lt;br&gt;Diez
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26680286&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26680286&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Finding-out-the-controller-mountpoint-tp26677150p26680286.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26679278</id>
	<title>Re: py:replace and moving Javascript to the bottom in  Genshi...</title>
	<published>2009-12-07T07:54:07Z</published>
	<updated>2009-12-07T07:54:07Z</updated>
	<author>
		<name>Jonathan Schemoul-2</name>
	</author>
	<content type="html">I know this is offtopic, but have you considered using the domready
&lt;br&gt;event of new js libs (like mootools, jquery and others) ?
&lt;br&gt;It permits to have the same benefits than the js files at the bottom,
&lt;br&gt;without the drawbacks...
&lt;br&gt;&lt;br&gt;-- Jon
&lt;br&gt;&lt;br&gt;On 6 déc, 01:12, &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26679278&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;samsli...@...&lt;/a&gt;&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26679278&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;samsli...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; This is in Turbogears 1.0.x, but I doubt that matters much...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have a master template and a bunch of individual page templates.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; All of my pages require some Javascript to be loaded.  Those script
&lt;br&gt;&amp;gt; tags are in the master template.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Then some individual pages also require scripts to be loaded.  These
&lt;br&gt;&amp;gt; must be loaded after the generic scripts in the master template.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; All works as expected when the scripts are located in the head part of
&lt;br&gt;&amp;gt; the html document.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But I want to move the scripts down to the bottom of the page.  This
&lt;br&gt;&amp;gt; is easily doable if I want the unique scripts loaded first, followed
&lt;br&gt;&amp;gt; by the generic scripts in the master template.  But, I want the
&lt;br&gt;&amp;gt; generic scripts loaded first, followed by the unique scripts in the
&lt;br&gt;&amp;gt; individual pages.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; How do I accomplish this?  I'm sure its some kind of magic combination
&lt;br&gt;&amp;gt; of py:replace and select but I haven't figured it out...
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26679278&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26679278&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/py%3Areplace-and-moving-Javascript-to-the-bottom-in--Genshi...-tp26660835p26679278.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26679054</id>
	<title>Mocking objects in TG2 controllers</title>
	<published>2009-12-07T07:40:44Z</published>
	<updated>2009-12-07T07:40:44Z</updated>
	<author>
		<name>James-93</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;I'm trying to figure out a way to mock objects on a TG2 controller.
&lt;br&gt;&lt;br&gt;In TG1, I was able to import that controller, and inject mocked
&lt;br&gt;objects into the module, e.g.:
&lt;br&gt;&lt;br&gt;from tg1_proj.controllers import root
&lt;br&gt;root.boto = Mock('boto')
&lt;br&gt;&lt;br&gt;However, I've found that in TG2 importing controllers before they've
&lt;br&gt;been used causes problems with the DB set-up code:
&lt;br&gt;&lt;br&gt;from tg2_proj.controllers import root
&lt;br&gt;root.boto = Mock('boto')
&lt;br&gt;&lt;br&gt;in the setUp() method of the base TestController object causes
&lt;br&gt;(OperationalError) no such table errors.
&lt;br&gt;&lt;br&gt;It's the same symptom as I found in ###, where the engine being used
&lt;br&gt;wasn't consistent across test setup, body and teardown, but I don't
&lt;br&gt;immediately see how pre-emptively importing a model could cause the
&lt;br&gt;same thing...
&lt;br&gt;&lt;br&gt;In short, what would be best practice to mock something imported in a
&lt;br&gt;controller, before that controller is used?
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26679054&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26679054&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mocking-objects-in-TG2-controllers-tp26679054p26679054.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26678854</id>
	<title>Re: Finding out the controller mountpoint</title>
	<published>2009-12-07T07:27:21Z</published>
	<updated>2009-12-07T07:27:21Z</updated>
	<author>
		<name>Sergei Beilin-2</name>
	</author>
	<content type="html">Hi Chris!
&lt;br&gt;&lt;br&gt;&amp;gt; You could pass the base URL where the controller is mounted to its
&lt;br&gt;&amp;gt; constructor and safe it in an instance attribute.
&lt;br&gt;&lt;br&gt;I'm using this technique now but dislike it (with no reason :)
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&amp;nbsp; &amp;nbsp; Sergei
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26678854&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26678854&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Finding-out-the-controller-mountpoint-tp26677150p26678854.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26691363</id>
	<title>Re: Finding out the controller mountpoint</title>
	<published>2009-12-07T07:18:58Z</published>
	<updated>2009-12-07T07:18:58Z</updated>
	<author>
		<name>Adrian von Bidder</name>
	</author>
	<content type="html">Heyho!
&lt;br&gt;&lt;br&gt;On Monday 07 December 2009 14.45:38 Diez B. Roggisch wrote:
&lt;br&gt;&amp;gt; On Monday 07 December 2009 14:19:30 Sergei Beilin wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; Having an instance of a controller, how does one discover where is it
&lt;br&gt;&amp;gt; &amp;gt; mounted? ;)
&lt;br&gt;&amp;gt; &amp;gt; Or should one just guess it from the request URI?
&lt;br&gt;&amp;gt; &amp;gt; TG2.x.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is a rather hard topic. There seems to be now standardized way to
&lt;br&gt;&amp;gt; &amp;nbsp;access the controller hierarchy. For tests, I just ussed the well-known
&lt;br&gt;&amp;gt; &amp;nbsp;root.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And the URI could be re-mapped through routes (if you really want to).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What's your actual use-case?
&lt;/div&gt;&lt;/div&gt;Heyho!
&lt;br&gt;&lt;br&gt;Don't know what the OP wanted to do. &amp;nbsp;I was looking for a way to generate 
&lt;br&gt;URLs from within templates and from within the controller code. &amp;nbsp;The problem 
&lt;br&gt;I've run into was that the controller is being called with '../controller' 
&lt;br&gt;and '../controller/' and, for the default, '../controller/index', and I am 
&lt;br&gt;not sure how to generate sensible URLs in a generic way.
&lt;br&gt;&lt;br&gt;cheers
&lt;br&gt;-- vbi
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;The most interesting [DNS weirdness] is that when I visit the Asus
&lt;br&gt;website two Asus IPs (one in the US, one in Taiwan) will query my
&lt;br&gt;nameserver for the . record for an entire week.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -- Koos van den Hout
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (403 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26691363/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Finding-out-the-controller-mountpoint-tp26677150p26691363.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677916</id>
	<title>Re: Finding out the controller mountpoint</title>
	<published>2009-12-07T06:21:09Z</published>
	<updated>2009-12-07T06:21:09Z</updated>
	<author>
		<name>Christopher Arndt</name>
	</author>
	<content type="html">Sergei Beilin schrieb:
&lt;br&gt;&amp;gt; Hi Diez.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; What's your actual use-case?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sometimes I want to generate full URLs (for rss/atom feeds, etc.) when
&lt;br&gt;&amp;gt; the controller could be plugged in different locations.
&lt;br&gt;&lt;br&gt;You could pass the base URL where the controller is mounted to its 
&lt;br&gt;constructor and safe it in an instance attribute.
&lt;br&gt;&lt;br&gt;Chris
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677916&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677916&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Finding-out-the-controller-mountpoint-tp26677150p26677916.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677655</id>
	<title>Re: Finding out the controller mountpoint</title>
	<published>2009-12-07T06:00:46Z</published>
	<updated>2009-12-07T06:00:46Z</updated>
	<author>
		<name>Sergei Beilin-2</name>
	</author>
	<content type="html">Hi Diez.
&lt;br&gt;&lt;br&gt;&amp;gt; What's your actual use-case?
&lt;br&gt;&lt;br&gt;Sometimes I want to generate full URLs (for rss/atom feeds, etc.) when
&lt;br&gt;the controller could be plugged in different locations.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&amp;nbsp; &amp;nbsp; Sergei
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677655&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677655&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Finding-out-the-controller-mountpoint-tp26677150p26677655.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677455</id>
	<title>Re: Finding out the controller mountpoint</title>
	<published>2009-12-07T05:45:38Z</published>
	<updated>2009-12-07T05:45:38Z</updated>
	<author>
		<name>Diez B. Roggisch</name>
	</author>
	<content type="html">On Monday 07 December 2009 14:19:30 Sergei Beilin wrote:
&lt;br&gt;&amp;gt; Hi all!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Having an instance of a controller, how does one discover where is it
&lt;br&gt;&amp;gt; mounted? ;)
&lt;br&gt;&amp;gt; Or should one just guess it from the request URI?
&lt;br&gt;&amp;gt; TG2.x.
&lt;br&gt;&lt;br&gt;This is a rather hard topic. There seems to be now standardized way to access 
&lt;br&gt;the controller hierarchy. For tests, I just ussed the well-known root.
&lt;br&gt;&lt;br&gt;And the URI could be re-mapped through routes (if you really want to).
&lt;br&gt;&lt;br&gt;What's your actual use-case? 
&lt;br&gt;&lt;br&gt;Diez
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677455&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677455&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Finding-out-the-controller-mountpoint-tp26677150p26677455.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677150</id>
	<title>Finding out the controller mountpoint</title>
	<published>2009-12-07T05:19:30Z</published>
	<updated>2009-12-07T05:19:30Z</updated>
	<author>
		<name>Sergei Beilin-2</name>
	</author>
	<content type="html">Hi all!
&lt;br&gt;&lt;br&gt;Having an instance of a controller, how does one discover where is it
&lt;br&gt;mounted? ;)
&lt;br&gt;Or should one just guess it from the request URI?
&lt;br&gt;TG2.x.
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&amp;nbsp; &amp;nbsp; Sergei
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677150&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677150&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Finding-out-the-controller-mountpoint-tp26677150p26677150.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26676066</id>
	<title>Re: tg2.1 : about error in documentation</title>
	<published>2009-12-07T03:44:55Z</published>
	<updated>2009-12-07T03:44:55Z</updated>
	<author>
		<name>khalid ezzaraoui</name>
	</author>
	<content type="html">I answer myself :
&lt;br&gt;&lt;br&gt;it seems that the best way is to follow :
&lt;br&gt;&lt;a href=&quot;http://turbogears.org/2.1/docs/building_docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://turbogears.org/2.1/docs/building_docs.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;On Dec 5, 6:04 pm, khalid &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26676066&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kha...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i would like to know if I found some errors in the same big page of
&lt;br&gt;&amp;gt; the documentation :
&lt;br&gt;&amp;gt; Have I to create a ticket for each one or only one ticket listing
&lt;br&gt;&amp;gt; them ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanks.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26676066&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26676066&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/tg2.1-%3A-about-error-in-documentation-tp26657841p26676066.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26675427</id>
	<title>Magic tricks at home</title>
	<published>2009-12-07T02:40:36Z</published>
	<updated>2009-12-07T02:40:36Z</updated>
	<author>
		<name>JessicaBronson-4</name>
	</author>
	<content type="html">Now u can show it to u're friends or family any time ;) &lt;a href=&quot;http://tpal.us/magic&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tpal.us/magic&lt;/a&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears Sprint Coordination&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26675427&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears-sprint@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26675427&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears-sprint+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears-sprint?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears-sprint?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/TurboGears-sprint-f16261.html&quot; embed=&quot;fixTarget[16261]&quot; target=&quot;_top&quot; &gt;TurboGears sprint&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Magic-tricks-at-home-tp26675427p26675427.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26669315</id>
	<title>Re: py:replace and moving Javascript to the bottom in  Genshi...</title>
	<published>2009-12-06T13:32:58Z</published>
	<updated>2009-12-06T13:32:58Z</updated>
	<author>
		<name>Christoph Zwerschke</name>
	</author>
	<content type="html">&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26669315&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;samslists@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; But I want to move the scripts down to the bottom of the page...
&lt;br&gt;&lt;br&gt;Did you consider using the js_location parameter of the JSLink widget? 
&lt;br&gt;You can set it to &amp;quot;head&amp;quot;, &amp;quot;bodytop&amp;quot; and &amp;quot;bodybottom&amp;quot;.
&lt;br&gt;&lt;br&gt;-- Christoph
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26669315&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26669315&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/py%3Areplace-and-moving-Javascript-to-the-bottom-in--Genshi...-tp26660835p26669315.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26667289</id>
	<title>Re: on lookup() method</title>
	<published>2009-12-06T10:00:18Z</published>
	<updated>2009-12-06T10:00:18Z</updated>
	<author>
		<name>Sergei Beilin-2</name>
	</author>
	<content type="html">Hi Diez!
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; Does is mean that current lookup() won't work in 2.1?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If I picture the code right in my head, yes, it won't work.
&lt;br&gt;&lt;br&gt;It still works for me in 2.1a3, thanks to virtualenv it's easy to try
&lt;br&gt;(but some other things fail)
&lt;br&gt;&lt;br&gt;It seems there are a lot of internal changes in TG from 2.0 to 2.1.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&amp;nbsp; &amp;nbsp; Sergei
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26667289&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26667289&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/on-lookup%28%29-method-tp26664429p26667289.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26666979</id>
	<title>Re: Re: on lookup() method</title>
	<published>2009-12-06T09:19:43Z</published>
	<updated>2009-12-06T09:19:43Z</updated>
	<author>
		<name>Diez B. Roggisch</name>
	</author>
	<content type="html">Sergei Beilin schrieb:
&lt;br&gt;&amp;gt; Hi Diez!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Does is mean that current lookup() won't work in 2.1?
&lt;br&gt;&lt;br&gt;If I picture the code right in my head, yes, it won't work. But it's 
&lt;br&gt;extremely easy to fix - just add
&lt;br&gt;&lt;br&gt;&lt;br&gt;@lookup
&lt;br&gt;@expose(...)
&lt;br&gt;def lookup(self, ...):
&lt;br&gt;&lt;br&gt;&lt;br&gt;to it. The same applies for default.
&lt;br&gt;&lt;br&gt;Diez
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;TurboGears&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26666979&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26666979&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;turbogears+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/turbogears?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/turbogears?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Turbogears-General-f16259.html&quot; embed=&quot;fixTarget[16259]&quot; target=&quot;_top&quot; &gt;Turbogears General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/on-lookup%28%29-method-tp26664429p26666979.html" />
</entry>

</feed>
