cwing2019
cwing2019
xpo DevTools is running at http://localhost:19002 Opening DevTools in the browser... (press shift-d to disable) Some of your project's dependencies are not compatible with currently installed expo package version: -...
once uninstall py3.11,and reinstall py3.11,it also dont works.. dont know why. can't see anylogs
yes,both python3 and pybindgen is ok. I try on a new fresh install windows10 and install python from python.org . and i am sure install pybindgen ok the same result..
pygen version like this C:\Python311\Lib\site-packages\PyBindGen-0.22.1.dist-info C:\Python3.8\Lib\site-packages\PyBindGen-0.22.1.dist-info
infact,the go,py file has been generate to out2 or out folder anyhow. C:\Users\Administrator\gotest\out2>goimports -w hi.go err: go resolves to executable in current directory (.\go.py): stderr: simply execute this also gets...
> is it possibly not finding python3? can you verify it is found at commandline? and pybindgen is installed? C:\Users\Administrator\gotest>goimports -w out4\simple.go //this echo nothing. C:\Users\Administrator\gotest>cd out4 C:\Users\Administrator\gotest\out4>goimports -w simple.go...