First time here? Check out the FAQ!
1

Wing Pro and Python 3.10
 

I've been using Wing Pro 7.2.9.1 and Python 3.8.6 with no problems for a couple of years. However, I have recently installed Python 3.10.4 and it seems Wing is not working with this version of Python (I'm attaching the error stack here below).

I was wondering if upgrading to the latest version of Wing Pro (8.3.0) would likely solve the issue.

--- Error stack ---

Traceback (most recent call last): File "C:\Program Files (x86)\WingPro\bootstrap\wingdb.py", line 140, in <module> from debug.tserver import startdebug File "<frozen importlib._bootstrap="">", line 1027, in _find_and_load File "<frozen importlib._bootstrap="">", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap="">", line 672, in _load_unlocked File "<frozen importlib._bootstrap="">", line 632, in _load_backward_compatible File "C:\Program Files (x86)\WingPro/bin/ide-2.7/src/wingbase\mergeimporter.py", line 341, in load_module mod = self._LoadWingCode(full_name, full_path, is_pkg) File "C:\Program Files (x86)\WingPro/bin/ide-2.7/src/wingbase\mergeimporter.py", line 497, in _LoadWingCode return self._ExecMod(mod_name, compile_filename, co, is_pkg) File "C:\Program Files (x86)\WingPro/bin/ide-2.7/src/wingbase\mergeimporter.py", line 531, in _ExecMod exec(co, mod.__dict__) File "C:\Program Files (x86)\WingPro\bin\dbg\src\debug\tserver\startdebug.py", line 16, in <module> File "<frozen importlib._bootstrap="">", line 1027, in _find_and_load File "<frozen importlib._bootstrap="">", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap="">", line 672, in _load_unlocked File "<frozen importlib._bootstrap="">", line 632, in _load_backward_compatible File "C:\Program Files (x86)\WingPro/bin/ide-2.7/src/wingbase\mergeimporter.py", line 341, in load_module mod = self._LoadWingCode(full_name, full_path, is_pkg) File "C:\Program Files (x86)\WingPro/bin/ide-2.7/src/wingbase\mergeimporter.py", line 497, in _LoadWingCode return self._ExecMod(mod_name, compile_filename, co, is_pkg) File "C:\Program Files (x86)\WingPro/bin/ide-2.7/src/wingbase\mergeimporter.py", line 531, in _ExecMod exec(co, mod.__dict__) File "C:\Program Files (x86)\WingPro\bin\dbg\src\debug\tserver\abstract.py", line 19, in <module> File "<frozen importlib._bootstrap="">", line 1027, in _find_and_load File "<frozen importlib._bootstrap="">", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap="">", line 672, in _load_unlocked File "<frozen importlib._bootstrap="">", line 632, in _load_backward_compatible File "C:\Program Files (x86)\WingPro/bin/ide-2.7/src/wingbase\mergeimporter.py", line 341, in load_module mod = self._LoadWingCode(full_name, full_path, is_pkg) File "C:\Program Files (x86)\WingPro/bin/ide-2.7/src/wingbase\mergeimporter.py", line 497, in _LoadWingCode return self._ExecMod(mod_name, compile_filename, co, is_pkg) File "C:\Program Files (x86)\WingPro/bin/ide-2.7/src/wingbase\mergeimporter.py", line 531, in _ExecMod exec(co, mod.__dict__) File "C:\Program Files (x86)\WingPro\bin\dbg\src\debug\tserver\findmodules.py", line 342, in <module> File "C:\Program Files (x86)\WingPro\bin\dbg\src\debug\tserver\findmodules.py", line 232, in _FindTracer File "C:\Program Files (x86)\WingPro\bin\dbg\src\debug\tserver\findmodules.py", line 302, in _LoadModule SystemError: initialization of tdbgtracer_x64 failed without ... (more)

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
biancovic's avatar
11
biancovic
asked 2 years ago
Wingware Support's avatar
4.2k
Wingware Support
updated 2 years ago

Comments

see more comments

2 Answers

0

Wing 8 supports Python 3.10; Wing 7 only supported 3.9 and older Python versions.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Wingware Support's avatar
4.2k
Wingware Support
answered 2 years ago
link

Comments

see more comments
0

Thanks; I've upgraded to Wing Pro 8.3 and it works :-)

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
biancovic's avatar
11
biancovic
answered 2 years ago
link

Comments

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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)