473,324 Members | 2,246 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

python-Levenshtein-0.10.1

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

Sep 22 '06 #1
4 2608

jo*******@gmail.com 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?
Standard procedure for installing from source distribution any
well-packaged package (including extensions) on any platform:

1. make a directory for the purpose
2. unpack the downloaded archive into the directory
3. cd to the directory
4. which should contain a file "setup.py"
5. at the shell/command/whatever prompt, do
setup.py install
or whatever it takes to run the "setup.py" script with one argument,
"install"
6. stand well back :-)

-- all of which and much more can be found here:

http://docs.python.org/inst/inst.html

HTH,
John

Sep 22 '06 #2
Well I feel kind of stupid..

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

python setup.py install

-jb
jo*******@gmail.com 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
Sep 22 '06 #3
jo*******@gmail.com 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 Python Modules" manual should work:

http://docs.python.org/inst/inst.html

</F>

Sep 22 '06 #4
Thanks for the help guys!

Sep 22 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.