o355 / PyTerm

A "terminal emulator" inside of Python
MIT License
1 stars 0 forks source link

Clean Linux start: No greeting file #26

Closed o355 closed 7 years ago

o355 commented 7 years ago

Traceback (most recent call last): File "pterm.py", line 88, in greet = open('assets\essential\greeting.txt') FileNotFoundError: [Errno 2] No such file or directory: 'assets\essential\greeting.txt'

Ubuntu 16.04.1 LTS, Python 3.

o355 commented 7 years ago

Now testing...

o355 commented 7 years ago

Alright, requires another code change.

o355 commented 7 years ago

Issue is fixed, PyTerm is running on a Linux machine.