Man Python

Results 65 comments of Man Python

Right.. it's annoying. Should exist some option to turn off this or in #942 VSC globaly. Lets say that any plugin hvae this and before work firstly we must close...

My log regarding to https://github.com/therecipe/qt/issues/931#issuecomment-522166253 ``` C:\>qtsetup test -debug time="2019-08-17T00:14:57+02:00" level=panic msg="failed to recognize build target -debug" panic: (*logrus.Entry) (0x887900,0xc00018a1c0) goroutine 1 [running]: github.com/sirupsen/logrus.Entry.log(0xc000080120, 0xc0001680f0, 0x0, 0x0, 0x0, 0x0, 0x0,...

Other.. where I have no idea why `msg="failed to find header file" class=QAtomicOps module=Core` ``` C:\Go\bin\qtsetup.exe" -debug time="2019-08-17T00:24:26+02:00" level=debug msg=Execute _func=RunCmd cmd="go env GOMOD" dir= env= name=GOMOD time="2019-08-17T00:24:26+02:00" level=debug msg=Execute...

The VSC automaticly downloaded all when "Lanch GO". In fact it is commented as in link in `Go\src\github.com\kitech\dl` . But not commented on `Go\bin\pkg\mod\github.com\kitech\[email protected]` Not sure why old version was...

Now the log from VSC is similar like https://github.com/kitech/qt.go/issues/43#issuecomment-522253177 ``` time="2019-08-17T18:53:08+02:00" level=warning msg="CGO_CFLAGS already set, Cgo code could be optimized." layer=dlv go: extracting github.com/kitech/dl v0.0.0-20160302100715-9a2e942d3477 # runtime/cgo gcc: warning: D:\qtenv\lib\libffi-3.2.1\include:...

I have in TDM lib: ├─── gcc │ libbfd.a │ libdl.a │ libdl.dll.a │ libffi.a │ libffi.dll.a │ libopcodes.a │ libpsapi.a │ ├───libffi-3.2.1 │ └───include │ ffi.h │ ffitarget.h │...

2. Don't know what is difference when runing go build from `gopath\go\src\github.com\qtchina\qtenv_win64>go build -o button.exe \gopath\go\src\github.com\kitech\qt.go\examples\button.go` but the log is diffrent ``` # pkg-config --cflags -- libffi Package libffi was...

3.Strange ``` C:\>ECHO %CGO_CFLAGS% D:\qtenv_win64\lib\libffi-3.2.1\include C:\>echo %CGO_LDFLAGS% D:\qtenv_win64\lib\libffi-3.2.1 C:\> C:\>go build -o button.exe %GOPATH%\src\github.com\kitech\qt.go\examples\button.go # runtime/cgo E:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/5.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find D:\qtenv_win64\lib\libffi-3.2.1: Permission denied collect2.exe: error: ld returned 1 exit status #...

4. I repeated clone repo and.. log is diffrent. I totaly not controling the env `E:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/5.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -ldl collect2.exe: error: ld returned 1 exit status` ```D:\qtenv>go build -o button.exe...

Most often GO need TDM, why in https://github.com/kitech/qt.go/blob/master/install.md#windows-static-qt is `install from mingw-64 i686-win32-sjlj-7.2.0` ? ``` D:\qtenv>gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=E:/TDM-GCC-64/bin/../libexec/gcc/x86_64-w64-mingw32/5.1.0/lto-wrapper.exe Target: x86_64-w64-mingw32 Configured with: ../../../src/gcc-5.1.0/configure --build=x86_64-w64-mingw32 --enable-targets=all --enable-languages=ada,c,c++,fortran,lto,objc,obj-c++...