-
Hello,
I followed the instruction regarding the installation on Ubuntu 20.04, and I'm getting the following error on database choosing.
~~~
## 16/09/2021 14:23:12 | 1.2.9.9 | wxPython 4.1.1 gtk…
-
os检查文件存在,只是文件名含有中文字符,最后发送失败,err_code是1,请问如何解决?
-
I noticed you are packaging the borked build for wxPython. The original/regular download for wxPython build on windows had compiled build issues(only on MSW). This is documented on the wxPython mailin…
-
>>> from wxpy import *
>>> bot = Bot()
Getting uuid of QR code.
Downloading QR code.
Please scan the QR code to log in.
Please press confirm on your phone.
Loading the contact, this may take a l…
-
Please press confirm on your phone.
Traceback (most recent call last):
File "C:/Users/king/Desktop/tools/zhuang/wechatRobot.py", line 3, in
bot = Bot()
File "C:\Python27\lib\site-packages…
-
### 学员信息
- 学号:
- 学习内容:
- 学习用时:
### 学习笔记
-
generate_wx_data.py", line 552, in
bot = Bot()
^^^^^
File "D:\Python\Python311\Lib\site-packages\wxpy\api\bot.py", line 83, in __init__
self.core.auto_login(
File "D:\Pytho…
-
Traceback (most recent call last):
File "wx.py", line 4, in
base_bot = Bot(True)
File "/Users/xiaoxi/opt/miniconda3/lib/python3.7/site-packages/wxpy/api/bot.py", line 86, in __init__
…
-
如题,`get_file` `file_name` `file_ext` 均无返回,代码如下~
```
In [9]: msg = bot.messages[-1]
In [10]: msg
Out[10]: cbt666 : (IMAGE)
In [11]: msg.file_name
In [12]: msg.file_ext
In [13]: msg.get_f…
-
微信在别人拉入群的时候,如果群人数较多,不会直接进群,而是需要在微信上点两下确认通过才能进去。请问在wxpy中怎么自动处理这种情况?