Bugs item #1567910, was opened at 2006-09-29 19:47 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1567910&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build Group: Python 2.5 Status: Open Resolution: None Priority: 5 Submitted By: everbruin (everbruin) >Assigned to: Kristj�n Valur (krisvale) Summary: missing _typesmodule.c,Visual Studio 2005 pythoncore.vcproj Initial Comment: Python 2.5's Visual Studio 2005 pythoncore.vcproj (in PCBuild8 folder) is missing Modules/_typesmodule.c (note the VS 2003 pythoncore.vcproj in PCBuild correctly has it). The bug is that binaries built w/o the file will give a SystemError when "import _types" is done (eg by types.py). ---------------------------------------------------------------------- >Comment By: Martin v. Löwis (loewis) Date: 2006-10-03 14:12 Message: Logged In: YES user_id=21627 Kristjan, can you please take a look? ---------------------------------------------------------------------- Comment By: Martin v. Löwis (loewis) Date: 2006-10-02 21:10 Message: Logged In: YES user_id=21627 I find it hard to believe that you get this precise error; I would have expected that the pythoncore project would fail to build instead. Notice that PCbuild8 is not really supported. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1567910&group_id=5470
_______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com