-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run this app on Linux Mint #18
Comments
Can you send over the config/config.json file ? This traceback indicates that the file is not properly formatted JSON, though the default file passes when linted |
I have exactly the same on Kubuntu 18.04.3. (Same base OS vers. and py vers.) and RTE-0.95b release.
I corrected this for my install and get now this error:
With the source code from current "master" the json error is gone, but it throws also the previous cited error. |
I don't change
O I see I have one too many brackets and one missing comma. |
I fix config/config.json and now I get the same result as @madeddy :
|
Will check this out. I have to admit, I'm surprised to see people interested in the project since I haven't worked on it for the past 8 or so months. |
@dogeek There are more and more more added renpy games so people will be interest in it 😄 |
I just tested it on windows without any issues. It'll take me a while to have access to a linux machine to test it on though. My best bet is that I didn't put any shebangs in the python files. Are you running the app from the released version, or from source ? |
For me both variants like said in my last msg. And to repeat it:
The interest? I found it earlie summer by chance and lurked some from there. RTE is something i thought already years ago we should have for the engine. |
@madeddy @dogeek
|
I try to run this on Linux Mint 19.3 x64 with python 3.6.9
I made:
pip3 install -r requirements.txt --upgrade
But when I try to run:
python3. -m renpytexteditor.py
I get this:
The text was updated successfully, but these errors were encountered: