First time here? Check out the FAQ!
1

Installation issues with Debian 9 x86_64

using Python 3.5: "NameError: name 'reload' is not defined" https://pastebin.com/raw/ZjHvpkVq

using python 2.7: "OSError: /opt/wingide/bin/__os__/linux-x64/runtime-openssl/lib/libssl.so.1.1: symbol EVP_idea_cbc, version OPENSSL_1_1_0 not defined in file libcrypto.so.1.1 with link time reference" https://pastebin.com/raw/0aEKRB5e

This is a quite vanilla debian 9 with python 2.7 and 3.5 (default)

asked 2019-08-18 10:16:52 -0500
This post is a wiki. Anyone with karma >75 is welcome to improve it.
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Don't set WINGPYTHON. That's for people working on Wing only and in general Wing only runs with the Python installation that's included with it (and is only intended for Wing and not for use with your own code; Wing uses the latest Python on your system by default for your code, or the Python you point it to with Python Executable in Project Properties, from the Project menu).

Wingware Support's avatar
4k
Wingware Support
answered 2019-08-18 14:41:38 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer