[SOLVED] WAPT 1.8 & PyScripter: No module named BeautifulSoup
Published: June 2, 2020 - 4:59 PM
Hello,
I just successfully migrated my WAPT Community server from version 1.7 to 1.8.1.6756.
I then decided to update some packages... and I noticed that all packages using the BeautifulSoup are no longer valid for updating their source code (CTRL+F9 from setup.py).
For example, for the Java8 and Flash packages, when I run update_sources(), PyScripter returns the following error: "ImportError: No module named BeautifulSoup".
I've tried various things, such as importing it at the beginning of setup.py (import bs4), but nothing has worked.
The console is running on Windows 10 x64 1903 with the latest version of PyScripter available on the WAPT store (I installed the waptdev package).
I checked the path used in PyScripter: it correctly points to version 2.7 (32-bit) located in C:\Program Files (x86)\wapt.
Could this problem be caused by the new WAPT version 1.8? I never had any issues with any Python module in PyScripter in version 1.7...
Thank you for your help.
I just successfully migrated my WAPT Community server from version 1.7 to 1.8.1.6756.
I then decided to update some packages... and I noticed that all packages using the BeautifulSoup are no longer valid for updating their source code (CTRL+F9 from setup.py).
For example, for the Java8 and Flash packages, when I run update_sources(), PyScripter returns the following error: "ImportError: No module named BeautifulSoup".
I've tried various things, such as importing it at the beginning of setup.py (import bs4), but nothing has worked.
The console is running on Windows 10 x64 1903 with the latest version of PyScripter available on the WAPT store (I installed the waptdev package).
I checked the path used in PyScripter: it correctly points to version 2.7 (32-bit) located in C:\Program Files (x86)\wapt.
Could this problem be caused by the new WAPT version 1.8? I never had any issues with any Python module in PyScripter in version 1.7...
Thank you for your help.