OMWLLF.py not working

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Post Reply
Snakestone
Posts: 2
Joined: 05 Jan 2022, 17:15

OMWLLF.py not working

Post by Snakestone »

For a good while I've been using OMWLLF with no issue. But 23 days ago (I know this cause my github post is that old) the program threw me an error. Whenever I run OMWLLF.py I get this:

File "C:\Users\John\omwllf.py", line 131
yield record
SyntaxError: 'return' with argument inside generator

I'm using python 3.9 and nothing has changed. Does anyone know how to fix this? Thank you.
User avatar
silentthief
Posts: 456
Joined: 18 Apr 2013, 01:20
Location: Currently traversing the Ascadian Isles

Re: OMWLLF.py not working

Post by silentthief »

I'd ask the person who came up with the utility (according to this post -> https://forum.openmw.org/viewtopic.php?t=4175),
jmelesky wrote: 02 Mar 2017, 21:08 I like playing with content mods, and I don't like wrestling with symlinks to get tes3cmd to work. So I wrote https://github.com/jmelesky/omwllf.
@jmelesky, perhaps you'd like to weigh in?

I don't know how much that user frequents the forum. If there is no reply back to this post in the next day or so, I *may* be able to do a little troubleshooting for python, but I cannot make any promises.

ST
jmelesky
Posts: 47
Joined: 02 Mar 2017, 20:52

Re: OMWLLF.py not working

Post by jmelesky »

Huh, that's odd. I've seen errors like that, but only when using older versions of Python 3 (e.g. 3.1). I'll try to take a look this weekend.
Post Reply