tomleung1996 / wos_crawler

Web of Science Crawler
223 stars 73 forks source link

how to debug this error? #1

Closed Otoliths closed 5 years ago

Otoliths commented 5 years ago

Hi TomLeung, E:\project_python\venv\Scripts\python.exe E:/project_python/alpha/wos_crawler/main.py Traceback (most recent call last): File "E:/project_python/alpha/wos_crawler/main.py", line 1, in from wos_crawler.gui.main_gui import * ImportError: No module named 'wos_crawler'

Process finished with exit code 1

how to debug this error?

tomleung1996 commented 5 years ago

Bug fixed. 抱歉,我之前一直是在本地的Pycharm环境下进行开发和使用,没有打包测试的经验。查出来是SourceRoot的设置问题,已经将全部带有wos_crawler的import修正了,你看看能不能正常使用?

Otoliths commented 5 years ago

OK,谢谢了,减少不少工作量

丁刘勇

邮箱:ly_ding@126.com |

签名由 网易邮箱大师 定制

On 01/19/2019 17:30, TomLeung wrote:

Bug fixed. 抱歉,我之前一直是在本地的Pycharm环境下进行开发和使用,没有打包测试的经验。查出来是SourceRoot的设置问题,已经将全部带有wos_crawler的import修正了,你看看能不能正常使用?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

tomleung1996 commented 5 years ago

下午的时候我更新了一下功能和逻辑,你可以看看