Re: Runtime Error when loading ".pyd" module

2006-03-06 Thread Terry Tang
3 AM Subject: Re: Runtime Error when loading ".pyd" module > Terry Tang wrote: > > > it hits a "Runtime Error" (which is shown in a message box saying "abnormal > > program termination") and a message like the following is printed in the > > console:

Re: Runtime Error when loading ".pyd" module

2006-03-02 Thread Fredrik Lundh
Terry Tang wrote: > it hits a "Runtime Error" (which is shown in a message box saying "abnormal > program termination") and a message like the following is printed in the > console: > Fatal Python error: Interpreter not initialized (version mismatch?) both the main executable (e.g. python.exe or

Help: Runtime Error when loading ".pyd" module

2006-03-01 Thread Terry Tang
Hi There, We are extending Python interpreter to support special functions of our tools. What we did is to compile Python's source code (which is got from the an installation on a Linux environment for Python 2.3.3) and our extensions (C++ code) on Windows with Microsoft Visual C++ 6.0 compiler t