龍共每文

Results 30 comments of 龍共每文
trafficstars

The same problem happens to Linux also. missing the shared libs. OSError: Python library not found: libpython3.7m.so.1.0, libpython3.7m.so, libpython3.7mu.so.1.0, libpython3.7.so.1.0

https://github.com/pyenv/pyenv/wiki#how-to-build-cpython-with-framework-support-on-os-x https://github.com/pyenv/pyenv/wiki#how-to-build-cpython-with---enable-shared

The problem happens to me also. My python-backend is `lsp`. Importmagic and/or epc not found. importmagic.el will not be working. I use both pipenv and pyenv. But the importmagic does...

The problem is not really activate your virtual environment, which has importmagic or epc installed. - activate your virtual environment in shell and `pip install -U importmagic epc` - open...

according to the pipenv document 1. before installing dependent packages, create a project. ``` Usage Examples: Create a new project using Python 3.7, specifically: $ pipenv --python 3.7 ``` 2....

> url本身加引号,不要有反斜杠 - curl 测试,**手机端**中文依旧是乱码 - 用以下python代码测试, **手机端**也是同样乱码,**terminal log 是正常的中文**。 ``` python # -*- coding: utf-8 -*- import requests id_ = 538***593 # *** 表示隐藏 content = "你好" data =...

我这里 - Mojo-Weixin 不会出现乱码 - Mojo-Webqq 手机端出现乱码, **接受别人的不会有乱码, 自己发出去的是乱码。** ``` -- Non-blocking request (http://d1.web2.qq.com/channel/poll2) -- Client >>> Server (http://d1.web2.qq.com/channel/poll2) POST /channel/poll2 HTTP/1.1 Cookie: p_uin=o1034539004; pt4_token=fJb3mlmwEUK8vgCAxok6WfktkadeIfbyd-SyccEpgvs_; p_skey=RYQZaA4MGBT8zb8Kd56jV2IoDK3xn0qr89qWgxphAus_; RK=iTDtfAdgO+; ptisp=cnc; ptcz=a6cf5b0195d5ac676ce7d74d3a585ef27f1462cf3e54f2ffa7f837060b7d377b; uin=o1034539004;...

现在不仅仅是 openqq 发消息中文乱码, 更新到 v2.2.6 后, IRCShell 也是中文乱码。 发消息乱码, 接受消息正常。

``` bash LANG=en_US.UTF-8 LC_CTYPE=zh_CN.UTF-8 # 这里配置了中文环境 `LC_CTYPE=zh_CN.UTF-8` LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= ``` - **Mojo-Weixin 正常接发收** - Mojo-Webqq - ShowMsg - terminal 打印出来的...