Re: [python-win32] python-win32 is for Python on Windows

2015-12-27 Thread R Schumacher
I think part of the problem is "32" is now antiquated. At 08:29 AM 12/27/2015, mc@mclaveau wrote: Hi! Is "PyWin32" a possible name? @-salutations -- Michel Claveau Le 26.12.15 19:01, eryk sun a écrit : On Sat, Dec 26, 2015 at 10:44 AM, Vernon D. Cole wrote: 1) this (Python-win32) is not

Re: [python-win32] building a complicated Python application on Windows

2015-12-16 Thread R Schumacher
I agree on the Conda suggestion. If you haven't used Gohlke's Windows libraries at UCI http://www.lfd.uci.edu/~gohlke/pythonlibs/ you can look there as well. All are Intel MKL optimized when possible (as is Enthought's distro) - Ray At 05:05 PM 12/16/2015, Bill Janssen wrote: Trent Nelson wr

Re: [python-win32] drag&drop files with non-ASCII filenames?

2015-12-16 Thread R Schumacher
At 12:27 PM 12/15/2015, Tim Roberts wrote: Ulli Horlacher wrote: > On Tue 2015-12-15 (11:10), Tim Roberts wrote: > >>> I have a python 2.7 program which runs in a console window and upload files. >>> To specify the files, the user uses Windows drag&drop (via explorer) or copy&paste. >> This is

Re: [python-win32] Storing Passwords.

2015-01-19 Thread R Schumacher
At 07:20 AM 1/19/2015, Bob Hood wrote: On 1/19/2015 7:48 AM, Paul Koning wrote: > The advantage of text files is that it makes it clear that the storage is NOT secure. The drawback of other schemes is that they may also be insecure, but give the user an illusion of security. For example, if