Re: [Fink-users] build of mayavi2 fails

2009-08-10 Thread Jed Frechette
On Thu, 06 Aug 2009 16:12:44 -0600, Robert Wyatt chupacerv...@gmail.com  
wrote:

 For what it's worth, it built for me on 10.5.8 with a PPC, I'll try at
 home with the Intel. Also, I have /sw/bin/python2.5 --version giving
 Python 2.5.4.  --Robert

I also couldn't reproduce with a clean Fink install on a 10.5.7 Intel  
machine.

-- 
Jed Frechette

University of New Mexico Lidar Lab
www.unm.edu/~lidar

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] build of mayavi2 fails

2009-08-06 Thread James Howse
I am trying to build Mayavi2 on an Intel Mac running Leopard 10.5.8,
Xcode 3.1.3 and Xquartz 2.3.3.2 and it is failing with the following
error message.  I have a vague memory of seeing this type of python
error discussed in the context of another package, but I can not recall
the discussion.  Any idea what is wrong here?
Thanks,
James


Mayavi-3.2.0/setup.cfg
Mayavi-3.2.0/setup.py
Mayavi-3.2.0/setup_data.py
/var/tmp/tmp.1.LsaNb7
#! /bin/sh -ev
/opt/fink/bin/python2.5 setup.py build
running build
Fatal Python error: Interpreter not initialized (version mismatch?)
/var/tmp/tmp.1.LsaNb7: line 2:  3318 Abort trap 
/opt/fink/bin/python2.5 setup.py build

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] build of mayavi2 fails

2009-08-06 Thread Robert Wyatt
Hmm, Fink's python would not be in /opt/fink unless you've made some
modifications to the installation. What do you get with:
$ fink list -t python25

James Howse wrote:
 I am trying to build Mayavi2 on an Intel Mac running Leopard 10.5.8,
 Xcode 3.1.3 and Xquartz 2.3.3.2 and it is failing with the following
 error message.  I have a vague memory of seeing this type of python
 error discussed in the context of another package, but I can not recall
 the discussion.  Any idea what is wrong here?
 Thanks,
 James
 
 
 Mayavi-3.2.0/setup.cfg
 Mayavi-3.2.0/setup.py
 Mayavi-3.2.0/setup_data.py
 /var/tmp/tmp.1.LsaNb7
 #! /bin/sh -ev
 /opt/fink/bin/python2.5 setup.py build
 running build
 Fatal Python error: Interpreter not initialized (version mismatch?)
 /var/tmp/tmp.1.LsaNb7: line 2:  3318 Abort trap 
 /opt/fink/bin/python2.5 setup.py build

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] build of mayavi2 fails

2009-08-06 Thread Alexander Hansen
It's quite acceptible to bootstrap into /opt/fink.

But how about we see the output of

/opt/fink/bin/python2.5  --version

?

On Thu, Aug 6, 2009 at 3:58 PM, Robert Wyattchupacerv...@gmail.com wrote:
 Hmm, Fink's python would not be in /opt/fink unless you've made some
 modifications to the installation. What do you get with:
 $ fink list -t python25

 James Howse wrote:
 I am trying to build Mayavi2 on an Intel Mac running Leopard 10.5.8,
 Xcode 3.1.3 and Xquartz 2.3.3.2 and it is failing with the following
 error message.  I have a vague memory of seeing this type of python
 error discussed in the context of another package, but I can not recall
 the discussion.  Any idea what is wrong here?
 Thanks,
 James


 Mayavi-3.2.0/setup.cfg
 Mayavi-3.2.0/setup.py
 Mayavi-3.2.0/setup_data.py
 /var/tmp/tmp.1.LsaNb7
 #! /bin/sh -ev
     /opt/fink/bin/python2.5 setup.py build
 running build
 Fatal Python error: Interpreter not initialized (version mismatch?)
 /var/tmp/tmp.1.LsaNb7: line 2:  3318 Abort trap
 /opt/fink/bin/python2.5 setup.py build



-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] build of mayavi2 fails

2009-08-06 Thread Robert Wyatt
For what it's worth, it built for me on 10.5.8 with a PPC, I'll try at
home with the Intel. Also, I have /sw/bin/python2.5 --version giving
Python 2.5.4.  --Robert

Alexander Hansen wrote:
 It's quite acceptable to bootstrap into /opt/fink.
 
 But how about we see the output of
 
 /opt/fink/bin/python2.5  --version
 
 ?
 
 On Thu, Aug 6, 2009 at 3:58 PM, Robert Wyattchupacerv...@gmail.com wrote:
 Hmm, Fink's python would not be in /opt/fink unless you've made some
 modifications to the installation. What do you get with:
 $ fink list -t python25

 James Howse wrote:
 I am trying to build Mayavi2 on an Intel Mac running Leopard 10.5.8,
 Xcode 3.1.3 and Xquartz 2.3.3.2 and it is failing with the following
 error message.  I have a vague memory of seeing this type of python
 error discussed in the context of another package, but I can not recall
 the discussion.  Any idea what is wrong here?
 Thanks,
 James


 Mayavi-3.2.0/setup.cfg
 Mayavi-3.2.0/setup.py
 Mayavi-3.2.0/setup_data.py
 /var/tmp/tmp.1.LsaNb7
 #! /bin/sh -ev
 /opt/fink/bin/python2.5 setup.py build
 running build
 Fatal Python error: Interpreter not initialized (version mismatch?)
 /var/tmp/tmp.1.LsaNb7: line 2:  3318 Abort trap
 /opt/fink/bin/python2.5 setup.py build
 
 

-- 
Robert T Wyatt
Assistant Registrar
Room Scheduling (M5501)
The University of Texas at Austin
desk (512) 475-7602
fax (512) 475-7515
cell (512) 466-7258

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] build of mayavi2 fails

2009-08-06 Thread James Howse




Here are the results of the two requested commands.  What I find most
surprising is that packages such as enthought-base-py25 and
traits-py25, which I believe also build through python, built and
installed just fine immediately prior to this failure.

/opt/fink/bin/python2.5  --version
Python 2.5.4

fink list -t python25
Information about 9230 packages read in 0 seconds.
    boost1.34.python25  1.34.1-1005 Boost C++ Libraries:
static and source libs
 i  boost1.34.python25-shlibs   1.34.1-1005 Boost C++
Libraries (shared libs)
    boost1.35.python25  1.35.0-1    Boost C++ Libraries:
static and source libs
    boost1.35.python25-shlibs   1.35.0-1    Boost C++
Libraries (shared libs)
 i  pil-systempython25  1.1.6-2 Python Imaging Library
 i  python25    1:2.5.4-1   Interpreted, object-oriented
language
 i  python25-shlibs 1:2.5.4-1   Interpreted, object-oriented
language
    python25-socket 1:2.5.1-3   Obsolete socket plugin for
python
    python25-socket-ssl 1:2.5.1-3   Obsolete socket plugin
for python

James

  It's quite acceptible to bootstrap into /opt/fink.

But how about we see the output of

/opt/fink/bin/python2.5  --version

?

On Thu, Aug 6, 2009 at 3:58 PM, Robert Wyattchupacerv...@gmail.com wrote:
  
  
Hmm, Fink's python would not be in /opt/fink unless you've made some
modifications to the installation. What do you get with:
$ fink list -t python25

James Howse wrote:


  I am trying to build Mayavi2 on an Intel Mac running Leopard 10.5.8,
Xcode 3.1.3 and Xquartz 2.3.3.2 and it is failing with the following
error message.  I have a vague memory of seeing this type of python
error discussed in the context of another package, but I can not recall
the discussion.  Any idea what is wrong here?
Thanks,
James


Mayavi-3.2.0/setup.cfg
Mayavi-3.2.0/setup.py
Mayavi-3.2.0/setup_data.py
/var/tmp/tmp.1.LsaNb7
#! /bin/sh -ev
    /opt/fink/bin/python2.5 setup.py build
running build
Fatal Python error: Interpreter not initialized (version mismatch?)
/var/tmp/tmp.1.LsaNb7: line 2:  3318 Abort trap
/opt/fink/bin/python2.5 setup.py build
  

  
  

  





--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users