I thought it was 2.7? But I have Python 3, so it might be that. I read about that specific error being about needing Python 2.7 Specifically. Also, I couldn't get emsdk to work since I had the wrong Python, and actually, now that I think about it, that's where I remember that specific error from. I remember changing .iteritems and things to the Python 3 compatible syntax to get the emsdk script to run on Python 3.
I don't understand what I need to do to avoid keeping getting this error. lol. I think I have 2.7 and 3 installed. On Mon, Aug 1, 2016 at 11:03 AM, James Stortz <[email protected]> wrote: > I thought it was 2.7? But I have Python 3, so it might be that. I read > about that specific error being about needing Python 2.7 Specifically. > Also, I couldn't get emsdk to work since I had the wrong Python, and > actually, now that I think about it, that's where I remember that specific > error from. I remember changing .iteritems and things to the Python 3 > compatible syntax to get the emsdk script to run on Python 3. > > I don't understand what I need to do to avoid keeping getting this error. > lol. I think I have 2.7 and 3 installed. > > On Mon, Aug 1, 2016 at 10:56 AM, Jukka Jylänki <[email protected]> wrote: > >> Which python version was this run on? Is it an option to upgrade to >> latest python 2.7.x? I don't think we'd have had any behavior in old >> Emscripten that would require old python as well, so updating python should >> be a safe thing to attempt. >> >> 2016-07-29 8:53 GMT+03:00 James Stortz <[email protected]>: >> >>> For the Emscripten Compiler, I am in the same thinking now that you've >>> explained that to me. Here's where I think the resolution is. The Python >>> version. Is there anything in the build options and whatnot having to do >>> with that? >>> >>> I remember the cause of that specific error, .iteritems on >>> ['Variables']['global'], being Python compatibility. (.iteritems method was >>> changed to something else.) >>> >>> Anyway, thanks! (I have been trying to track down people who have run >>> this before. Tried to contact the developer, but sadly haven't heard >>> anything.) >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "emscripten-discuss" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "emscripten-discuss" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/emscripten-discuss/U57NUX_7ObA/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
