Re: [Tutor] py-editdist

2009-04-20 Thread عماد نوفل
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 > >> >>

Re: [Tutor] py-editdist

2009-04-20 Thread 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 -

Re: [Tutor] py-editdist

2009-04-20 Thread عماد نوفل
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

Re: [Tutor] py-editdist

2009-04-20 Thread 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 you need the Python source code installed,

[Tutor] py-editdist

2009-04-20 Thread عماد نوفل
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