xiehuc

Results 38 comments of xiehuc

did you install module with right python instance?

you can debug in alfred, type `which python3` in it. plus, i use /bin/zsh not /bin/bash

in my machine, it work well.

``` if command -v pyenv >/dev/null; then eval "$(pyenv init --path)" fi ``` i add above code in ~/.zshenv pyenv from `brew install pyenv`

that's cool, i'd see it later.

test compile master code with libde265 and libjpeg80 every thing goes well

it 's c ; not java ; no gc i'm also considered this question. infact i didn't know there is a better way to implement. if you know. please teach...

good job 2013/1/7 microcai [email protected] > I have an libwebqq implemented inside qqbot ( > https://github.com/microcai/qqbot ) > > Just one thread, no busy loop. two polling connection. every thing...