karldray / quantum

Simulate reverse causality using quantum suicide.
367 stars 19 forks source link

windows 10 #4

Closed dvdrbls closed 3 years ago

dvdrbls commented 5 years ago

Hi, thank you for this, I'm really interested in try this approach but I'm running windows 10 and I got this error

Traceback (most recent call last): File "C:\Users\DELL\Desktop\quantum\1.py", line 33, in solve(board) File "C:\Users\DELL\Desktop\quantum\1.py", line 26, in solve board[i] = quantum.choice(x for x in range(1, 10) if x not in neighbors) File "C:\Users\DELL\Desktop\quantum\quantum.py", line 11, in choice pid = os.fork() AttributeError: module 'os' has no attribute 'fork'

can you help? Thanks, David