install

来自「适合于Unix/Linux下的一个持久数据库连接池」· 代码 · 共 29 行

TXT
29
字号
** Assumptions **These directions assume that your Zope installation is in /usr/zopeand that your Python libraries are installed in /usr/lib/python1.5If these assumptions do not apply to you then substitute your installationpaths for the ones in this document.** Directions **To install the Zope adapter, first copy or move the src/api/zope/ZSQLRelayDAdirectory of this distribution into the /usr/zope/lib/python/Products directory.Zope needs to know about the SQLClient python module as well. The mostportable way to make Zope aware of the module is to create a symbolic link from that directory to /usr/zope/lib/python/Products/ZSQLRelayDA/SQLRelayThe command:ln -s /usr/lib/python1.5/site-packages/SQLRelay /usr/zope/lib/python/Products/ZSQLRelayDA/SQLRelayshould do the trick.(the target of the link may need to be changed for your particular installation)Now you're ready to use Zope and SQL Relay together.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?