You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I am trying to understand the workflow of the script.
The script is not compatible with python 3(shows errors on printing statements and importing urllib2), I changed to Python 2.7 and then installed the BeautifulSoup module separately. Running the script has shown key error mentioned in the image above.
Would it be better to have python version validation and module auto set up methods in the script?
Yes @rupesh-kumar-lpu these python scripts also didn't work for me last time.
We need to migrate them to python 3+ and (not sure if we are using SL4A) need to see if there is something upgraded / deprecated in SL4A which is hindering us to run these scripts for this project
Currently, I am trying to understand the workflow of the script.
The script is not compatible with python 3(shows errors on printing statements and importing urllib2), I changed to Python 2.7 and then installed the BeautifulSoup module separately. Running the script has shown key error mentioned in the image above.
Would it be better to have python version validation and module auto set up methods in the script?
Your views on this would be helpful @ranaaditya @codeanticode
The text was updated successfully, but these errors were encountered: