-
## What I did to trigger the issue
I've upgraded with `pip install --upgrade xonsh` to see if another issue was resolved.
## The trace I get:
```
Traceback (most recent call last):
File "/usr…
-
prompt-toolkit version 2.0 includes a big refactoring of the internal architecture: https://github.com/jonathanslenders/python-prompt-toolkit/blob/master/CHANGELOG
and xonsh can't work with it:
…
-
Suppose you have a xonsh script with a syntax error in it. A traceback will be generated properly, but it will sometimes incorrectly point to the wrong line in the file if preceded by lines in subproc…
-
after I upgraded all xonsh and python to latest version with brew, when i running `xonsh --version` i got error :
```
om xonsh.main import main
File "/usr/local/lib/python3.6/site-packages/xons…
-
Example:
```
$ print("""Line
break""")
Line
break
$ echo @("""Line
break""")
xonsh: To log full traceback to a file set: $XONSH_TRACEBACK_LOGFILE =
Traceback (most recent call last):
…
-
SELECT 20, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' OR layout = 'meld' THEN
GRO…
-
(tensorflow1) C:\tensorflow1\models\research\object_detection>python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config
INFO:tensorflow:…
-
Hey, I wanted to try out xonsh and installed it using homebrew, but I see this error every time I get into a `xonsh` shell. It looks like something related to getting the current git branch.
```
…
-
https://github.com/jonathanslenders/python-prompt-toolkit/tree/master/prompt_toolkit/key_binding
-
I am having trouble getting the prompt_toolkit shell to work on macOS Sierra. I installed xonsh using Homebrew and prompt_toolkit using pip3.
```
$ py
>>> import prompt_toolkit
>>> prompt_toolki…
fenhl updated
6 years ago