<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Code Penguin</title>
	<atom:link href="http://www.codepenguin.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codepenguin.com</link>
	<description>Constantly tinkering with things...</description>
	<lastBuildDate>Fri, 13 May 2011 14:57:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Portable Google App Engine For Windows (Enhanced) by Art</title>
		<link>http://www.codepenguin.com/2011/01/09/portable-google-app-engine-for-windows-enhanced/#comment-1312</link>
		<dc:creator>Art</dc:creator>
		<pubDate>Fri, 13 May 2011 14:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepenguin.com/?p=642#comment-1312</guid>
		<description>Thank you</description>
		<content:encoded><![CDATA[<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Portable Google App Engine For Windows (Enhanced) by David Lambert</title>
		<link>http://www.codepenguin.com/2011/01/09/portable-google-app-engine-for-windows-enhanced/#comment-1308</link>
		<dc:creator>David Lambert</dc:creator>
		<pubDate>Fri, 13 May 2011 05:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepenguin.com/?p=642#comment-1308</guid>
		<description>Hi Art,
   I’ve updated the scripts to support the new features added to Google App Engine Version 1.5.0. The new scripts are backwards compatible. In order to be fully portable, the update checking mechanism will be disabled. That should take care of the two messages you received. Let me know if anything else doesn’t work out for you.</description>
		<content:encoded><![CDATA[<p>Hi Art,<br />
   I’ve updated the scripts to support the new features added to Google App Engine Version 1.5.0. The new scripts are backwards compatible. In order to be fully portable, the update checking mechanism will be disabled. That should take care of the two messages you received. Let me know if anything else doesn’t work out for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Portable Google App Engine For Windows (Enhanced) by Art</title>
		<link>http://www.codepenguin.com/2011/01/09/portable-google-app-engine-for-windows-enhanced/#comment-1305</link>
		<dc:creator>Art</dc:creator>
		<pubDate>Thu, 12 May 2011 23:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepenguin.com/?p=642#comment-1305</guid>
		<description>First of all, Thank you :)
Second: When I ran through your post I had the following output which shows two areas where items where written to the local file system.
The first item was the appcfg_nag which ended up in MyDocuments. (mapped to P: on my machine)
Is there any way to have that map to the USB with your rewrite script?
The second was on the C: drive, it is a temp folder though so it is probably ok.
****************************************************

I:\PortablePython_1.1_py2.5.4&gt;dev_appserver.py HelloWorld
WARNING  2011-05-12 23:19:08,913 urlfetch_stub.py:108] No ssl package found. urlfetch will not be able to validate SSL certificates.
INFO     2011-05-12 23:19:23,832 appengine_rpc.py:159] Server: appengine.google.com
Allow dev_appserver to check for updates on startup? (Y/n): y
dev_appserver will check for updates on startup.  To change this setting, edit P:\/.appcfg_nag
INFO     2011-05-12 23:20:03,073 appcfg.py:440] Checking for updates to the SDK.
INFO     2011-05-12 23:20:03,864 appcfg.py:457] The SDK is up to date.
WARNING  2011-05-12 23:20:03,865 datastore_file_stub.py:657] Could not read datastore data from I:\PortablePython_1.1_py2.5.4\google_appengine_datastores\HelloWorld_datastore
INFO     2011-05-12 23:20:03,980 rdbms_sqlite.py:58] Connecting to SQLite database &#039;&#039; with file &#039;c:\\users\\acowles\\appdata\\local\\temp\\dev_appserver.rdbms&#039;
INFO     2011-05-12 23:20:12,309 dev_appserver_multiprocess.py:637] Running application helloworld on port 8080: http://localhost:8080</description>
		<content:encoded><![CDATA[<p>First of all, Thank you <img src='http://www.codepenguin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Second: When I ran through your post I had the following output which shows two areas where items where written to the local file system.<br />
The first item was the appcfg_nag which ended up in MyDocuments. (mapped to P: on my machine)<br />
Is there any way to have that map to the USB with your rewrite script?<br />
The second was on the C: drive, it is a temp folder though so it is probably ok.<br />
****************************************************</p>
<p>I:\PortablePython_1.1_py2.5.4&gt;dev_appserver.py HelloWorld<br />
WARNING  2011-05-12 23:19:08,913 urlfetch_stub.py:108] No ssl package found. urlfetch will not be able to validate SSL certificates.<br />
INFO     2011-05-12 23:19:23,832 appengine_rpc.py:159] Server: appengine.google.com<br />
Allow dev_appserver to check for updates on startup? (Y/n): y<br />
dev_appserver will check for updates on startup.  To change this setting, edit P:\/.appcfg_nag<br />
INFO     2011-05-12 23:20:03,073 appcfg.py:440] Checking for updates to the SDK.<br />
INFO     2011-05-12 23:20:03,864 appcfg.py:457] The SDK is up to date.<br />
WARNING  2011-05-12 23:20:03,865 datastore_file_stub.py:657] Could not read datastore data from I:\PortablePython_1.1_py2.5.4\google_appengine_datastores\HelloWorld_datastore<br />
INFO     2011-05-12 23:20:03,980 rdbms_sqlite.py:58] Connecting to SQLite database &#8221; with file &#8216;c:\\users\\acowles\\appdata\\local\\temp\\dev_appserver.rdbms&#8217;<br />
INFO     2011-05-12 23:20:12,309 dev_appserver_multiprocess.py:637] Running application helloworld on port 8080: <a href="http://localhost:8080" rel="nofollow">http://localhost:8080</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Portable Google App Engine For Windows (Enhanced) by Ben Johnson</title>
		<link>http://www.codepenguin.com/2011/01/09/portable-google-app-engine-for-windows-enhanced/#comment-975</link>
		<dc:creator>Ben Johnson</dc:creator>
		<pubDate>Sun, 27 Mar 2011 01:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepenguin.com/?p=642#comment-975</guid>
		<description>I bow before your awesomeness.

Been looking forward to playing around with Google App Engine.  Here goes my first venture into developing a non-sql powered app.</description>
		<content:encoded><![CDATA[<p>I bow before your awesomeness.</p>
<p>Been looking forward to playing around with Google App Engine.  Here goes my first venture into developing a non-sql powered app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Social Cryptogram Solving by David Lambert</title>
		<link>http://www.codepenguin.com/2009/02/01/social-cryptogram-solving/#comment-557</link>
		<dc:creator>David Lambert</dc:creator>
		<pubDate>Tue, 08 Feb 2011 03:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepenguin.net/?p=3#comment-557</guid>
		<description>Don B,

   Welcome to the ACA!  I&#039;ve only been a member for a couple of years now but it has definitely been a lot of fun.  This last summer I was able to go to the conference in Albuquerque and got to meet a lot of the members that you see in the Cryptogram.  They are wonderful people and there are quite a few programmers in the group.   The programming languages vary from Basic, Python, Pascal, C++ and pretty much anything else you can think of.  There is a little bit of everyone in here.  Have fun solving!</description>
		<content:encoded><![CDATA[<p>Don B,</p>
<p>   Welcome to the ACA!  I&#8217;ve only been a member for a couple of years now but it has definitely been a lot of fun.  This last summer I was able to go to the conference in Albuquerque and got to meet a lot of the members that you see in the Cryptogram.  They are wonderful people and there are quite a few programmers in the group.   The programming languages vary from Basic, Python, Pascal, C++ and pretty much anything else you can think of.  There is a little bit of everyone in here.  Have fun solving!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Social Cryptogram Solving by Don B</title>
		<link>http://www.codepenguin.com/2009/02/01/social-cryptogram-solving/#comment-555</link>
		<dc:creator>Don B</dc:creator>
		<pubDate>Tue, 08 Feb 2011 01:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepenguin.net/?p=3#comment-555</guid>
		<description>I recently joined the ACA, though I&#039;ve looked at its site
occasionally for going on 10 years.  Work just recently let 
up a bit and I surprised myself by spending some free
time over Christmas revisiting some C++ crypto code I wrote way back when. 

I wonder how many ACA folks are programmers...</description>
		<content:encoded><![CDATA[<p>I recently joined the ACA, though I&#8217;ve looked at its site<br />
occasionally for going on 10 years.  Work just recently let<br />
up a bit and I surprised myself by spending some free<br />
time over Christmas revisiting some C++ crypto code I wrote way back when. </p>
<p>I wonder how many ACA folks are programmers&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Portable Google App Engine For Windows by dev</title>
		<link>http://www.codepenguin.com/2009/04/27/portable-google-app-engine-for-windows/#comment-380</link>
		<dc:creator>dev</dc:creator>
		<pubDate>Mon, 10 Jan 2011 10:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepenguin.net/?p=50#comment-380</guid>
		<description>Thanks a lot!

I&#039;m already subscribed to new posts! :)

I&#039;ll probably &quot;upgrade&quot; soon or later.</description>
		<content:encoded><![CDATA[<p>Thanks a lot!</p>
<p>I&#8217;m already subscribed to new posts! <img src='http://www.codepenguin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ll probably &#8220;upgrade&#8221; soon or later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Portable Google App Engine For Windows by David Lambert</title>
		<link>http://www.codepenguin.com/2009/04/27/portable-google-app-engine-for-windows/#comment-376</link>
		<dc:creator>David Lambert</dc:creator>
		<pubDate>Sun, 09 Jan 2011 19:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepenguin.net/?p=50#comment-376</guid>
		<description>I just wanted to let you know that I&#039;ve just published an enhanced version of my Portable Google App Engine for Windows.  This version is much more efficient and powerful than this previous version.  You can read it at:

    http://www.codepenguin.com/2011/01/09/portable-google-app-engine-for-windows-enhanced/</description>
		<content:encoded><![CDATA[<p>I just wanted to let you know that I&#8217;ve just published an enhanced version of my Portable Google App Engine for Windows.  This version is much more efficient and powerful than this previous version.  You can read it at:</p>
<p>    <a href="http://www.codepenguin.com/2011/01/09/portable-google-app-engine-for-windows-enhanced/" rel="nofollow">http://www.codepenguin.com/2011/01/09/portable-google-app-engine-for-windows-enhanced/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Portable Google App Engine For Windows by dev</title>
		<link>http://www.codepenguin.com/2009/04/27/portable-google-app-engine-for-windows/#comment-216</link>
		<dc:creator>dev</dc:creator>
		<pubDate>Thu, 09 Dec 2010 19:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepenguin.net/?p=50#comment-216</guid>
		<description>Really thanks for your fast reply!

Yes you right, I&#039;ve just tried the datastore example from http://code.google.com/intl/iw-IL/appengine/docs/python/gettingstarted/usingdatastore.html and it&#039;s working perfectly.

I&#039;m waiting for your next article...

If you could add a plugin to subscribe for new articles / comments it would be great!
Something like:
http://wordpress.org/extend/plugins/subscribe2/ or
http://wordpress.org/extend/plugins/subscribe-to-double-opt-in-comments/</description>
		<content:encoded><![CDATA[<p>Really thanks for your fast reply!</p>
<p>Yes you right, I&#8217;ve just tried the datastore example from <a href="http://code.google.com/intl/iw-IL/appengine/docs/python/gettingstarted/usingdatastore.html" rel="nofollow">http://code.google.com/intl/iw-IL/appengine/docs/python/gettingstarted/usingdatastore.html</a> and it&#8217;s working perfectly.</p>
<p>I&#8217;m waiting for your next article&#8230;</p>
<p>If you could add a plugin to subscribe for new articles / comments it would be great!<br />
Something like:<br />
<a href="http://wordpress.org/extend/plugins/subscribe2/" rel="nofollow">http://wordpress.org/extend/plugins/subscribe2/</a> or<br />
<a href="http://wordpress.org/extend/plugins/subscribe-to-double-opt-in-comments/" rel="nofollow">http://wordpress.org/extend/plugins/subscribe-to-double-opt-in-comments/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Portable Google App Engine For Windows by David Lambert</title>
		<link>http://www.codepenguin.com/2009/04/27/portable-google-app-engine-for-windows/#comment-212</link>
		<dc:creator>David Lambert</dc:creator>
		<pubDate>Thu, 09 Dec 2010 15:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.codepenguin.net/?p=50#comment-212</guid>
		<description>The warning message will always happen the first time you run your application without having anything in the datastore.  The &quot;google_appengine_datastores\helloworld_datastore&quot; will actually end up being a file called &quot;helloworld_datastore&quot; instead of a directory.  At the moment, the only way I&#039;ve found to close it is the Ctrl+C way.  I may look into alternatives soon.

I&#039;m currently working on a article that updates my Portable Google App Engine for the latest SDK and using a few of the newer features.  That&#039;ll be coming within the next week.</description>
		<content:encoded><![CDATA[<p>The warning message will always happen the first time you run your application without having anything in the datastore.  The &#8220;google_appengine_datastores\helloworld_datastore&#8221; will actually end up being a file called &#8220;helloworld_datastore&#8221; instead of a directory.  At the moment, the only way I&#8217;ve found to close it is the Ctrl+C way.  I may look into alternatives soon.</p>
<p>I&#8217;m currently working on a article that updates my Portable Google App Engine for the latest SDK and using a few of the newer features.  That&#8217;ll be coming within the next week.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

