I´m facing a problem in installing GNS3 Cisco simulator on Fedora 14.
I persistently followed the instructions on the
http://www.gns3.net website and the readme that came in with the GNS3 source package.
The main packages needed before running GNS3 are:
Dynamips
Dynagen
Qemu
Qt 4.5.1 (or higher)
Python 2.5 (or higher)
Sip 4.5 (or higher)
PyQt 4.5 (or higher
I´ve compiled and installed all the above packages...it took almost a lifetime, especially for Qt and PyQt.
Then, I compiled and installed the GNS3 package and that went well too.
But when I run the gns3 executable, I´m getting the error message given below:
[root@mnpc GNS3-0.7.2-src]# gns3
Can't import Qt modules, PyQt is probably not installed ...
I did a double install on PyQt, but the problem still persists.
Can someone tell me where I´m going wrong?