[Cryptography-dev] Cryptography error when running a script.
Paul Kehrer
paul.l.kehrer at gmail.com
Mon Sep 25 20:11:22 EDT 2017
The error you’re referencing is a user warning and not an error from cryptography at all. It only exists to notify users of Python 2.6 that support will be dropped at some point in the future and that they should stop using such an old Python.
The actual error appears to be related to the “coherent_path_default_score failed with exception” line after that. That isn’t in cryptography so you’ll need to look deeper to figure out where your issue is.
-Paul Kehrer (reaperhulk)
> On Sep 25, 2017, at 11:24 PM, Kumar, Anil <Anilkumar.Abbaiahred at Staples.com> wrote:
>
> Hi
>
> I am getting an error when running a script in production.
>
>
> Here are the details.
>
> # Session Timeout Enabled on linux
> /usr/lib64/python2.6/site-packages/cryptography/__init__.py:26: DeprecationWarning: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of cryptography will drop support for Python 2.6
> DeprecationWarning
> No handlers could be found for logger "paramiko.transport"
> coherent_path_default_score
> coherent_path_default_score failed with exception
>
> Blue Uranium is our dev box which is working fine. Blue Neon is our Production Box where were are getting the above error.
>
> Can you please let me know if this issue is related to a version change?
>
> Thanks
> Anil
>
> Blue Uranium
>
> # This file is dual licensed under the terms of the Apache License, Version
> # 2.0, and the BSD License. See the LICENSE file in the root of this repository
> # for complete details.
>
> from __future__ import absolute_import, division, print_function
>
> __all__ = [
> "__title__", "__summary__", "__uri__", "__version__", "__author__",
> "__email__", "__license__", "__copyright__",
> ]
>
> __title__ = "cryptography"
> __summary__ = ("cryptography is a package which provides cryptographic recipes"
> " and primitives to Python developers.")
> __uri__ = "https://github.com/pyca/cryptography"
>
> __version__ = "2.0.3"
>
> __author__ = "The cryptography developers"
> __email__ = "cryptography-dev at python.org"
>
> __license__ = "BSD or Apache License, Version 2.0"
> __copyright__ = "Copyright 2013-2017 {0}".format(__author__)
>
>
> Blue Neon
>
> # This file is dual licensed under the terms of the Apache License, Version
> # 2.0, and the BSD License. See the LICENSE file in the root of this repository
> # for complete details.
>
> from __future__ import absolute_import, division, print_function
>
> __all__ = [
> "__title__", "__summary__", "__uri__", "__version__", "__author__",
> "__email__", "__license__", "__copyright__",
> ]
>
> __title__ = "cryptography"
> __summary__ = ("cryptography is a package which provides cryptographic recipes"
> " and primitives to Python developers.")
> __uri__ = "https://github.com/pyca/cryptography"
>
> __version__ = "1.4"
>
> __author__ = "The cryptography developers"
> __email__ = "cryptography-dev at python.org"
>
> __license__ = "BSD or Apache License, Version 2.0"
> __copyright__ = "Copyright 2013-2016 {0}".format(__author__)
>
>
> _______________________________________________
> Cryptography-dev mailing list
> Cryptography-dev at python.org
> https://mail.python.org/mailman/listinfo/cryptography-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cryptography-dev/attachments/20170926/4dd98c0e/attachment-0001.html>
More information about the Cryptography-dev
mailing list