Tagged Questions
2
votes
1answer
35 views
Where are Python dist-packages stored in FreeBSD?
I am trying to find this path on FreeBSD but it is not working: /usr/local/lib/python2.7/dist-packages
This same path is working on Ubuntu.
Can please some tell me where I can find Python ...
0
votes
0answers
12 views
Mezzanine start up script
I am having a world of pain writing a simple start up script for Mezzanine. Running python manager.py runserver just refuses to demonize using start-stop-daemon. Does anyone know of a such a simple ...
0
votes
1answer
24 views
Django not installing with pip because of mismatched hash
I have a virtual machine set up with a directory created with virtualenv (env2). I am inside this directory and have it activated and want to instal django 1.4. This is my command:
$ pip install ...
1
vote
0answers
87 views
How do I satisfy the “warnings” Pinax requirement?
I'm trying to build a Pinax virtualenv. I get, on Precise Penguin with 0.7:
jonathan@ubuntu:~/Downloads/Pinax-0.7-bundle/scripts$ ./pinax-boot.py ~/virtual
New python executable in ...
1
vote
0answers
70 views
How do I fix my FastCGI Pinax / Django deployment?
I'm running OSX Lion (posted here because this is a Unix-specific question), and am trying to deploy a Pinax project via FCGI. I have the FastCGI daemon running:
$ ps wwaux | grep fcgi
jonathan ...