Antoine Pitrou <pit...@free.fr> added the comment:

Ah, apparently it's a linking error and it doesn't work for release builds 
either:

1>   Creating library Z:\default\PC\VS9.0\\amd64\python33.lib and object 
Z:\default\PC\VS9.0\\amd64\python33.exp
1>timemodule.obj : error LNK2019: unresolved external symbol _PyNamespace_New 
referenced in function time_get_clock_info
1>sysmodule.obj : error LNK2001: unresolved external symbol _PyNamespace_New
1>object.obj : error LNK2001: unresolved external symbol _PyNamespace_Type
1>Z:\default\PC\VS9.0\\amd64\\python33.dll : fatal error LNK1120: 2 unresolved 
externals

----------
priority: normal -> high
title: AMD64 debug VS9.0 build doesn't work -> VS9.0 build doesn't work

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15070>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to