Giter Club home page Giter Club logo

Comments (66)

tomy6925 avatar tomy6925 commented on July 26, 2024

近期,学习强国网站改版频繁,特开此页,为大家提供便利

各位大神修改好程序后,评论在此页,加上当日日期方便查找以及替换说明

e.g.
2020/3/27更新
说明:解压后替换原文件
pandalearning_20200327_102956.zip

这版改动哪里了啊?是不是扫码后程序不往下走??

from panda-learning.

liukangyi2019 avatar liukangyi2019 commented on July 26, 2024

任务完成了,但是报错,学习时间太长,请大佬指点:

[0328/074436.1 478 ERRORErtc peer. connect ion_ handler .cc61201)] Failed to parse SessionDescription. a =msid:
Missing track ID in msid attribute。

视频学习中,视频剩余1个,本次剩余时间1当前学习总积分: 8428
阅读文章:6/6.观看视频:6/6登陆1/1.文章时长:6/6,视频时长:6/6
检测到视频数量分数已满退出学习
视频学习完成
总计用时64.9分钟
无自动关机任务,已释放程序内存,10分钟后窗口将自动关闭

from panda-learning.

Master-cai avatar Master-cai commented on July 26, 2024

你好,有没有更新后的源码可以放出来一下,方便大家共同学习和维护

from panda-learning.

GiorgioZhou avatar GiorgioZhou commented on July 26, 2024

近期,学习强国网站改版频繁,特开此页,为大家提供便利

各位大神修改好程序后,评论在此页,加上当日日期方便查找以及替换说明

e.g.
2020/3/27更新
说明:解压后替换原文件
pandalearning_20200327_102956.zip

这版改动哪里了啊?是不是扫码后程序不往下走??

不出二维码的问题

from panda-learning.

GiorgioZhou avatar GiorgioZhou commented on July 26, 2024

你好,有没有更新后的源码可以放出来一下,方便大家共同学习和维护

摘自网友 (打包程序就是根据这个改的 程序是我搬过来的 搬到这里 方便查找)

二维码出不来 是因为源程序屏蔽的图片 Mydriver.py 把20行 修改 false为 true
self.options.add_argument('blink-settings=imagesEnabled=true')

from panda-learning.

GiorgioZhou avatar GiorgioZhou commented on July 26, 2024

任务完成了,但是报错,学习时间太长,请大佬指点:

[0328/074436.1 478 ERRORErtc peer. connect ion_ handler .cc61201)] Failed to parse SessionDescription. a =msid:
Missing track ID in msid attribute。

视频学习中,视频剩余1个,本次剩余时间1当前学习总积分: 8428
阅读文章:6/6.观看视频:6/6登陆1/1.文章时长:6/6,视频时长:6/6
检测到视频数量分数已满退出学习
视频学习完成
总计用时64.9分钟
无自动关机任务,已释放程序内存,10分钟后窗口将自动关闭

可以把win32的程序发到这里 有win32网友还没解决

from panda-learning.

liukangyi2019 avatar liukangyi2019 commented on July 26, 2024

请大佬指点,系统win7-32,,任务完成了,还是报错,学习时间太长,源码如下:

3.29更新源码win7 32可用.zip

from panda-learning.

zhu1979 avatar zhu1979 commented on July 26, 2024

扫码后程序不往下走是出现 系统维护中吗? @tomy6925
如果是那就试试这个吧
修改 mydriver.py 中login函数里 webDriverWait的until内容为title_of_login()。

    def login():
         try:
            # WebDriverWait(self.driver, 270).until(EC.title_is(u"我的学习"))
            WebDriverWait(self.driver, 270).until(title_of_login())

再增加一个

class title_of_login:
    def __call__(self, driver):
        """ 用来结合webDriverWait判断出现的title """
        is_title1 = bool(EC.title_is(u'我的学习')(driver))
        is_title2 = bool(EC.title_is(u'系统维护中')(driver))
        if is_title1 or is_title2:
            return True
        else:
            return False

from panda-learning.

Tumicc avatar Tumicc commented on July 26, 2024

近期,学习强国网站改版频繁,特开此页,为大家提供便利

各位大神修改好程序后,评论在此页,加上当日日期方便查找以及替换说明

e.g.
2020/3/27更新
说明:解压后替换原文件
pandalearning_20200327_102956.zip

大佬能教一下打包吗,打包老出问题

from panda-learning.

sjnuowen avatar sjnuowen commented on July 26, 2024

求一个win10版本的

from panda-learning.

GiorgioZhou avatar GiorgioZhou commented on July 26, 2024

from panda-learning.

zhu1979 avatar zhu1979 commented on July 26, 2024

打包,最简单的就是pyinstaller

  1. 安装pip install pyinstaller
  2. Panda-Learning\Source Packages目录,pyinstaller -F pandalearning.py

from panda-learning.

sjnuowen avatar sjnuowen commented on July 26, 2024

一楼就是  替换原文件就ok

------------------ 原始邮件 ------------------ 发件人: "sjnuowen"<[email protected]>; 发送时间: 2020年3月31日(星期二) 下午3:09 收件人: "Alivon/Panda-Learning"<[email protected]>; 抄送: "周子钊"<[email protected]>;"Author"<[email protected]>; 主题: Re: [Alivon/Panda-Learning] 更新维护【欢迎大神更新】 (#504) 求一个win10版本的 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

你好,你修改的那个文件能不能上传给我让我学习一下呀。

from panda-learning.

sjnuowen avatar sjnuowen commented on July 26, 2024

一楼就是  替换原文件就ok

------------------ 原始邮件 ------------------ 发件人: "sjnuowen"<[email protected]>; 发送时间: 2020年3月31日(星期二) 下午3:09 收件人: "Alivon/Panda-Learning"<[email protected]>; 抄送: "周子钊"<[email protected]>;"Author"<[email protected]>; 主题: Re: [Alivon/Panda-Learning] 更新维护【欢迎大神更新】 (#504) 求一个win10版本的 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

有点唐突,不方便就算了哦

from panda-learning.

liukangyi2019 avatar liukangyi2019 commented on July 26, 2024

请大佬指点,本软件输入手机号和密码后报错:
Traceback (most recent call last):
File "pandalearning.py", line 174, in
cookies, a_log, v_log = user_flag(dd_status, uname)
File "pandalearning.py", line 21, in user_flag
cookies = dingding.dd_login_status(uname)
File "G:\python _work\My-work\pdlearn\dingding.py", line 24, in dd_login_statu
s
login_status = driver_login.dd_login(dname, pwd)
File "G:\python _work\My-work\pdlearn\mydriver.py", line 64, in dd_login
self.driver.find_elements_by_id("mobilePlaceholder")[0].click()
IndexError: list index out of range

from panda-learning.

GiorgioZhou avatar GiorgioZhou commented on July 26, 2024

from panda-learning.

liukangyi2019 avatar liukangyi2019 commented on July 26, 2024

现在,二维码必须拉横竖条才能显示,请大佬看看。

from panda-learning.

admin123-admin avatar admin123-admin commented on July 26, 2024

现在还能用吗大佬们

from panda-learning.

GiorgioZhou avatar GiorgioZhou commented on July 26, 2024

from panda-learning.

admin123-admin avatar admin123-admin commented on July 26, 2024

用替换楼主发的文件吗

from panda-learning.

GiorgioZhou avatar GiorgioZhou commented on July 26, 2024

from panda-learning.

admin123-admin avatar admin123-admin commented on July 26, 2024

你把最新的能发给我吗

from panda-learning.

admin123-admin avatar admin123-admin commented on July 26, 2024

楼主的我下载不了网速很慢谢谢你

from panda-learning.

admin123-admin avatar admin123-admin commented on July 26, 2024

[email protected]整个都发给我替换好的

from panda-learning.

admin123-admin avatar admin123-admin commented on July 26, 2024

谢谢啊

from panda-learning.

luwei369 avatar luwei369 commented on July 26, 2024

可以用,二维码得最大化窗口,提示网络缓慢不用管,一直等着就OK 发自我的iPhone

在 2020年4月3日,上午9:57,admin123-admin @.***> 写道:  现在还能用吗大佬们 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

其实是官方更新了登录页的header和footer的样式名称导致的程序不能正确识别移除,只要把mydriver.py文件中67行的header替换为layout-header;74行的footer替换为layout-footer即可。

from panda-learning.

next2none avatar next2none commented on July 26, 2024

可以用,二维码得最大化窗口,提示网络缓慢不用管,一直等着就OK 发自我的iPhone

在 2020年4月3日,上午9:57,admin123-admin @.***> 写道:  现在还能用吗大佬们 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

其实是官方更新了登录页的header和footer的样式名称导致的程序不能正确识别移除,只要把mydriver.py文件中67行的header替换为layout-header;74行的footer替换为layout-footer即可。

Thanks!!!

from panda-learning.

liukangyi2019 avatar liukangyi2019 commented on July 26, 2024

可以用,二维码得最大化窗口,提示网络缓慢不用管,一直等着就OK 发自我的iPhone

在 2020年4月3日,上午9:57,admin123-admin @.***> 写道:  现在还能用吗大佬们 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

其实是官方更新了登录页的header和footer的样式名称导致的程序不能正确识别移除,只要把mydriver.py文件中67行的header替换为layout-header;74行的footer替换为layout-footer即可。

谢谢!!!!

from panda-learning.

czlab avatar czlab commented on July 26, 2024

可以用,二维码得最大化窗口,提示网络缓慢不用管,一直等着就OK 发自我的iPhone

在 2020年4月3日,上午9:57,admin123-admin @.***> 写道:  现在还能用吗大佬们 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

其实是官方更新了登录页的header和footer的样式名称导致的程序不能正确识别移除,只要把mydriver.py文件中67行的header替换为layout-header;74行的footer替换为layout-footer即可。

你好,能不能把打包好的发出来,没装paython 打包不方便,谢谢

from panda-learning.

tomy6925 avatar tomy6925 commented on July 26, 2024

pandalearning.zip

2020/4/4 最新更新的32位exe。
改动内容:
修正了二维码位置;
去除钉钉登陆;
去除开头的用户名回车;
完成后程序结束时间改为1分钟;

from panda-learning.

liukangyi2019 avatar liukangyi2019 commented on July 26, 2024

请教大佬指点,我在Anaconda中打包exe文件,64位和32位都可以用,但是报毒,病毒文件-lzma.pyd, select.pyd, 可笑,我自己打包,哪来的病毒,请老师指点迷津,谢谢!

pandalearning.zip

from panda-learning.

tomy6925 avatar tomy6925 commented on July 26, 2024

请教大佬指点,我在Anaconda中打包exe文件,64位和32位都可以用,但是报毒,病毒文件-lzma.pyd, select.pyd, 可笑,我自己打包,哪来的病毒,请老师指点迷津,谢谢!

pandalearning.zip
直接pyinstraller 打包exe试试呗?

from panda-learning.

liukangyi2019 avatar liukangyi2019 commented on July 26, 2024

请教大佬指点,我在Anaconda中打包exe文件,64位和32位都可以用,但是报毒,病毒文件-lzma.pyd, select.pyd, 可笑,我自己打包,哪来的病毒,请老师指点迷津,谢谢!
pandalearning.zip
直接pyinstraller 打包exe试试呗?

直接pyinstraller 打包exe,弄不成32位的,请问您是怎么弄的,可以具体说明一下吗?
还有怎么修正了二维码位置;
去除钉钉登陆;
去除开头的用户名回车;
可以把代码说明一下吗?谢谢

from panda-learning.

tomy6925 avatar tomy6925 commented on July 26, 2024

请教大佬指点,我在Anaconda中打包exe文件,64位和32位都可以用,但是报毒,病毒文件-lzma.pyd, select.pyd, 可笑,我自己打包,哪来的病毒,请老师指点迷津,谢谢!
pandalearning.zip
直接pyinstraller 打包exe试试呗?

直接pyinstraller 打包exe,弄不成32位的,请问您是怎么弄的,可以具体说明一下吗?
还有怎么修正了二维码位置;
去除钉钉登陆;
去除开头的用户名回车;
可以把代码说明一下吗?谢谢

1、我的操作系统就是个32位的,对应的python也是32位,直接打包出来的就是32位exe。你看你的是不是64位系统+64位python环境?如果是的话,另外多装个32位python就ok了。
2、其他那些去除操作,就是对应源码内的py文件内直接屏蔽掉对应代码就完事了,很简单。
3、二维码这个楼上边有人提到了,参考着改了。

from panda-learning.

liukangyi2019 avatar liukangyi2019 commented on July 26, 2024

我台式机64操作系统,笔记本32位,64位打包成功,笔记本32位鼓捣3天了,还没成功,没法了,又在台式机上弄了个Anaconda打包exe文件,结果报毒,请问,您32位怎么打包成功的?

from panda-learning.

tomy6925 avatar tomy6925 commented on July 26, 2024

我台式机64操作系统,笔记本32位,64位打包成功,笔记本32位鼓捣3天了,还没成功,没法了,又在台式机上弄了个Anaconda打包exe文件,结果报毒,请问,您32位怎么打包成功的?
就是32位的python +pyinstaller。另外一台64位的pyinstaller 打包exe也正常。按理说,pyinstaller安装成功了,打包exe应该就没问题了。

from panda-learning.

liukangyi2019 avatar liukangyi2019 commented on July 26, 2024

我台式机64操作系统,笔记本32位,64位打包成功,笔记本32位鼓捣3天了,还没成功,没法了,又在台式机上弄了个Anaconda打包exe文件,结果报毒,请问,您32位怎么打包成功的?
就是32位的python +pyinstaller。另外一台64位的pyinstaller 打包exe也正常。按理说,pyinstaller安装成功了,打包exe应该就没问题了。

我32位pyinstaller安装成功,但是打包不成功。

from panda-learning.

tomy6925 avatar tomy6925 commented on July 26, 2024

我台式机64操作系统,笔记本32位,64位打包成功,笔记本32位鼓捣3天了,还没成功,没法了,又在台式机上弄了个Anaconda打包exe文件,结果报毒,请问,您32位怎么打包成功的?
就是32位的python +pyinstaller。另外一台64位的pyinstaller 打包exe也正常。按理说,pyinstaller安装成功了,打包exe应该就没问题了。

我32位pyinstaller安装成功,但是打包不成功。

报错信息?

from panda-learning.

liukangyi2019 avatar liukangyi2019 commented on July 26, 2024

我台式机64操作系统,笔记本32位,64位打包成功,笔记本32位鼓捣3天了,还没成功,没法了,又在台式机上弄了个Anaconda打包exe文件,结果报毒,请问,您32位怎么打包成功的?
就是32位的python +pyinstaller。另外一台64位的pyinstaller 打包exe也正常。按理说,pyinstaller安装成功了,打包exe应该就没问题了。

我32位pyinstaller安装成功,但是打包不成功。

报错信息?

打开就闪退,只好截屏了,截图

32打包报错信息.zip

from panda-learning.

tomy6925 avatar tomy6925 commented on July 26, 2024

我台式机64操作系统,笔记本32位,64位打包成功,笔记本32位鼓捣3天了,还没成功,没法了,又在台式机上弄了个Anaconda打包exe文件,结果报毒,请问,您32位怎么打包成功的?
就是32位的python +pyinstaller。另外一台64位的pyinstaller 打包exe也正常。按理说,pyinstaller安装成功了,打包exe应该就没问题了。

我32位pyinstaller安装成功,但是打包不成功。

报错信息?

打开就闪退,只好截屏了,截图

32打包报错信息.zip

导入user_agent失败,你pylearn目录里边的user_agent.py文件有没有??

from panda-learning.

liukangyi2019 avatar liukangyi2019 commented on July 26, 2024

我台式机64操作系统,笔记本32位,64位打包成功,笔记本32位鼓捣3天了,还没成功,没法了,又在台式机上弄了个Anaconda打包exe文件,结果报毒,请问,您32位怎么打包成功的?
就是32位的python +pyinstaller。另外一台64位的pyinstaller 打包exe也正常。按理说,pyinstaller安装成功了,打包exe应该就没问题了。

我32位pyinstaller安装成功,但是打包不成功。

报错信息?

打开就闪退,只好截屏了,截图
32打包报错信息.zip

导入user_agent失败,你pylearn目录里边的user_agent.py文件有没有??

from panda-learning.

tomy6925 avatar tomy6925 commented on July 26, 2024

我台式机64操作系统,笔记本32位,64位打包成功,笔记本32位鼓捣3天了,还没成功,没法了,又在台式机上弄了个Anaconda打包exe文件,结果报毒,请问,您32位怎么打包成功的?
就是32位的python +pyinstaller。另外一台64位的pyinstaller 打包exe也正常。按理说,pyinstaller安装成功了,打包exe应该就没问题了。

我32位pyinstaller安装成功,但是打包不成功。

报错信息?

打开就闪退,只好截屏了,截图
32打包报错信息.zip

导入user_agent失败,你pylearn目录里边的user_agent.py文件有没有??


奇怪了啊,我这还原不出你的问题啊

from panda-learning.

liukangyi2019 avatar liukangyi2019 commented on July 26, 2024

我台式机64操作系统,笔记本32位,64位打包成功,笔记本32位鼓捣3天了,还没成功,没法了,又在台式机上弄了个Anaconda打包exe文件,结果报毒,请问,您32位怎么打包成功的?
就是32位的python +pyinstaller。另外一台64位的pyinstaller 打包exe也正常。按理说,pyinstaller安装成功了,打包exe应该就没问题了。

我32位pyinstaller安装成功,但是打包不成功。

报错信息?

打开就闪退,只好截屏了,截图
32打包报错信息.zip

导入user_agent失败,你pylearn目录里边的user_agent.py文件有没有??


奇怪了啊,我这还原不出你的问题啊

请问,您把需要打包的 .py放在哪个文件夹?

from panda-learning.

tomy6925 avatar tomy6925 commented on July 26, 2024

我台式机64操作系统,笔记本32位,64位打包成功,笔记本32位鼓捣3天了,还没成功,没法了,又在台式机上弄了个Anaconda打包exe文件,结果报毒,请问,您32位怎么打包成功的?
就是32位的python +pyinstaller。另外一台64位的pyinstaller 打包exe也正常。按理说,pyinstaller安装成功了,打包exe应该就没问题了。

我32位pyinstaller安装成功,但是打包不成功。

报错信息?

打开就闪退,只好截屏了,截图
32打包报错信息.zip

导入user_agent失败,你pylearn目录里边的user_agent.py文件有没有??


奇怪了啊,我这还原不出你的问题啊

请问,您把需要打包的 .py放在哪个文件夹?

├─pdlearn
│ │ dingding.py
│ │ get_links.py
│ │ mydriver.py
│ │ score.py
│ │ threads.py
│ │ user.py
│ │ user_agent.py
│ │ version.py
│ │ init.py
├─dist
│ │ pandalearning.exe
│ │ pandalearning.zip
│ pandalearning.py
│ pandalearning.spec

就是这么个目录结构啊,在pandalearning.py目录下
运行:pyinstaller -F pandalearning.py
生成结果在 dist目录。
这是最基本的pyinstaller命令

from panda-learning.

liukangyi2019 avatar liukangyi2019 commented on July 26, 2024

我台式机64操作系统,笔记本32位,64位打包成功,笔记本32位鼓捣3天了,还没成功,没法了,又在台式机上弄了个Anaconda打包exe文件,结果报毒,请问,您32位怎么打包成功的?
就是32位的python +pyinstaller。另外一台64位的pyinstaller 打包exe也正常。按理说,pyinstaller安装成功了,打包exe应该就没问题了。

我32位pyinstaller安装成功,但是打包不成功。

报错信息?

打开就闪退,只好截屏了,截图
32打包报错信息.zip

导入user_agent失败,你pylearn目录里边的user_agent.py文件有没有??


奇怪了啊,我这还原不出你的问题啊

请问,您把需要打包的 .py放在哪个文件夹?

├─pdlearn
│ │ dingding.py
│ │ get_links.py
│ │ mydriver.py
│ │ score.py
│ │ threads.py
│ │ user.py
│ │ user_agent.py
│ │ version.py
│ │ init.py
├─dist
│ │ pandalearning.exe
│ │ pandalearning.zip
│ pandalearning.py
│ pandalearning.spec

就是这么个目录结构啊,在pandalearning.py目录下
运行:pyinstaller -F pandalearning.py
生成结果在 dist目录。
这是最基本的pyinstaller命令
请教老师,去除钉钉登陆;去除开头的用户名回车 ,具体怎么弄?

from panda-learning.

tomy6925 avatar tomy6925 commented on July 26, 2024

我台式机64操作系统,笔记本32位,64位打包成功,笔记本32位鼓捣3天了,还没成功,没法了,又在台式机上弄了个Anaconda打包exe文件,结果报毒,请问,您32位怎么打包成功的?
就是32位的python +pyinstaller。另外一台64位的pyinstaller 打包exe也正常。按理说,pyinstaller安装成功了,打包exe应该就没问题了。

我32位pyinstaller安装成功,但是打包不成功。

报错信息?

打开就闪退,只好截屏了,截图
32打包报错信息.zip

导入user_agent失败,你pylearn目录里边的user_agent.py文件有没有??


奇怪了啊,我这还原不出你的问题啊

请问,您把需要打包的 .py放在哪个文件夹?

├─pdlearn
│ │ dingding.py
│ │ get_links.py
│ │ mydriver.py
│ │ score.py
│ │ threads.py
│ │ user.py
│ │ user_agent.py
│ │ version.py
│ │ init.py
├─dist
│ │ pandalearning.exe
│ │ pandalearning.zip
│ pandalearning.py
│ pandalearning.spec
就是这么个目录结构啊,在pandalearning.py目录下
运行:pyinstaller -F pandalearning.py
生成结果在 dist目录。
这是最基本的pyinstaller命令
请教老师,去除钉钉登陆;去除开头的用户名回车 ,具体怎么弄?

user.py下的get_user()内容是关于输入用户标记名回车的的;
dingding.py下的get_dd()是关于钉钉的账号的;
知道地方了你愿意怎么改就怎么改好啦

from panda-learning.

liukangyi2019 avatar liukangyi2019 commented on July 26, 2024

我台式机64操作系统,笔记本32位,64位打包成功,笔记本32位鼓捣3天了,还没成功,没法了,又在台式机上弄了个Anaconda打包exe文件,结果报毒,请问,您32位怎么打包成功的?
就是32位的python +pyinstaller。另外一台64位的pyinstaller 打包exe也正常。按理说,pyinstaller安装成功了,打包exe应该就没问题了。

我32位pyinstaller安装成功,但是打包不成功。

报错信息?

打开就闪退,只好截屏了,截图
32打包报错信息.zip

导入user_agent失败,你pylearn目录里边的user_agent.py文件有没有??


奇怪了啊,我这还原不出你的问题啊

请问,您把需要打包的 .py放在哪个文件夹?

├─pdlearn
│ │ dingding.py
│ │ get_links.py
│ │ mydriver.py
│ │ score.py
│ │ threads.py
│ │ user.py
│ │ user_agent.py
│ │ version.py
│ │ init.py
├─dist
│ │ pandalearning.exe
│ │ pandalearning.zip
│ pandalearning.py
│ pandalearning.spec
就是这么个目录结构啊,在pandalearning.py目录下
运行:pyinstaller -F pandalearning.py
生成结果在 dist目录。
这是最基本的pyinstaller命令
请教老师,去除钉钉登陆;去除开头的用户名回车 ,具体怎么弄?

user.py下的get_user()内容是关于输入用户标记名回车的的;
dingding.py下的get_dd()是关于钉钉的账号的;
知道地方了你愿意怎么改就怎么改好啦

谢谢老师指点!!!!!!!!

from panda-learning.

Master-cai avatar Master-cai commented on July 26, 2024

你好,我在mac的win10虚拟机中运行遇到如下报错(虚拟机中已安装chrome),
image,请问应该如何解决?

from panda-learning.

bhiksu avatar bhiksu commented on July 26, 2024

请指点。运行输入账号密码后闪退,错误如下:
Traceback (most recent call last) :
File "site—packages\selenium\webdriver\common\service. py , line 76, in start
File "subprocess. py", line 800, in_init_
File "subprocess. py", line 1207, in_execute_child
FileNotFoundError: [WinError 2] uring handling of the above exception, another exception occurred:

Traceback (most recent call last) :
File "pandalearning. py", line 180, in
File "pandalearning. py", line 18, in user_flag
File "pdlearn\mydriver. py", line 47, in init
File "site—packages\selenium\webdriver\chrome\webdriver. py", line 73, in init
File "site—packages\selenium\webdriver\comon\service. py", line 83, in start selenium. common. exceptions. WebDriverException: Message: chromedriver' executable needs to be in PATH. Please see https://sites. google. com/a/chromium. org/chromedriver/home
D__Learning_Panda-Learning-master_pandalearning exe 2020_4_4 21_20_30

from panda-learning.

liukangyi2019 avatar liukangyi2019 commented on July 26, 2024

请指点。运行输入账号密码后闪退,错误如下:
Traceback (most recent call last) :
File "site—packages\selenium\webdriver\common\service. py , line 76, in start
File "subprocess. py", line 800, in_init_
File "subprocess. py", line 1207, in_execute_child
FileNotFoundError: [WinError 2] uring handling of the above exception, another exception occurred:

Traceback (most recent call last) :
File "pandalearning. py", line 180, in
File "pandalearning. py", line 18, in user_flag
File "pdlearn\mydriver. py", line 47, in init
File "site—packages\selenium\webdriver\chrome\webdriver. py", line 73, in init
File "site—packages\selenium\webdriver\comon\service. py", line 83, in start selenium. common. exceptions. WebDriverException: Message: chromedriver' executable needs to be in PATH. Please see https://sites. google. com/a/chromium. org/chromedriver/home
D__Learning_Panda-Learning-master_pandalearning exe 2020_4_4 21_20_30

扫码登录

from panda-learning.

liukangyi2019 avatar liukangyi2019 commented on July 26, 2024

扫码登录开始学习后,谷歌浏览器不自动退出了,请大佬指点,谢谢!!

from panda-learning.

GiorgioZhou avatar GiorgioZhou commented on July 26, 2024

from panda-learning.

luwei369 avatar luwei369 commented on July 26, 2024

扫码登录开始学习后,谷歌浏览器不自动退出了,请大佬指点,谢谢!!

在mydriver.py文件的82行cookies = self.get_cookies()下面增加一行:self.driver.quit()即可解决。

from panda-learning.

liukangyi2019 avatar liukangyi2019 commented on July 26, 2024

扫码登录开始学习后,谷歌浏览器不自动退出了,请大佬指点,谢谢!!

在mydriver.py文件的82行cookies = self.get_cookies()下面增加一行:self.driver.quit()即可解决。

谢谢!!!

from panda-learning.

thinkrecord avatar thinkrecord commented on July 26, 2024

欢迎各位大神提交更新到这里https://github.com/PandaLearning/Panda-Learning
持续更新中……
并提供最新版本下载
欢迎各位PR

from panda-learning.

CN-Willaim avatar CN-Willaim commented on July 26, 2024

最近被大量封号的样子,有没有什么可以解决的呀

from panda-learning.

GiorgioZhou avatar GiorgioZhou commented on July 26, 2024

from panda-learning.

CN-Willaim avatar CN-Willaim commented on July 26, 2024

无解决方案,尽量别一直用程序,用程序刷也别一直在某个特定时间段,随机点。一个星期有一两天自己动动手答答题。最好时不时的看看新闻。 发自我的iPhone

在 2020年4月11日,下午11:16,CN-Willaim @.***> 写道:  最近被大量封号的样子,有没有什么可以解决的呀 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

我仔细想了一下,我公司要求每天30分,我就固定一天软件25分,剩下5分自己搞定。我用了很久没封号。。我老婆大概1个月没做,然后用软件搞了25分,自己又答题搞到了48分,我估计是数据异常,后台检测到了,如果每天以一个恒定的分数去做应该没问题

from panda-learning.

Nott97 avatar Nott97 commented on July 26, 2024

打包,最简单的就是pyinstaller

  1. 安装pip install pyinstaller
  2. Panda-Learning\Source Packages目录,pyinstaller -F pandalearning.py

你好,这种打包我没问题,但是安装包过大的问题如何解决呢,有详细的教程吗

from panda-learning.

cjh0613 avatar cjh0613 commented on July 26, 2024

最有效的两种:
1、(推荐)重新安装python环境,只安装依赖包,打包;
2、利用UPX打包,可能造成.dll缺失,可下载.dll解决。
具体请
https://www.google.com
https://www.baidu.com
(另外,楼上有打包好的)

from panda-learning.

shajia1992 avatar shajia1992 commented on July 26, 2024

pandalearning.zip

2020/4/4 最新更新的32位exe。
改动内容:
修正了二维码位置;
去除钉钉登陆;
去除开头的用户名回车;
完成后程序结束时间改为1分钟;

大佬,求拉入强国tg电报群

from panda-learning.

shajia1992 avatar shajia1992 commented on July 26, 2024

最有效的两种:
1、(推荐)重新安装python环境,只安装依赖包,打包;
2、利用UPX打包,可能造成.dll缺失,可下载.dll解决。
具体请
https://www.google.com
https://www.baidu.com
(另外,楼上有打包好的)

大佬,求拉入强国tg电报群

from panda-learning.

shajia1992 avatar shajia1992 commented on July 26, 2024

欢迎各位大神提交更新到这里https://github.com/PandaLearning/Panda-Learning
持续更新中……
并提供最新版本下载
欢迎各位PR

大佬,求拉入强国tg电报群

from panda-learning.

hpzka avatar hpzka commented on July 26, 2024

扫码后程序不往下走??

from panda-learning.

GiorgioZhou avatar GiorgioZhou commented on July 26, 2024

from panda-learning.

hpzka avatar hpzka commented on July 26, 2024

继续等待即可  比较慢

------------------ 原始邮件 ------------------ 发件人: "hpzka"<[email protected]>; 发送时间: 2020年5月22日(星期五) 上午10:05 收件人: "Alivon/Panda-Learning"<[email protected]>; 抄送: "周子钊"<[email protected]>; "Author"<[email protected]>; 主题: Re: [Alivon/Panda-Learning] 更新维护【欢迎大神更新】 (#504) 扫码后程序不往下走?? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

你用的是什么版本,是20200408版嘛?

from panda-learning.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.