Tagged Questions
1
vote
1answer
131 views
How to set up multiple PATHs in the user bash_profile in OSX 10.8?
I am looking to set up my laptop for both Python development and Phonegap Android development in OSX 10.8 using Eclipse. I installed the lastest version of Python (3.3) which added the code:
# ...
1
vote
1answer
188 views
“Cannot execute binary file” with alias of binary
I have installed both python3.3 and python2.6.
I have set python3.3 to default by creating an alias named "python" in usr/bin and another one for python2.6 named "python2.6".
Now if I type in the ...
1
vote
1answer
212 views
Access denied when creating a Python file?
I'm trying to compile a file using Python and I receive this message:
error: could not create '/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/tulip': Permission denied
...
0
votes
1answer
677 views
Python stopped working after Mountain Lion upgrade
I upgraded my Mac from Lion to Mountain Lion and ever since then, Python stopped working.
So I re-installed Python and his setup-tools. Now everything seems to work fine except for iPython. iPython ...
1
vote
2answers
3k views
Python Imaging Library (PIL) Decoder jpeg not available — how to fix?
I've got error which is generated by PIL when I trying to process jpg-images: Python Imaging Library (PIL) Decoder jpeg not available.
How to fix this problem?
3
votes
2answers
901 views
How can I bring a window to frontmost without focusing it using Applescript in OS X 10.8
I want to bring a window (QuickTime for example) to frontmost, without focusing it. I can do it in OS X 10.7 using the following code in Applescript.
tell application "System Events"
set visible ...
5
votes
4answers
6k views
Python Virtualenv is broken since upgrading to OS X Mountain Lion
Since upgrading to Mountain Lion, when running the command "virtualenv env", I get:
New python executable in env/bin/python
Installing setuptools.........
Complete output from command ...