Python 2.7.15 not working on Golly 3.1

Has something gone haywire? Let us know about it!
Post Reply
User avatar
PushDecimal
Posts: 29
Joined: November 21st, 2018, 4:23 pm

Python 2.7.15 not working on Golly 3.1

Post by PushDecimal »

Whenever I specify the path to python27.dll, the "Could not load the Python library" dialog reappears.
User avatar
Ian07
Moderator
Posts: 899
Joined: September 22nd, 2018, 8:48 am
Location: Pennsylvania, US

Re: Python 2.7.15 not working on Golly 3.1

Post by Ian07 »

If you're on Windows, try setting the file path to this:

Code: Select all

C:\Windows\SysWOW64\python27.dll
If that doesn't work, then this might:

Code: Select all

C:\Windows\System32\python27.dll
Wiki: http://www.conwaylife.com/wiki/User:Ian07
Discord: lan07 (yes, that's a lowercase L)

xs24_69bobjob96
User avatar
dvgrn
Moderator
Posts: 12023
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: Python 2.7.15 not working on Golly 3.1

Post by dvgrn »

If neither of Ian07's suggestions work, please post the name of the Golly ZIP file you downloaded, and the name of the Python installer executable.

Or post what version Golly says it is in the status bar when you first start it up, and what version Python says it is when you type import sys;print sys.version at a Python command line. Both of those should say something about 32-bit vs. 64-bit, and they have to match.
User avatar
PushDecimal
Posts: 29
Joined: November 21st, 2018, 4:23 pm

Re: Python 2.7.15 not working on Golly 3.1

Post by PushDecimal »

Wow, I'm dumb. Turns out I was trying to run 64-bit Python on 32-bit Golly! When I ran a script in Golly 3.0 (64-bit), it worked perfectly.
Post Reply