rbcrack
rbcrack
more error 
This happens when trying to use the security module, 
I am getting this error 
Just to let you know no matter what I have tried to pick any version of python I have tried to install the requirment file and it just doesn't work....
If you still have problem, do this `#execPath = os.getcwd() #currentPath = os.path.dirname(__file__) #os.chdir(currentPath)` rpelace it with this `execPath = os.getcwd() currentPath = os.path.dirname(__file__) if __file__ else None if currentPath:...