python-c-extension icon indicating copy to clipboard operation
python-c-extension copied to clipboard

No Module Named HelloWorld

Open muriatic opened this issue 2 years ago • 1 comments

I am currently working with the 01-HeyMan folder, and I am using Visual Studio to try to run it. If I run the test.py file, I get ModuleNotFoundError: No module named 'helloworld'

If I run it in VSCode, I get an error as a result of Python.h not being found. Any tips or suggestions? and what is the typical work process? should I run the setup.py code first or can I simply just run the test.py and it works?

muriatic avatar Apr 05 '23 14:04 muriatic

I placed steps to build and run the example in README. Hope it helps.

starnight avatar Sep 30 '23 16:09 starnight