[Tutor] HTTPS file upload

2008-02-08 Thread Stuart van Zee
I have a requirement to automate uploading files using https. The https server doesn't give a form or anything they just gave me a URL and said to "push" the files to the URL using HTTPS. Does anyone here have an idea how to do this. I have done some Python programming but nothing like this, and

[Tutor] Multipage Tiff to PDF

2012-08-10 Thread Stuart van Zee
I need to write a simple app that will convert a folder of multi-page tiff files to PDFs.  I was hoping to be able to write a simple, one button Tkinter app to do this because the people who need to run this job a few times a day are basically unskilled.  My initial idea was to use PIL, but as f