First time here? Check out the FAQ!

andykmiles's profile - activity

2022-01-19 01:17:42 -0500 received badge Famous Question (source)
2022-01-19 01:17:42 -0500 received badge Notable Question (source)
2021-10-11 12:13:24 -0500 marked best answer Terminal doesnt run in latest wing pro on ubuntu linux

I've tried on two laptops. I get: Error executing command .internal.toplevel.start_terminal Is there a fix? Thank you.

2021-10-11 12:13:16 -0500 received badge Teacher ( source )
2021-10-11 12:13:16 -0500 received badge Self-Learner ( source )
2021-10-10 12:33:26 -0500 answered a question Terminal doesnt run in latest wing pro on ubuntu linux

Thanks for fixing this so quickly!

2021-10-10 12:33:06 -0500 received badge Popular Question (source)
2021-10-03 20:12:31 -0500 asked a question Terminal doesnt run in latest wing pro on ubuntu linux

Terminal doesnt run in latest wing pro on ubuntu linux I've tried on two laptops. I get: Error executing command .intern

2020-08-04 21:56:36 -0500 received badge Famous Question (source)
2020-05-01 08:09:52 -0500 received badge Supporter ( source )
2020-04-22 18:11:51 -0500 received badge Enthusiast
2020-04-21 09:32:06 -0500 marked best answer Can the terminal work like bash terminal?

the new virtual environment support is awesome especially with the ability to launch terminal and she'll in the active environment. But having command history accessible with arrow keys and other terminal app features is really needed. Anyone got that to work? Any chance of enhancements to support this? Thanks

2020-04-20 20:12:52 -0500 received badge Famous Question (source)
2020-04-19 17:24:06 -0500 received badge Popular Question (source)
2020-04-19 17:24:06 -0500 received badge Notable Question (source)
2020-04-18 15:04:23 -0500 edited question Can the terminal work like bash terminal?

Can the terminal work like bash terminal? the new virtual environment support is awesome especially with the ability to

2020-04-18 15:03:38 -0500 edited question Can the terminal work like bash terminal?

Can the terminal work like bash terminal? the new virtual environment support is awesome especially with the ability to

2020-04-18 15:03:38 -0500 received badge Editor (source)
2020-04-18 15:02:41 -0500 asked a question Can the terminal work like bash terminal?

Can the terminal work like bash terminal? the new virtual environment support is awesome especially with the ability to

2020-03-10 08:10:55 -0500 received badge Notable Question (source)
2020-02-21 20:44:12 -0500 marked best answer pytest runner issue

I use WingWare with a project structure generation tool called pyscaffold (its very cool, and helps to ensure all your imports always work). Recently I have started to get errors on Linux and Windows when running pytest tests on pyscaffold projects from within Wingware Pro. On the command line pytest and python setup.py test all work fine. But when I run pytest from within Wing in the same environment I get this error: ERROR: usage: run_pytest_xml.py[options][file_or_dir][file_or_dir][...] run_pytest_xml.py: error: unrecognized arguments: --verbose inifile: c: \Users\chq - andym\projects\mattermost\setup.cfg rootdir: c: \Users\chq - andym\projects\mattermost

I have a setup.cfg that the pyscaffold-created setup.py reads, and the pytest sections look like this:

[tool:pytest] # Options for py.test: # Specify command line options as you would do when invoking py.test directly. # e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml # in order to write a coverage file that can be read by Jenkins. addopts = --cov mattermost --cov-report term-missing --verbose norecursedirs = dist build .tox testpaths = tests

If I comment out the --verbose pytest runs I tried changing --verbose to -v and it still fails. Also, I tried --version and -v on the -cov etc line and it still fails

It would be great if this can be fixed. Thanks! And btw, it would be fantastic if Wing could integrate with Pyscaffold in the New Project dialog

2020-02-21 20:44:10 -0500 received badge Famous Question (source)
2020-02-20 15:33:57 -0500 received badge Notable Question (source)
2020-02-20 15:33:33 -0500 marked best answer Terminal issue in 7.2.1.0

When trying to run terminal on ubuntu 18 in an active py 3.8.1 venv i get: Process failed to start: [Errno 1] Operation not permitted

the command is the default: bash -norc

Strangely specific shell command (say le, or running a py file) all work fine

2020-02-20 15:33:23 -0500 received badge Popular Question (source)
2020-02-20 11:23:18 -0500 received badge Popular Question (source)
2020-02-19 17:07:59 -0500 commented question pytest runner issue

Python 3.7.4, pytest-5.3.5

2020-02-19 11:34:12 -0500 asked a question pytest runner issue

pytest runner issue I use WingWare with a project structure generation tool called pyscaffold (its very cool, and helps

2020-02-19 11:32:05 -0500 answered a question Terminal issue in 7.2.1.0

Awesome! fixed. Thanks

2020-02-17 14:47:48 -0500 edited question Terminal issue in 7.2.1.0

Terminal issue in 7.2.1.0 When trying to run terminal on ubuntu 18 in an active py 3.8.1 venv i get: Process failed to s

2020-02-17 14:46:59 -0500 asked a question Terminal issue in 7.2.1.0

Terminal issue in 7.2.1.0 When trying ti rub ubuntu in an active py 3.8.1 venv i get: Process failed to start: [Errno 1]

2020-02-17 13:23:15 -0500 answered a question Using wing pro with pyscaffold

It is fixed! I am massively impressed at your follow up and fixing this. I love Wing Pro, and I teach about 60 students

2020-02-14 10:05:00 -0500 marked best answer Using wing pro with pyscaffold

I use pyscaffold to create all my projects and conda to manage the virtual environments. Everything just works in all IDEs (or it has to date). In Wing 7.2 the package imports all show errors, and pytest will not run (it fails with cannot read any output from test runner). The correct environment is active and package modules all run, although the editor shows imports as invalid (even though everything works). Tried under linux and windows. Any ideas?

2020-02-02 19:01:09 -0500 received badge Famous Question (source)
2020-02-02 13:04:51 -0500 commented question Using wing pro with pyscaffold

Yes I'm using the correct venv, and I have project properties set to activate it with the correct command. The environme

2020-02-02 13:02:41 -0500 received badge Popular Question (source)
2020-02-02 13:02:41 -0500 received badge Notable Question (source)
2020-01-28 20:42:38 -0500 received badge Student (source)
2020-01-28 20:42:27 -0500 asked a question Using wing pro with pyscaffold

Using wing pro with pyscaffold I use pyscaffold to create all my projects and conda to manage the virtual environments.