Hi Chelsea,

I've got pytables working just fine on Mac OS X snow leopard (10.6.4).
 You need to make sure you get all the dependencies installed properly
on your Mac.  I believe you should be using and installing everything
for Python 2.6.  Make sure you have numexpr 1.3 or greater, numpy (the
latest version), the hdf5 (which was what I had the most problems with
installing).  Once all the dependencies are installed, installing
pytables is just sudo easy_install tables (make sure easy_install uses
your 2.6 Python site packages).

I have more detailed notes if you have more problems.  Let me know

Grace

On Thu, Oct 7, 2010 at 4:16 PM, Chelsea Sharon <c.e.sha...@gmail.com> wrote:
> Brandt Belson <bbelson <at> princeton.edu> writes:
>
>> I have good news! I had unusual problems installing other things, so I
> decided to reinstall OSX. Then I installed python from python.org with the
> .dmg installer, then numpy, then hdf5 into /usr/local, and then
> easy_install tables worked perfectly. I ran tables.test() and it passed.
>
> Hi Brandt (and everyone else)-
>
> So I've been having similar levels of difficulty in getting pytables up and
> running on my Mac, and am contemplating a wipe and reinstall (but
> loathing the idea- too many finicky astronomy programs...), so I wanted
> to double check that there was nothing else special you did. Like did you
> specific the i386 architecture (I'm hoping to get everything working in
> 64-bit mode) or need to install cython (a dependency problem I had at
> some point) or was it all just easy_install and you were done? I'm not the
> most terribly experienced when it comes to non-dmg installations, so
> any tips at all will be immensely useful.
>
> Thanks for the help!
> -Chelsea
>
>
>
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today.
> http://p.sf.net/sfu/beautyoftheweb
> _______________________________________________
> Pytables-users mailing list
> Pytables-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pytables-users
>

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to