aungthuhan
2017-09-13 01:14 deepin
I can install by $sudo apt-get install gns3 and can use .
But the version is very old (0.8.7-2 ) I want to use latest version 2.0.3 .
But the version is very old (0.8.7-2 ) I want to use latest version 2.0.3 .
Reply Like 0 View the author
I would like to use GNS3 2.0.3 on Deepin 15.4.1 .
1. I add the repo list to /etc/apt/source.list
deb http://ppa.launchpad.net/gns3/ppa/ubuntu trusty main
deb-src http://ppa.launchpad.net/gns3/ppa/ubuntu trusty main
2. $sudo apt-get install gns-gui
after finished the installation
I have got this error when I start the gns3 via terminal
aungthuhan@boom:~$ gns3
Could not find platform independent libraries
Could not find platform dependent libraries
Consider setting $PYTHONHOME to
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ImportError: No module named 'encodings'
Aborted
can you show me the way to right solution ?