Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
From: Doug Henderson <djhender@telusplanet.net>
Subject: Re: cygwin telnetd/xinetd and non-cygwin Python: no interaction
Date: Mon, 12 Jul 2004 21:02:59 -0600
Lines: 33
Message-ID: <ccvjcp$1t4$1@sea.gmane.org>
References: <1089641837.40f29d6d8ea25@webmail.in-berlin.de> <1089653560.40f2cb38410de@webmail.in-berlin.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Complaints-To: usenet@sea.gmane.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/

