<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
 <title>Teru's blog - on i4PACE(i for Personal Archiving and Creating Environment)</title>
 <link>http://blog.i4pace.net/frog/user/Teru/</link>
 <description>The latest articles in category 'python'. Teru's blog - on i4PACE(i for Personal Archiving and Creating Environment)</description>
 <copyright>Copyright by Teru</copyright>
 <lastBuildDate>Wed, 08 Sep 2010 19:52:06 GMT</lastBuildDate>
 <generator>Frog (Python)</generator>
 <category>Blog</category>
 <docs>http://blogs.law.harvard.edu/tech/rss</docs>
 <ttl>10</ttl>
<item>
 <title>silva</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2009-12-16/92</link>
 <description>{category: python}  going to try silva (http://svn.infrae.com/). REAME.txt is  [url=https://svn.infrae.com/buildout/silva/trunk/README.txt]here[/url]. will be back....</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Tue, 15 Dec 2009 23:21:00 GMT</pubDate>
</item>
<item>
 <title>cyn.in</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2009-12-15/91</link>
 <description>{category: python}  found cyn.in. started to try to install it on Ubuntu9.10.

page for downloading is [url]http://www.cynapse.com/downloads/cynin-community-edition[/url]:
community edition is [url=http://odn.cynapse.com/attachments/download/90/cynincommunity-305-i386-10-iso.zip]here[/url]. its source code is available...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Tue, 15 Dec 2009 11:58:00 GMT</pubDate>
</item>
<item>
 <title>Pytyrant</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2009-08-21/79</link>
 <description>{category: python}  Pytyrant is a client for Tokyo Tyrant. Downloaded from [url=http://code.google.com/p/pytyrant/source/checkout]here[/url], untar and did
[code]&gt; sudo python setup.py install[/code]

The example code in pytyrant.py worked. Using this, I can write a Python code to manipulate Tokyo Cabinet databases....</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Fri, 21 Aug 2009 06:32:00 GMT</pubDate>
</item>
<item>
 <title>web2py 4</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2009-04-14/74</link>
 <description>{category: python}  Working with web2py on a server turns out to be troublesome. Because applications often suppose admin operations
are performed on a local server. Moreover, the assumption goes into the core of web2py codes in some cases.
For example, when inserting data to a database in appadmin of an application, a...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Tue, 14 Apr 2009 11:07:00 GMT</pubDate>
</item>
<item>
 <title>web2py 3</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2009-04-08/73</link>
 <description>{category: python}  So far, successfully ran web2py locally, then ran it on a local server over LAN and actually over Internet thru a reverse proxy server.
The access as an administrator, however, was restricted only to localhost. By enabling https connection, I could access to admin on a server over LAN.
When installe...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Wed, 08 Apr 2009 12:45:00 GMT</pubDate>
</item>
<item>
 <title>web2py 2</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2009-04-06/72</link>
 <description>{category: python}  have run web2py on a local desktop, and now try to install on a local server.

Downlod the source from  [url=http://code.google.com/p/web2py/source/checkout]here[/url].
[code]$ cd web2py-read-only
$ python web2py -help[/code]
gives me
[code]Usage: python web2py.py

web2py Web Framework startup scrip...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Sun, 05 Apr 2009 23:09:00 GMT</pubDate>
</item>
<item>
 <title>web2py</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2009-02-19/71</link>
 <description>{category: python}  Download the source code from [url=http://mdp.cti.depaul.edu/examples/default/download]here[/url].
Unzip web2p.zip.
At terminal,
[code]$ python web2py.py[/code]
returns
[code]
unpacking apps, this may take a few minutes...
default applications are now installed
web2py Enterprise Web Framework
Create...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Thu, 19 Feb 2009 03:55:00 GMT</pubDate>
</item>
<item>
 <title>Pinax deployment using mod_wsgi</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-12-01/66</link>
 <description>{category: python}  Try to run Pinax using mod_wsgi.

Use the exemple ~/pinax/projects/complete_project/deploy/complete_project.wsgi.
Create an Apache2 configuration file pinax_complete_project_site at /etc/apache2/sites-available as follows:
[code]
WSGIScriptAlias / /home/yarrow/pinax/projects/complete_project/deploy/...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Mon, 01 Dec 2008 03:05:00 GMT</pubDate>
</item>
<item>
 <title>Building up Pinax Documents by Sphinx</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-11-25/65</link>
 <description>{category: python}  When checked docs directory in the Pinax source, found it uses Sphinx-build, which was not listed in the Ubuntu repository somehow. [url=http://sphinx.pocoo.org/ ]Sphinx site[/url]  suggests to use
[code]$ easy_install Sphinx[/code]
Now, where is easy_install? Turned out it's in python-setuptools. I...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Tue, 25 Nov 2008 06:43:00 GMT</pubDate>
</item>
<item>
 <title>Japanese translation of Pinax 3</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-11-17/62</link>
 <description>{category: python}  Getting better. 

Modified the template ~/pinax/projects/complete_project/templates/projects/project.html to add two blocktrans sections. After running 
[code]$  python /var/lib/python-support/python2.5/django/bin/django-admin.py makemessages -l ja[/code]
new msgid/msgstr pairs appeared in django.po...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Mon, 17 Nov 2008 09:36:00 GMT</pubDate>
</item>
</channel>
</rss>