|
From: Michael D. <md...@st...> - 2013-08-30 17:25:10
|
I wonder if it's commit 6b827cbf.
Can you do:
git checkout 6b827cbf
python setup.py build
# confirm it fails
git checkout 6b827cbf^
python setup.py build
# Does this work?
Mike
On 08/30/2013 01:06 PM, Nils Wagner wrote:
> Hi Michael,
>
> Thank you for your note.
> If I remember correctly I was able to build matplotlib a week ago.
> I am using opensuse12.3
>
> Nils
>
> rpm -qi python-cxx
> Name : python-cxx
> Version : 6.2.3
> Release : 2.2
> Architecture: noarch
> Install Date: Sa 27 Jul 2013 15:48:45 CEST
> Group : Development/Languages/Python
> Size : 9783
> License : GPL
> Signature : RSA/SHA1, Mo 22 Jul 2013 20:26:22 CEST, Key ID
> 45a1d0671abd1afb
> Source RPM : python-cxx-6.2.3-2.2.src.rpm
> Build Date : Mo 22 Jul 2013 15:27:08 CEST
> Build Host : swkj07
> Relocations : (not relocatable)
> Packager : pa...@li... <mailto:pa...@li...>
> Vendor : http://packman.links2linux.de
> URL : http://CXX.sourceforge.net/
> Summary : Write Python extensions in C++
> Description :
> PyCXX is a set of classes to help create extensions of Python in the C
> language. The first part encapsulates the Python C API taking care of
> exceptions and ref counting. The second part supports the building of
> Python
> extension modules in C++.
> Distribution: Extra / openSUSE_12.3
>
>
>
> On Fri, Aug 30, 2013 at 6:46 PM, Michael Droettboom <md...@st...
> <mailto:md...@st...>> wrote:
>
> It looks like a version mismatch with PyCXX. Was it recently
> updated or changed? What version of PyCXX do you have? What was
> the last version of matplotlib that worked for you?
>
> You can force matplotlib to use its local copy of PyCXX by
> uninstalling PyCXX, or adding the following lines to the top of
> PyCXX::check in setupext.py:
>
> self.__class__.found_external = False
> return "Couldn't import. Using local copy."
>
> (But really, we should update setupext so users can specify the
> local override in setup.cfg).
>
> Mike
>
>
> On 08/30/2013 12:35 PM, Nils Wagner wrote:
>> Hi all,
>>
>> I cannot build the latest matplotlib from git. The build log is
>> attached.
>>
>> Nils
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> Discover the easy way to master current and previous Microsoft technologies
>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>> tutorial videos with LearnDevNow. Subscribe today and save!
>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>>
>>
>> _______________________________________________
>> Matplotlib-users mailing list
>> Mat...@li... <mailto:Mat...@li...>
>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft
> technologies
> and advance your career. Get an incredible 1,500+ hours of
> step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> <mailto:Mat...@li...>
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>
|