在 virtualenv 中使用 pip 安装tipfy
我使用 在 OS X 上安装了 适用于 Python 的 Google App Engine SDK GoogleAppEngineLauncher-1.4.1.dmg
包。
我创建了一个基于 Python 2.5 的 virtualenv ,然后安装了 werkzeug 和 tipfy 如下:
mkvirtualenv -p python2.5 tipfy-sandbox
pip install werkzeug
pip install tipfy
但是,当我运行Python 解释器和导入tipfy
,然后用dir(tipfy)内省tipfy
,我收到的只是:
['__doc__', '__name__', '__path__', 'ext']
当然,这并不是完全安装的 tipfy 的全部内容。
- 是否可以使用 tipfy ="nofollow">点?
- 我还需要安装什么才能让 tipfy 在 virtualenv?
- 使用 tipfy 时">pip,我还可以使用 GoogleAppEngineLauncher 吗?我必须使用 GoogleAppEngineLauncher 吗?
配置
- 我使用的是 OS X 安装的 Python 2.5.4
- virtualenv 1.5.1
- pip 0.8.1
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
中提供的配方
使用tipfy的推荐方法是通过构建,使用http://www.tipfy .org/wiki/guide/installation/
您可以尝试使用 virtualenv 并在其中运行构建(我使用这个并且可以工作,但没有意义,构建 1.5.x 提供与现在构建相同的隔离级别)
The recomendend way to use tipfy is via buildout, with the recipe provided in
http://www.tipfy.org/wiki/guide/installation/
you can try to use virtualenv and run the buildout inside this one (i use this one and works, but without sense, buildout 1.5.x give the same isolation level than buildout now)