Tagged Questions
1
vote
1answer
50 views
python script in virtualenv and launchd on Mountain Lion
I have a python script in a virtualenv (ENV) that calls on other modules in the ENV. I want
to run the script at a certain time each day. Therefore, being on OS X, I should use launchd.
I have ...
1
vote
0answers
37 views
Python IDLE not starting when clicking .py files in OSX Finder
I can open IDLE.
After opening IDLE, I can do File > Open > some_file.py just fine.
When IDLE is open, I can also just double-click on any .py files in Finder and they will open in IDLE.
...
-1
votes
1answer
247 views
Is there a way to force-reinstall OS X 10.8.2 Mountain Lion?
I had upgraded to 10.8.2 a few months ago and now, when trying to install some python modules, have messed up my default python installation on the Mac. I was wondering if there was a way to re-update ...
0
votes
0answers
18 views
Why do I keep getting “too many open files” errors? [duplicate]
Possible Duplicate:
Is there a fix for the “Too many open files in system” error on OS X 10.7.1?
I'm baffled by some problems I'm having maintaining Python packages on an OS 10.8 system , ...
1
vote
1answer
63 views
Do I need to restore directory permissions to their state prior to a reverted homebrew installation?
I'm trying to back out of a homebrew installation on OS 10.8.2 and am not sure I understand what I need to do to (or whether I need to bother to) restore permissions to what they were before the ...
0
votes
1answer
418 views
Installing Python with homebrew on Mountain Lion
I was trying to follow this tutorial and I got stuck. After issuing the command
brew install python --framework --universal
I get
==> /usr/local/Cellar/python/2.7.3/bin/python -s setup.py ...
1
vote
2answers
774 views
Unable to install matplotlib on Mac Mountain Lion - “error: command 'gcc' failed with exit status 1”
I have been trying to install matplotlib through easy_install(easy_install-2.7 for python2.7) and by building from source(https://github.com/matplotlib/matplotlib).
But both fail with the error - ...
0
votes
0answers
341 views
Error installing scipy on Mountain Lion with Xcode 4.5.1
Environment: Mountain Lion 10.8.2, Xcode 4.5.1 command line tools, Python 2.7.3, virtualenv 1.8.2 and numpy 1.6.2
When installing scipy with
pip install -e ...
1
vote
1answer
595 views
Mountain Lion overheating issue have to do with launchd/Python?
So, Ever since I installed ML, my MacBook Air has been running SUPER hot.
Opened up activity monitor, and everything seemed to be pretty normal, until I had it refresh every .5 seconds... and then I ...