Skip to content

Conversation

@Christian-B
Copy link
Member

No description provided.

@Christian-B Christian-B requested a review from rowleya February 9, 2026 09:07
Copy link
Member

@rowleya rowleya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One thing to check

Comment on lines +304 to +305
multiprocessing.freeze_support()
script = PyNNScript()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem with removing the main that you might find is that the freeze_support is something that you have to code with that when using, as the "subprocess" will otherwise call things it shouldn't! I think this is just a Windows thing though, so an option is to remove that call and let Windows people work it out for themselves...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants