When I opened IDA6.8, the inside reported warning, idapython:importing "site" failed.
Wtf!? After I ordered OK, I went in to find out that the python at the bottom of Ida couldn't be loaded, and then I lost it, and I recently installed a python2.7.11 version.
Then I reload a python2.7.11 or reload a IDA6.8, the problem can not be solved.
I also try to look at the Python folder under the IDA6.8 directory, but I still do not see the level of the present.
----
Last search, this is a Python bug.
Bugs can occur in:
1. Install the recently released python2.7.11 (v2.7.11:6d1b6a68f775, Dec 5 2015, 20:32:19)
2. Using the IDA6.8 on Windows
------
There are currently 2 solutions :
1. Remove python2.7.11, install previous version (e.g. python2.7.10)
2.win+r Open "Run", enter regedit
Open the registry to find hkey_local_machine\software\wow6432node\python\pythoncore\2.7
Right-click on the 2.7 key "rename" to 2.7-32
This will solve the problem. :)
Solve the problem of idapython:importing "site" failed.