I meant other coins, forked off of bitcoin core, like LTC, Dash, etc
And I answered, yes. Depending on when you got the coins...
Could you shed some light pls? See my post above

Python comes with pip automatically?
Can you not do:
python -m pip install Zope.Interface.whl
With Zope.Interface.whl being in the python folder.
I dont think python 2.7 comes with pip. And you cant install twisted for newer versions of python

idk what to do then?
Pip is by default included since python 2.7.9+.
On earlier versions you have to install it with
apt-get install python-pip in linux and through running
get-pip.py on windows.
Regarding your problem installing pip:
You also need OpenSSL installed on your system. Download and install it and check the OpenSSL version used by python via:
import ssl
print(ssl.OPENSSL_VERSION)
inside the python interpreter. What is the output ?
I have managed to install Python 2.7.15 (with pip included )and installed Twisted for python 2.7 by editing the registry and forcing Twisted to install - I will now try and extract private keys