Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 [2]

Author Topic: Help needed: I was merging mods and encountered game crashes along the way.  (Read 1500 times)

voliol

  • Bay Watcher
    • View Profile
    • Website
Re: Help needed: I was merging mods and encountered game crashes along the way.
« Reply #15 on: February 10, 2020, 03:31:07 pm »

Tested it, gave me an error:
Spoiler (click to show/hide)

Hum, I thought it was in Python 3 but now that I think about it I made it before migrating. The code also checks out - it’s in Python 2.7. Either find a way to run it in Python 2.7, or do some changes to translate it into Python 3 (replace ”print [whatever]” with ”print([whatever])” and ”raw_input()” with ”input()”).

I’d recommend the latter, as double Python setups are tricky, but can’t personally test either due to computer issues.
Pages: 1 [2]