http://webdevon.com/setting-up-a-portable-postgresql-server-to-carry-on-an-usb-stick/のチュートリアルに従って、次の手順に従って psycopg2 をインストールしようとしています。
Go on this page to download it: http://www.stickpeople.com/projects/python/win-psycopg/
Download the .exe of the right version you need
Install it via:
easy_install /path/to/the/file/psycopg2-2.4.4.win32-py2.7-pg9.1.2-release.exe
私のusb f: drive で、私のプロジェクトvirtualenv内で、実行すると:
$ easy_install f:/psycopg2-2.5.1.win32-py2.7-pg9.2.4-release.
私は得る:
error: Not a URL, existing file, or requirement spec: 'f:/psycopg2-2.5.1.win32-p
y2.7-pg9.2.4-release'
どうすればこれを修正できますか?