I'm currently playing around with Python and the Twint module. The problem is that when I try to run the program in Atom, I permanently get this error message:
("ImportError: No module named twint")
The funny thing is that the error message does not appear when I start Atom and run the program for the first time, but from the second time on it does appear. The first time everything works as intended.
What can I do to prevent this? I have twint obiously installed on my PC.
Edit: I am able to find the twint package under .atom/packeges and Atom also shows it to me as an installed package, but I still get the error..