Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
It may be that the Python is 32-bit, which Wing 6 does not support on Linux except via remote development. But it would be odd to have /usr/bin/python3 be 32-bit on a Linux system where Wing can run -- it should only start at all on a 64-bit system.
And yeah, I'm on a 64-bit system.
Both executable and directory. The ones you can get from the terminal.
For some reason, Wing doesn't detect the right Python for me, there were only Python 2 default options, while i was using Anaconda Python in other path. But inputing it manually and restarting the shell in Wing solved this.
I've tried running Wing on other Linux distros yesterday, with the same result. I just can't get it to work.
and
I'll be sending over the logfiles. Hopefully we can resolve this - I've tried Wing on Windows and it seems nice, so I'd love to be able to use it on Linux as well!
But if not, then what do you get for output in the Python Shell if set WINGDB_PRINT_ALL_TRACEBACKS=1 in the Environment in your Project Properties in Wing and then restart the shell from its Options menu?
That may show us why Wing can't run the Python instance.
The 32-bit message that popped up seems to have to do with the steam overlay (tried disabled and enabled). This is the error:
----
Connecting to host id local failed.
Output received:
ERROR: ld.so: object '/home/silver/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
SSH client exited errno=0
----
This is the errror that I get when I select one of the python executables from the 'custom' entry in project properties:
----
Some values are invalid:
- Could not launch or inspect Python executable '/usr/bin/python3.3'. It should be the name of a Python interpreter that is on your PATH (such as python, python3.4, python.exe) or the full path to the Python interpreter you wish to use.
Please correct the values and try again.
----
I'll look into running this from the console, then give you info re: output
You can also inspect the os.environ from the Python Shell if that'll start, or from an OS Command, and reset or clear items that might be a problem in Environment in Wing's Project Properties. Using ENVNAME= (without any value after the =) to clear an env. It's probably LD_* envs that are causing this by listing 32-bit libraries or library directories.