X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=4.6 required=5.0 tests=AWL,BAYES_20,BOTNET,J_CHICKENPOX_12,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Date: Fri, 30 Jan 2009 17:24:27 -0500 From: Jason Tishler To: cygwin AT cygwin DOT com Subject: Re: The error of *import socket* within python. Message-id: <20090130222427.GE11828@tishler.net> Mail-followup-to: cygwin AT cygwin DOT com References: MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline In-reply-to: User-Agent: Mutt/1.4.2.1i X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Sat, Jan 31, 2009 at 12:43:13AM +0800, Hongyi Zhao wrote: > I've installed the Python 2.5.2 using the setup.exe, then I run the > folloiwng commands and meet errors: > > $ python > 'import site' failed; use -v for traceback > Python 2.5.2 (r252:60911, Dec 2 2008, 09:26:14) > [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin > Type "help", "copyright", "credits" or "license" for more information. > >>> import socket > File "", line 1 > import socket > ^ > SyntaxError: invalid syntax > >>> > > Could you please give me some hints? Was the installation successful? Sounds like you are missing some files. What does the following indicate? $ cygcheck -c python Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- 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/