Skip to content
Advertisement

Tag: ubuntu-18.04

Getting error about bad escape during start of Arelle

I am trying to get Arelle working on Ubuntu linux 18.04 with Python 3.6.9. Step-1: (Download Arelle software): git clone https://github.com/Arelle/Arelle.git -b lxml Step-2 Install Python LXML: apt-get install -y python-lxml Step-3 Install Python tk: Due to error: ‘No module named tkinter’ …I install: apt-get install python3-tk When it’s time to start Arelle from terminal, I use: I then get

Ubuntu 18.04 python 2.7 urllib request not getting data

I have this python script which works with no problem on ubuntu 16.04 But it wont get data in ubuntu 18.04, any idea what the problem could be? No errors. Output: Full code is here : https://github.com/papampi/nvOC_by_fullzero_Community_Release/blob/Dual-cuda/WTM_SWITCHER Answer Since you’re using the Requests library, you should use it on each API. Requests provides a method to extract JSON, so you

Advertisement