[Scikit-learn-general] Mac OS install problem

2013-08-13 Thread MORGANDON G
Can someone direct me to the correct place to find help with an installation problem I have on the Mac? I used MacPorts and it said everything went just fine. It says it is installed and active but I can't get it to run. I would appreciate any sort of help. Thank you, Don Morgan

Re: [Scikit-learn-general] Mac OS install problem

2013-08-13 Thread Gilles Louppe
Hi, Please be more specific. What are the error messages? Best, Gilles On 13 August 2013 14:14, MORGANDON G doh...@mac.com wrote: Can someone direct me to the correct place to find help with an installation problem I have on the Mac? I used MacPorts and it said everything went just

Re: [Scikit-learn-general] Mac OS install problem

2013-08-13 Thread MORGANDON G
command not found On Aug 13, 2013, at 8:21 PM, Gilles Louppe g.lou...@gmail.com wrote: Hi, Please be more specific. What are the error messages? Best, Gilles On 13 August 2013 14:14, MORGANDON G doh...@mac.com wrote: Can someone direct me to the correct place to find help

Re: [Scikit-learn-general] Mac OS install problem

2013-08-13 Thread Gilles Louppe
What command are you typing? To use scikit-learn, if you have either use a Python shell (ie, using the python command in a terminal) or execute a Python script (using python script.py). Are you familiar with the Python programming language? On 13 August 2013 14:23, MORGANDON G doh...@mac.com

Re: [Scikit-learn-general] Mac OS install problem

2013-08-13 Thread MORGANDON G
Not up until now. And I have not been using a Python shell. So I typed Python and Python 2.7.2 came up. I downloaded py26-scikit-learn. I tried nosetests sklearn --exe but got a syntax error. So, will python 2.7.2 work with this package? I can see the directory for python 2.6 on my machine.

Re: [Scikit-learn-general] Mac OS install problem

2013-08-13 Thread MORGANDON G
import sklearn sklearn module 'sklearn' from '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/sklearn/__init__.pyc' is this good news? Don On Aug 13, 2013, at 8:38 PM, Gilles Louppe g.lou...@gmail.com wrote: What command are you typing? To use

Re: [Scikit-learn-general] Mac OS install problem

2013-08-13 Thread Gilles Louppe
Yep! Scikit-Learn is indeed properly installed on your system :) On 13 August 2013 15:28, MORGANDON G doh...@mac.com wrote: import sklearn sklearn module 'sklearn' from '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/sklearn/__init__.pyc' is

Re: [Scikit-learn-general] Mac OS install problem

2013-08-13 Thread MORGANDON G
So it is just a matter of learning python. I am at the tutorial, if there is a better way to get there there let me know. Thank you for your help. Don On Aug 13, 2013, at 9:35 PM, Gilles Louppe g.lou...@gmail.com wrote: Yep! Scikit-Learn is indeed properly installed on your system :)

Re: [Scikit-learn-general] Mac OS install problem

2013-08-13 Thread MORGANDON G
OK, well thanks for your help. I will get there. Don On Aug 13, 2013, at 9:59 PM, Gilles Louppe g.lou...@gmail.com wrote: I would recommend following the official tutorials on Python and Numpy before diving into scikit-learn: http://docs.python.org/2/tutorial/