bug#38464: python-hy REPL is unusable

2020-06-16 Thread Royce Strange
Hello. The patch series that Jesse Gibbons submitted in bug#38554 were applied in commits: 6b520177734e1c144fd6394f801919d0b54fa23e c5eb8cf844148fb99934c3fedc3b4a0da55f9d8e c215051dcf30b11c755aea4e2527b4d3d91c34bb Briefly validated that the reported issue of the repl being unusable seems fixed:

bug#38464: python-hy REPL is unusable

2019-12-09 Thread Jesse Gibbons
On Mon, 2019-12-02 at 17:16 -0700, Jesse Gibbons wrote: > 1. install python-hy > 2. run hy3 (to make sure it's setup to use python 3.7.4) > 3. press with or without typing anything. > It prints the following error at the end of a long stack trace: > > ImportError: invalid flags 1495674643 in 'hy.

bug#38464: python-hy REPL is unusable

2019-12-02 Thread Jesse Gibbons
On Mon, 2019-12-02 at 17:16 -0700, Jesse Gibbons wrote: > 1. install python-hy > 2. run hy3 (to make sure it's setup to use python 3.7.4) > 3. press with or without typing anything. > It prints the following error at the end of a long stack trace: > > ImportError: invalid flags 1495674643 in 'hy.

bug#38464: python-hy REPL is unusable

2019-12-02 Thread Jesse Gibbons
1. install python-hy 2. run hy3 (to make sure it's setup to use python 3.7.4) 3. press with or without typing anything. It prints the following error at the end of a long stack trace: ImportError: invalid flags 1495674643 in 'hy.core.language' This also happens when using hy2py3, and I have atta