Tagged Questions
0
votes
0answers
19 views
Connecting to Postfix using Python or Telnet
I managed to configure a local postfix server, which works correctly when using the mail command (and I receive emails from the cron deamon),
however, if I try to connect using telnet localhost 25 ...
0
votes
1answer
31 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
49 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
40 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
1answer
164 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
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:
# ...
0
votes
1answer
189 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 ...
2
votes
3answers
2k 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 ...
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?
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 ...
1
vote
4answers
4k views
What's wrong with my launchctl config?
I'm trying to auto-run SickBeard on login
python /Applications/Sick-Beard/Sickbeard.py
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN ...
2
votes
2answers
255 views
Run through terminal PYTHON
Is there a way on a mac to make it so when you click on a python script it runs python filename.py through terminal?
4
votes
3answers
990 views
Installing Python on Mac 10.5.8 64-bit
I'm working on getting Python installed on my Mac 10.5.8 and I have been having a heck of a lot of trouble.
The standard downloads at Python.org do not show a compatible version.
They have 10.3 - ...
1
vote
1answer
2k views
How to remove one old python installation from a system with multiple (non-system) installations of python
Disclaimer
First, let me get the obvious out of the way: I have not touched the system-bundled Python. I know it’s important to leave it alone. I have, in fact, done exactly that. ☺
Background
...
3
votes
3answers
267 views
Problems integrating Python 3.1 on 10.6.5
I am beginning to learn Python, and want to "upgrade" my Python installation os OS X 10.6.5.
I know it's a bad idea to directly upgrade the Python install, so I have installed Python 3.1 separately ...