Tagged Questions
1
vote
0answers
71 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 ...
0
votes
1answer
43 views
Can't use peewee on Mac OS X Mountain Lion
I am getting an error when I run Python programs that imports peewee:
ImportError: No module named peewee
The same program works fine under Ubuntu 12.04.
I used pip to install peewee, and it ...
0
votes
1answer
122 views
Python set up on mac
My /usr/bin contains the following installs of python
lrwxr-xr-x 1 root wheel 76 Nov 18 06:17 pythonw2.7 -> ../../System/Library/Frameworks/Python.framework/Versions/2.7/bin/pythonw2.7
...