tp://www.alan-g.me.uk/
>
>
> --
> *From:* Emad Nawfal (عماد نوفل)
> *To:* Alan Gauld
> *Cc:* tutor@python.org
> *Sent:* Monday, 20 April, 2009 6:55:31 PM
> *Subject:* Re: [Tutor] py-editdist
>
>
>
> 2009/4/20 Alan Gauld
>
>>
>>
: Alan Gauld
Cc: tutor@python.org
Sent: Monday, 20 April, 2009 6:55:31 PM
Subject: Re: [Tutor] py-editdist
2009/4/20 Alan Gauld
"Emad Nawfal (عماد نوفل)" wrote
e...@emad-desktop:~/Desktop/py-editdist-0.3$ python setup.py build
running build
gcc -pthread -fno-strict-aliasing -
2009/4/20 Alan Gauld
>
> "Emad Nawfal (عماد نوفل)" wrote
>
> e...@emad-desktop:~/Desktop/py-editdist-0.3$ python setup.py build
>> running build
>> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
>> editdist.c:22:20: error: Python.h: No such file or directory
>>
>
> Looks like y
"Emad Nawfal (عماد نوفل)" wrote
e...@emad-desktop:~/Desktop/py-editdist-0.3$ python setup.py build
running build
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
editdist.c:22:20: error: Python.h: No such file or directory
Looks like you need the Python source code installed,
Hi Tutors,
I tried to install this edit distance module but failed:
http://www.mindrot.org/projects/py-editdist/
I'm running Ubuntu Linux. The error message is below. Your help appreciated
e...@emad-desktop:~/Desktop/py-editdist-0.3$ python setup.py build
running build
running build_ext
building