tonybaloney / CSnakes

https://tonybaloney.github.io/CSnakes/
MIT License
95 stars 8 forks source link

CPython library now trying to resolve to "csnakes_python" instead of "python" #228

Open nhustler-gr opened 3 days ago

nhustler-gr commented 3 days ago

I'm guessing this was an accident.

tonybaloney commented 2 days ago

This is intentional, it's a made up name then in the initialization code we override the loader and resolve the path at runtime. Did you get an error?

nhustler-gr commented 1 day ago

Yes. Failing to resolve a library with the name "cnakes_python". I suppose the override isn't taking hold.