It is being maintained - this release is very recent, there is just not a documented way to build this on debian-based systems yet. I have been playing with the setup.py on ubuntu. I have been able to build it:
I have the following packages installed: libnss3-1d-dbg - Development files for the Network Security Service libraries libnss3-dev - Development files for the Network Security Service libraries libnspr4-0d-dbg - Development files for the NetScape Portable Runtime library libnspr4-dev - Development files for the NetScape Portable Runtime library I tweaked the setup.py to use the path to nss and nspr libs, here is my diff: 313c313 < include_dirs = ['/usr/include/nss', '/usr/include/nspr'], --- > include_dirs = ['/usr/include/nss3', > '/usr/include/nspr4'], 322c322 < include_dirs = ['/usr/include/nss', '/usr/include/nspr'], --- > include_dirs = ['/usr/include/nss3', > '/usr/include/nspr4'], 331c331 < include_dirs = ['src', '/usr/include/nss', '/usr/include/nspr'], --- > include_dirs = ['src', '/usr/include/nss3', > '/usr/include/nspr4'], 340c340 < include_dirs = ['src', '/usr/include/nss', '/usr/include/nspr'], --- > include_dirs = ['src', '/usr/include/nss3', > '/usr/include/nspr4'], Hope this helps, David ----- Original Message ----- From: "Chris" <cmbee...@gmail.com> When I try to build this I'm getting compile erorr's and they seem to be caused by a missing definition for "NSSInitParameters". The reference to this name is in py_nss.h, but i can not actually find where it is defined in any of the included source code of any of the required libraries (searched all the code in nss3 and nspr4). Can anyone provide help on this. Is this python-nss project actually being maintained? Seems like it may not be. -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto