Python is a programming language that is included in the standard OSX installation.
0
votes
1answer
26 views
Python launching problems OS X
I'm trying to install python on mac OS X 10.7.5. I installed it from MacPort and I think before I did, I screwed up $PATH somehow. It seems to install fine but then when I try to run ipython I get
...
0
votes
1answer
39 views
Where can I get Python VTE bindings for the Mac OS X?
I'm trying to comiple Guake top-down terminal (guake.org) in Mac OS X. I've met a bunch of dependency issues while ./configure phase, but now I'm completely stuck with the following dependency issue:
...
0
votes
1answer
36 views
Removing current Python version and use other python version
First of all i installed python 2.7 with manual.After i installed python2.6 with macport with referenced this.
And after i deleted my Python 2.7 files.
The main point is when i write python at ...
0
votes
0answers
35 views
Automating Python with launchd & permissions
I setup a Python script to run automatically using launchd (via a .plist)
I wanted this particular script to always run, whether a user was logged in or not, so I put the .plist that "launches" it ...
0
votes
1answer
44 views
installation in terminal
I am trying to install a few software packages on my Mac os X 10.6.8. The packages are the python libraries:
networkx (graph library)
matplotlib (visuzlization)
It seems that with matpotlib I also ...
0
votes
1answer
136 views
Python IDLE can't be opened by double-clicking .py files in Finder
I can't open .py files in IDLE by double-clicking them in Finder (IDLE is currently set as the default program for opening such files). Nor can I open those files by right-clicking and selecting ...
1
vote
2answers
83 views
How to install framework (from pkg file) in a non-standard location?
In brief, my question is this:
How can I install a framework from a *.pkg file somewhere other than under /Library/Frameworks (or /System/Library/Frameworks)?
Background
I want to install a ...
1
vote
1answer
112 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
166 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 ...
0
votes
1answer
127 views
Move python modules from one installation to another
I have several versions of Python installed, some through MacPorts and some directly via the python.org installers. I have modules installed through MacPorts and via PyPI, for the same Python version ...
0
votes
1answer
183 views
How to get UUID with Python?
System Report will display the system's Hardware UUID in the format 01234567-89ab-cdef-0123-456789abcdef.
Using the shell we can retrieve the same UUID:
ioreg -rd1 -c IOPlatformExpertDevice | grep ...
0
votes
1answer
135 views
How do I install libgit2 on OSX Lion?
I'm trying to install libgit2 on OSX, and I keep running into issues. Ultimately I'm trying to get pygit2 installed, which fails because it doesn't recognize libgit2 being installed.
libgit2's ...
0
votes
1answer
67 views
When I close the lid and open it later in the day, will command line programs resume?
I've been running a python script from the command line that's inserting data in a database for a couple of hours now. It will take at least half a day more before it's finished. However, I want to ...
0
votes
0answers
25 views
How to prevent searching in file with python from over-increasing OSX inactive memory? [closed]
I'm using mmap and re to search for words (1000+) in a file (9gig) without loading it into memory. I do this lots of times. In about 10 seconds I have 2.07 gigs of inactive memory (and 8.8mb free). ...
2
votes
3answers
1k views
How do I setup Python3.3 and Sublime Text 2 correctly on OS X 10.8.2?
I am trying to setup Sublime Text 2 so that the build command correctly runs Python3 / Python3.3 scripts.
I have installed Python 3.3 via the installer obtained from python.org and installed Sublime ...