试图在Leopard上通过Macports安装Django

时间:2010-06-28 21:52:50

标签: python django

我有Python 2.6& 3.1通过mac端口安装在Leopard上没有问题。我想通过Python端口为Python 2.6安装Django 1.2,但谷歌搜索如何做到这似乎指向我错误的方向。谁能指出我正确的方向?再次感谢.....

3 个答案:

答案 0 :(得分:1)

不要那样做。 Install直接来自source

或者更好,请使用easy_install

easy_install django

甚至更好,使用pip(并添加virtualenv作为奖励(和virtualenvwrapper以获得更多乐趣!)):

pip install django

答案 1 :(得分:1)

这个包有什么问题?

$ port info py26-django
py26-django @1.2.1 (python, www)
Variants:             bash_completion, universal

Description:          Django is a high-level Python Web framework that
                      encourages rapid development and clean, pragmatic design.
Homepage:             http://www.djangoproject.com

Library Dependencies: python26, py26-distribute
Platforms:            darwin
License:              unknown
Maintainers:          arthurk@macports.org

答案 2 :(得分:0)

只需在网站包中抛出django tarball(py2.6 +中的dist-packages)就完成了。你需要macports等什么,有一个纯python库?