X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Thorsten Kampe Subject: Re: Python does not import ctypes.wintypes Date: Wed, 24 Dec 2008 12:29:24 +0100 Lines: 22 Message-ID: References: <4701634bc4e0901264ec8208ec3ce466 AT www1 DOT mail DOT volny DOT cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit User-Agent: MicroPlanet-Gravity/2.71.4 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 * hrmp AT volny DOT cz (Wed, 24 Dec 2008 11:53:40 +0100 (CET))> > I've got the following problem (both on Windows 2000 and Windows XP): > > rol> python > Python 2.5.1 (r251:54863, May 18 2007, 16:56:43) > [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 ctypes > >>> import ctypes.wintypes > Traceback (most recent call last): > File "", line 1, in > File "/tmp/python.6884/usr/lib/python2.5/ctypes/wintypes.py", line 21, > in > ValueError: _type_ 'v' not supported > >>> > Python from python.org works OK, wintypes.py for cygwin is exactly the > same as the one from python.org I suggest you update to the current (Cygwin) version for Python (2.5.2) and then try again. Thorsten -- 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/