python-Levenshtein-0.10.1

2006-09-22 Thread joshbloom
Hi Guys,

I've been using this c implementation
http://trific.ath.cx/resources/python/levenshtein/ on a windows box and
it works great.

I'd like to move my app over to linux machine and am wondering if
someone could help me understand how to 'install' this extension on a
linux machine?

Thanks, 
Josh

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: python-Levenshtein-0.10.1

2006-09-22 Thread joshbloom
Well I feel kind of stupid..

But here's the answer in case anyone else searches for this.

python setup.py install

-jb


[EMAIL PROTECTED] wrote:
> Hi Guys,
>
> I've been using this c implementation
> http://trific.ath.cx/resources/python/levenshtein/ on a windows box and
> it works great.
>
> I'd like to move my app over to linux machine and am wondering if
> someone could help me understand how to 'install' this extension on a
> linux machine?
> 
> Thanks, 
> Josh

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: python-Levenshtein-0.10.1

2006-09-22 Thread joshbloom
Thanks for the help guys!

-- 
http://mail.python.org/mailman/listinfo/python-list