Husam Abdul-Kafi
Results
2
issues of
Husam Abdul-Kafi
So, I'm trying to upload a gif to a form with mechanize. My code looks like: ``` python sys.setdefaultencoding('UTF8') ## get similar errors without this browser.open(url) browser.select_form(nr=0) browser.add_file(open('a.gif','rb'), name='file1', content_type='image/gif',...
Hi This is my first time doing anything docker related, so sorry if I'm fundamentally misunderstanding something. I'm having trouble with the docker build step. I get the following error...