I only had the python_d problem with a debug build.  If you look at
the official python windows build files (http://svn.python.org/view/
python/trunk/PCbuild/), I believe python_d is only used for a debug
build.  Also see line 326 of pyconfig.h.  The release version of
python only contains python26.dll and python26.lib, so getting this
error when doing attempting a debug build makes sense.

Peter

On Jan 26, 7:48 pm, Jon Prater <jonathan.pra...@gmail.com> wrote:
> I'm hunting through all the project files, and neither one ever once
> refers to Python26_d.lib.  They only directly reference the Apache
> libraries.  I've tried manually adding Python26.lib, and it still
> won't work.  It only works if I copy python26.lib to python26_d.lib,
> and then it only compiles in Release configuration.
>
> On Jan 25, 11:12 pm, "Nimrod A. Abing" <nimrod.ab...@gmail.com> wrote:
>
> > On Mon, Jan 26, 2009 at 6:30 AM, Jon Prater <jonathan.pra...@gmail.com> 
> > wrote:
>
> > > I had similar issues using the SVN checkout, when I tried to build in
> > > VCExpress 2008.  I got a series of warnings and then the following
> > > link error:
> > > fatal error LNK1104: cannot open file 'python26_d.lib'
>
> > It's named python26.lib in Python 2.6.1 from official source at Python.org.
>
> > Just FYI, there are two commonly used Win32 binaries of Python out
> > there. One is the official build from Python.org. The other one is a
> > "quality assured" build provided by ActiveState called ActivePython.
> > --
> > Best Regards,
> > Nimrod A. Abing
>
> > Whttp://arsenic.ph/
> > Whttp://preownedcar.com/
> > Whttp://preownedbike.com/
> > Whttp://abing.gotdns.com/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to modwsgi@googlegroups.com
To unsubscribe from this group, send email to 
modwsgi+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to