Skip to content

Instantly share code, notes, and snippets.

I obtain this error with all versions of pyfirebirdsql
File "H:\python33\lib\site-packages\firebirdsql\wireprotocol.py", line 523, in _op_attach
s = self.str_to_bytes(crypt.crypt(self.password, '9z')[2:])
AttributeError: 'NoneType' object has no attribute 'crypt'
I use
Win XP SP3
Python 3.0