Have you looked for a .dll in your python installation? Could you choose to install shared library or maybe a development version of Python when you installed pythonxy?
It should be there. When found use that for the PYTHON_LIBRARY variable in cmake. Johan On Tuesday January 18 2011 10:51:27 Till B wrote: > Question #141422 on DOLFIN changed: > https://answers.launchpad.net/dolfin/+question/141422 > > Status: Answered => Open > > Till B is still having a problem: > I installed it with the installer that came with Python(x,y): > www.pythonxy.com > > > 2011/1/18 Johan Hake <[email protected]> > > > Your question #141422 on DOLFIN changed: > > https://answers.launchpad.net/dolfin/+question/141422 > > > > Johan Hake proposed the following answer: > > > > On Tuesday January 18 2011 10:32:07 Till B wrote: > > > Question #141422 on DOLFIN changed: > > > https://answers.launchpad.net/dolfin/+question/141422 > > > > > > Till B posted a new comment: > > > Yes, I set the Boost include to the one you said. > > > > Ok. > > > > > I only have a python26.lib in the libs directory. > > > > How did you install your present Python? > > > > Johannes: I see that .lib can be a sharedlibrary but only during > > compilation. > > During runtime a .dll is also needed. How are you compiling Python for > > FEniCS? > > > > Johan > > > > -- > > If this answers your question, please go to the following page to let us > > know that it is solved: > > https://answers.launchpad.net/dolfin/+question/141422/+confirm?answer_id= > > 16 > > > > If you still need help, you can reply to this email or go to the > > following page to enter your feedback: > > https://answers.launchpad.net/dolfin/+question/141422 > > > > You received this question notification because you are a direct > > subscriber of the question. _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

