Re: Runtime Library Error
Lenard Lindstrom <[email protected]> Wed, 14 Jan 2009 12:13:34 -0800
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
Hi again, Which version of Python and VC compiler are you using. There are difficulties with Python 2.6 and this looks like a Windows assembly/manifest file problem. Lenard Navid Parvini wrote: > > Dear All, > > > > I have run the “Setup.py” file in “Pyrex-0.9.8.2\Demos” folder, the > “primes.c”, “primes.pyd”, “primes.pyd.manifest”, etc. files had been > created. > > > > But when I run the “run_primes.py” module I got the following error: > > > > Traceback (most recent call last): > > File "run_primes.py", line 2, in ? > > from primes import primes > > ImportError: DLL load failed: A dynamic link library (DLL) > initialization routin > > e failed. > > > > Also an error message popped up that was related to “Microsoft Visual > C++ Runtime Library”. Please see the attached file. > > > > Would you please help me? Also how can I created primes.dll file? > > > > Thank you in advance. > > > > Regards, > > Navid > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------ > > _______________________________________________ > Pyrex mailing list > [email protected] > http://lists.copyleft.no/mailman/listinfo/pyrex > -- Lenard Lindstrom <[email protected]>