Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: Doug Henderson Subject: Re: cygwin telnetd/xinetd and non-cygwin Python: no interaction Date: Mon, 12 Jul 2004 21:02:59 -0600 Lines: 33 Message-ID: References: <1089641837 DOT 40f29d6d8ea25 AT webmail DOT in-berlin DOT de> <1089653560 DOT 40f2cb38410de AT webmail DOT in-berlin DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: s01060020ed4e9119.cg.shawcable.net User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) In-Reply-To: <1089653560.40f2cb38410de@webmail.in-berlin.de> W. Borgert wrote: > Hi, > > thanks to Corinna, Igor, and Jason. It seems I have to find another > telnet implementation for Windows NT (XP seems to have telnet built > in). Unfortunately, I like to use Python interactively, so script > mode is not enough. OTOH, I cannot use cygwin Python variant, > because it doesn't load the Python modules I have installed > (omniORBpy, a CORBA implementation for Python). Also, I fear that > cygwin Python might be a little bit slower than "native" Python in > respect to I/O, but this might be not true anymore. > > Cheers, WB > Windows and cygwin python are completely interchangable for the work I do. Today one of my colleagues asked what this /cygdrive/t/... stuff was doing in the error messages. He was running the windows version of python with .pyc files built by the cygwin version. I find that python modules are easier to install under cygwin than in native windows. To build binary modules for the windows version, you need to use Visual C++, which I have refused to install. I have to locate a binary install package prebuilt for my python version and environment. For the cygwin version, "python setup.py install" always seems to work (provided the gcc tool chain is installed). As an example, to install the cx_Oracle module, I need a binary installer that matches both my python version and my Oracle client library version. On cygwin, I use the same source version of the module with Oracle 8i, 9i and 10g client libraries and any version of python. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/