Build python under VS.NET

Paolo Invernizzi paoloinvernizzi at dmsware.com
Wed Mar 27 04:08:15 EST 2002


Hi all,
I'm trying, for the first time, to build the current python cvs under
VS.NET, in debug mode.
The problem is...

D:\cvs\python\dist\src\PCbuild>python_d
Adding parser accelerators ...
Done.
Python 2.3a0 (#29, Mar 18 2002, 12:06:07) [MSC 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sre
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "D:\cvs\python\dist\src\lib\sre.py", line 97, in ?
    import sre_compile
  File "D:\cvs\python\dist\src\lib\sre_compile.py", line 13, in ?
    import _sre,sys
ImportError: dynamic module does not define init function (init_sre)
[9591 refs]

And so on with any subproject... like socket, sre, etc,etc...
Any hint?

Thanks in advance

Paolo Invernizzi
DMSWare.com






More information about the Python-list mailing list