I found out why I got the error. I installed wxPython via rpm. The verion of python I was using(2.3) was installed in the default path that ./configure set up. (I usually don't specify the path.) Anyway the rpm installed in a different location than where py2.3 was installed, hence the problem. I have solved it using just the installed python from RH 2.2 and it works fine now.
Thanks Now I can start using this good(?) IDE (haven't used it yet).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found out why I got the error. I installed wxPython via rpm. The verion of python I was using(2.3) was installed in the default path that ./configure set up. (I usually don't specify the path.) Anyway the rpm installed in a different location than where py2.3 was installed, hence the problem. I have solved it using just the installed python from RH 2.2 and it works fine now.
Thanks Now I can start using this good(?) IDE (haven't used it yet).
Wish you enjoy it!