You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by Noam Wolf <no...@gmail.com> on 2009/12/11 18:58:54 UTC

AM_PATH_PYTHON not found

I tried installing thrift on my ubuntu box and when I run the bootstrap
script I get:

aclocal: configure.ac: 96: macro `AM_PATH_PYTHON' not found in library

I can't find any articles online relating to thrift installation so I figure
I'd reach out to you guys.

Any help would be greatly appreciated!

-noam

Re: AM_PATH_PYTHON not found

Posted by Dvir Volk <dv...@gmail.com>.
Look under test/py/TestServer.py
there's a server example there

On Fri, Dec 11, 2009 at 11:41 PM, Noam Wolf <no...@gmail.com> wrote:

> Thanks that worked!
>
> So this maybe a really stupid question... but now that I have installed
> thrift, I have even created a few .thrift classes and compiled them, how do
> I start the server?  Where do I put my service definitions?
>
> On Fri, Dec 11, 2009 at 2:02 PM, David Reiss <dr...@facebook.com> wrote:
>
> > I would recommend downloading our release candidate
> > (http://people.apache.org/~todd/thrift-0.2.0-incubating-rc0.tar.gz<
> http://people.apache.org/%7Etodd/thrift-0.2.0-incubating-rc0.tar.gz>
> > )
> > or the latest instant release (from http://instant.thrift-rpc.org/),
> > and trying with those.  Skip the bootstrap.sh step and go straight to
> > ./configure.
> >
> > Noam Wolf wrote:
> > > I tried installing thrift on my ubuntu box and when I run the bootstrap
> > > script I get:
> > >
> > > aclocal: configure.ac: 96: macro `AM_PATH_PYTHON' not found in library
> > >
> > > I can't find any articles online relating to thrift installation so I
> > figure
> > > I'd reach out to you guys.
> > >
> > > Any help would be greatly appreciated!
> > >
> > > -noam
> >
>
>
>
> --
> Best Regards,
> Noam Wolf
>

Re: AM_PATH_PYTHON not found

Posted by Noam Wolf <no...@gmail.com>.
Thanks that worked!

So this maybe a really stupid question... but now that I have installed
thrift, I have even created a few .thrift classes and compiled them, how do
I start the server?  Where do I put my service definitions?

On Fri, Dec 11, 2009 at 2:02 PM, David Reiss <dr...@facebook.com> wrote:

> I would recommend downloading our release candidate
> (http://people.apache.org/~todd/thrift-0.2.0-incubating-rc0.tar.gz<http://people.apache.org/%7Etodd/thrift-0.2.0-incubating-rc0.tar.gz>
> )
> or the latest instant release (from http://instant.thrift-rpc.org/),
> and trying with those.  Skip the bootstrap.sh step and go straight to
> ./configure.
>
> Noam Wolf wrote:
> > I tried installing thrift on my ubuntu box and when I run the bootstrap
> > script I get:
> >
> > aclocal: configure.ac: 96: macro `AM_PATH_PYTHON' not found in library
> >
> > I can't find any articles online relating to thrift installation so I
> figure
> > I'd reach out to you guys.
> >
> > Any help would be greatly appreciated!
> >
> > -noam
>



-- 
Best Regards,
Noam Wolf

Re: AM_PATH_PYTHON not found

Posted by David Reiss <dr...@facebook.com>.
I would recommend downloading our release candidate
(http://people.apache.org/~todd/thrift-0.2.0-incubating-rc0.tar.gz)
or the latest instant release (from http://instant.thrift-rpc.org/),
and trying with those.  Skip the bootstrap.sh step and go straight to
./configure.

Noam Wolf wrote:
> I tried installing thrift on my ubuntu box and when I run the bootstrap
> script I get:
> 
> aclocal: configure.ac: 96: macro `AM_PATH_PYTHON' not found in library
> 
> I can't find any articles online relating to thrift installation so I figure
> I'd reach out to you guys.
> 
> Any help would be greatly appreciated!
> 
> -noam