Comment 5 for bug 482993

Revision history for this message
Alexey (alexey-muranov) wrote :

After having installed pdf2svg with MacPorts, extensions, including textext, were working, but i have not done yet
sudo port install python_select, sudo python_select python26
(running python from command line would start Apple's python 2.6.1 instead of MacPorts' python 2.6.4)
so i did

sudo port install python_select
sudo python_select python26

and extensions happily stopped working.
Then i did

sudo port deactivate python26

and extensions happily started working again.
(I also restarted the machine in between, but i guess this does not matter.)
Now i do not have python in command line, but hope that restarting the machine again will bring back Apple's python to command line...