run subprocess in separate window

2006-10-15 Thread Radek
e separate "terminal" window. How can I make it? Thanks, Radek -- http://mail.python.org/mailman/listinfo/python-list

Re: run subprocess in separate window

2006-10-16 Thread Radek
Hello, as you can see, I tried subprocess methods. But could not find the right call. Radek [EMAIL PROTECTED] wrote: > Radek a écrit : > > > Hi, > > > > I am trying to create GUI launcher of several applications using Python > > and Tkinter. > > >

fetch html page via isa proxy

2007-03-26 Thread Radek
the last resort I started to play with pywin32 win32inet, but even the test_win32inet.py does not get there. Any advice? Or better working example? Thanks a lot, Radek -- http://mail.python.org/mailman/listinfo/python-list

Re: fetch html page via isa proxy

2007-03-27 Thread Radek
> So you have already tried NTLM Authorization Proxy > Server?http://ntlmaps.sourceforge.net/ > This used to work fine for me but that was at least 3-4 years ago. Actually NTLM proxy server works for most intranet addresses. Not for the outside Internet ones, though. Radek

HTTPServer and SSL

2016-04-17 Thread Radek Holý
ed to be a HTTPSServer in the test suite of Python 2.7 in 2014 that did a similar thing but in the "get_request" method but it isn't there anymore. So, is there a *supported* way of combining http.server.HTTPServer and ssl? Best regards -- Radek -- https://mail.python.org/mailman/listinfo/python-list

Re: Pylint prefers list comprehension over filter...

2016-05-07 Thread Radek Holý
2016-05-07 21:17 GMT+02:00 Christopher Reimer : > On 5/5/2016 6:37 PM, Stephen Hansen wrote: > >> On Thu, May 5, 2016, at 06:26 PM, Christopher Reimer wrote: >> >>> Which is one is correct (Pythonic)? Or does it matter? >>> >> First, pylint is somewhat opinionated, and its default options shouldn'

Re: Quote of the day

2016-05-17 Thread Radek Holý
2016-05-17 9:50 GMT+02:00 Steven D'Aprano < steve+comp.lang.pyt...@pearwood.info>: > Overhead in the office today: > > > "I don't have time to learn an existing library - much faster to make my > own > mistakes!" > > > > -- > Steve > > -- > https://mail.python.org/mailman/listinfo/python-list > *

Shear image (numpy.ndarray)

2013-04-27 Thread Radek Machulka
ed to scale, translate, rotate, and shear the original image.', however I was not able to get it work. So could anybody give me a hand how to use it (or how to shear the image in different way)? The input array is 2D (NxM) type numpy.float32. Thanks Radek -- http://mail.python.org/mailman/listi

Re: Shear image (numpy.ndarray)

2013-04-29 Thread Radek Machulka
a.org/wiki/Shear_matrix Radek -- http://mail.python.org/mailman/listinfo/python-list

Re: What editor shall I use?

2006-02-08 Thread Radek Kubicek
> What editor shall I use if my Python script must contain utf-8 > characters? > I use XP vim :-) > Thank you for reply > l.b. not for all :-) -- http://mail.python.org/mailman/listinfo/python-list