hippylover

Results 4 issues of hippylover

Hi. I downloaded the precompiled version of build-anywhere earlier today. Then: `source /home/kris/x86_64-anywhere-linux-gnu` Then i made a .c file with cython(embedding the python interpreter): `cython --embed -3 program.py` this depends...

question

``` $ go get -v -u github.com/kitech/qt.go github.com/kitech/qt.go (download) github.com/kitech/qt.go is a directory, should be a Go file ``` Do i need to worry about this? I cannot see any...

There's a project tackling portable builds on linux called build-anywhere located here: https://github.com/theopolis/build-anywhere I don't know if it is useful, just thought i should tell. Before i found python-build-standalone project...

``` 02:09:26 kris ~/unit_ut61eplus-main $ python readDMM.py Traceback (most recent call last): File "/home/kris/unit_ut61eplus-main/readDMM.py", line 9, in dmm = UT61EPLUS() ^^^^^^^^^^^ File "/home/kris/unit_ut61eplus-main/ut61eplus/ut61eplus.py", line 313, in __init__ self.dev.open(self.CP2110_VID, self.CP2110_PID) File...