1

I'm currently working on a C# application which should be able to launch multiple Python interpreters.

I've read several articles on the subject such as :

I'm experiencing a problem where sometimes the *.pyc files of the imported libraries are no more accessible because it seems that they have been corrupted.

My question is : Is it possible that launching multiple interpreter, let's say 50 maximum can cause this kind of behaviour?

Regards

Edit: I've changed the title, I'm having hard times to reproduce the probleme

Community
  • 1
  • 1
And0rian
  • 160
  • 1
  • 9

1 Answers1

1

I found the answer there Here is the answer:

python -B solved it

Community
  • 1
  • 1
And0rian
  • 160
  • 1
  • 9