You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks so much for hosting the "Writing Python Modules in Rust" tutorial at PyCon 2024! I was able to follow along in the README for the most part, but ran into trouble whenever I needed to add the module code in lib.rs, specifically the parts like this (I kept getting "Not Found in this Scope" errors):
Hi Cheukting,
Thanks so much for hosting the "Writing Python Modules in Rust" tutorial at PyCon 2024! I was able to follow along in the README for the most part, but ran into trouble whenever I needed to add the module code in
lib.rs
, specifically the parts like this (I kept getting "Not Found in this Scope" errors):After talking with someone else in the audience, I found that this code worked instead for me:
Not sure if other people have had the same issue. I'm brand new to Rust, so hopefully this helps more people get up and running.
Thanks again!
~Matt
The text was updated successfully, but these errors were encountered: