erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.69k stars 55 forks source link

REPL crash #163

Closed C-BJ closed 1 year ago

C-BJ commented 2 years ago

Describe the bug image

OS Windows 11

mtshiba commented 2 years ago

I reproduced this problem also on Ubuntu. The cause is that erg does not have permission to write files to the current directory (Erg writes a .pyc file and makes Python read it).