Tagged Questions
0
votes
1answer
39 views
running python via mac ports
I have installed python via mac ports, using:
sudo port install python33
I then did:
sudo port select --set python python33
and got:
Selecting 'python33' for 'python' succeeded. 'python33' is ...
1
vote
2answers
1k views
How do you know where macports installs python packages to?
I am running macports to install scipy and such on OS X leopard with python 2.7. The install runs successfully, but running python and trying to import the packages I've installed, they're not found.
...
1
vote
3answers
2k views
Running php scripts via command line mode gives warnings
Whenever I run my php command line script, before the script actually outputs to the screen, php always returns a bunch of error messages as follows:
PHP Warning: PHP Startup: Unable to load dynamic ...