Thanks for the help guys!
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> 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?
unless the README in the distribution says otherwise, following the
instructions in the standard "Installing Pytho
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'
[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 e