python

pyramidを使用してwebアプリケーション作成 1

開発に必要なパッケージをインストールする $ ./bin/easy_install docutils nose coverage zope.sqlalchemy SQLAlchemy pyramid_tm Searching for docutils Reading http://pypi.python.org/simple/docutils/ Reading http://docutils.sourceforge.net/ Best…

Installing Pyramid for Mac OSX Lion

Pyramidインストールめも。 環境 OS Mac OSX 10.7.2 Python version 2.7.1 virtualenvインストール $ sudo easy_install virtualenv Password: Searching for virtualenv Reading http://pypi.python.org/simple/virtualenv/ Reading http://virtualenv.open…

新規pylonsプロジェクトを作成&起動

以下のサイトを参考にpylonsプロジェクトを作成。http://pylonshq.com/docs/en/1.0/gettingstarted/#installing ~> .\mydevenv\Scripts\paster create -t pylons edcprototype Selected and implied templates: pylons#pylons Pylons application templateVa…

pylonsをwindwosにインストール

以下のサイトからgo-pylons.pyスクリプトをダウンロード。http://pylonshq.com/docs/en/1.0/gettingstarted/#installing・次のコマンドをコンソールから実行。 > python go-pylons.py mydevenv カレントフォルダにmydevenvフォルダが作成される。・アクティ…

pydevインストール

eclipseプラグインのpydevを以下のサイトを参考にインストール。http://pydev.org/manual_101_install.html

ubuntuにpython3をインストール

python3インストール $ sudo apt-get install python3-minimal $ python3 Python 3.1.1+ (r311:74480, Nov 2 2009, 14:49:22) [GCC 4.4.1] on linux2 Type "help", "copyright", "credits" or "license" for more information.