SourceForge logo
SourceForge logo
Menu

matplotlib-users — Discussion related to using matplotlib

You can subscribe to this list here.

2003 Jan
Feb
Mar
Apr
May
(3)
Jun
Jul
Aug
(12)
Sep
(12)
Oct
(56)
Nov
(65)
Dec
(37)
2004 Jan
(59)
Feb
(78)
Mar
(153)
Apr
(205)
May
(184)
Jun
(123)
Jul
(171)
Aug
(156)
Sep
(190)
Oct
(120)
Nov
(154)
Dec
(223)
2005 Jan
(184)
Feb
(267)
Mar
(214)
Apr
(286)
May
(320)
Jun
(299)
Jul
(348)
Aug
(283)
Sep
(355)
Oct
(293)
Nov
(232)
Dec
(203)
2006 Jan
(352)
Feb
(358)
Mar
(403)
Apr
(313)
May
(165)
Jun
(281)
Jul
(316)
Aug
(228)
Sep
(279)
Oct
(243)
Nov
(315)
Dec
(345)
2007 Jan
(260)
Feb
(323)
Mar
(340)
Apr
(319)
May
(290)
Jun
(296)
Jul
(221)
Aug
(292)
Sep
(242)
Oct
(248)
Nov
(242)
Dec
(332)
2008 Jan
(312)
Feb
(359)
Mar
(454)
Apr
(287)
May
(340)
Jun
(450)
Jul
(403)
Aug
(324)
Sep
(349)
Oct
(385)
Nov
(363)
Dec
(437)
2009 Jan
(500)
Feb
(301)
Mar
(409)
Apr
(486)
May
(545)
Jun
(391)
Jul
(518)
Aug
(497)
Sep
(492)
Oct
(429)
Nov
(357)
Dec
(310)
2010 Jan
(371)
Feb
(657)
Mar
(519)
Apr
(432)
May
(312)
Jun
(416)
Jul
(477)
Aug
(386)
Sep
(419)
Oct
(435)
Nov
(320)
Dec
(202)
2011 Jan
(321)
Feb
(413)
Mar
(299)
Apr
(215)
May
(284)
Jun
(203)
Jul
(207)
Aug
(314)
Sep
(321)
Oct
(259)
Nov
(347)
Dec
(209)
2012 Jan
(322)
Feb
(414)
Mar
(377)
Apr
(179)
May
(173)
Jun
(234)
Jul
(295)
Aug
(239)
Sep
(276)
Oct
(355)
Nov
(144)
Dec
(108)
2013 Jan
(170)
Feb
(89)
Mar
(204)
Apr
(133)
May
(142)
Jun
(89)
Jul
(160)
Aug
(180)
Sep
(69)
Oct
(136)
Nov
(83)
Dec
(32)
2014 Jan
(71)
Feb
(90)
Mar
(161)
Apr
(117)
May
(78)
Jun
(94)
Jul
(60)
Aug
(83)
Sep
(102)
Oct
(132)
Nov
(154)
Dec
(96)
2015 Jan
(45)
Feb
(138)
Mar
(176)
Apr
(132)
May
(119)
Jun
(124)
Jul
(77)
Aug
(31)
Sep
(34)
Oct
(22)
Nov
(23)
Dec
(9)
2016 Jan
(26)
Feb
(17)
Mar
(10)
Apr
(8)
May
(4)
Jun
(8)
Jul
(6)
Aug
(5)
Sep
(9)
Oct
(4)
Nov
Dec
2017 Jan
(5)
Feb
(7)
Mar
(1)
Apr
(5)
May
Jun
(3)
Jul
(6)
Aug
(1)
Sep
Oct
(2)
Nov
(1)
Dec
2018 Jan
Feb
Mar
Apr
(1)
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2020 Jan
Feb
Mar
Apr
May
(1)
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2025 Jan
(1)
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
S M T W T F S


1
(3)
2
(21)
3
(16)
4
(4)
5
(7)
6
(1)
7
(2)
8
(12)
9
(23)
10
(6)
11
(2)
12
(1)
13
(1)
14
(4)
15
(14)
16
(7)
17
(15)
18
(12)
19
(5)
20
21
(1)
22
(7)
23
(7)
24
(6)
25
(5)
26
(9)
27
(6)
28
(4)
29
(4)
30
(27)



Showing results of 231

<< < 1 .. 5 6 7 8 9 10 > >> (Page 7 of 10)
From: Nils W. <nw...@me...> - 2005年11月09日 16:17:04
Hi all,
How can I resolve this problem
 File
"/usr/lib/python2.4/site-packages/matplotlib/backends/backend_gtk.py",
line 303, in expose_event
 self._render_figure(self._pixmap, w, h)
 File
"/usr/lib/python2.4/site-packages/matplotlib/backends/backend_gtkagg.py",
line 70, in _render_figure
 FigureCanvasAgg.draw(self)
 File
"/usr/lib/python2.4/site-packages/matplotlib/backends/backend_agg.py",
line 383, in draw
 self.figure.draw(renderer)
 File "/usr/lib/python2.4/site-packages/matplotlib/figure.py", line
520, in draw
 for a in self.axes: a.draw(renderer)
 File "/usr/lib/python2.4/site-packages/matplotlib/axes.py", line 1416,
in draw
 self.legend_.draw(renderer)
 File "/usr/lib/python2.4/site-packages/matplotlib/legend.py", line
208, in draw
 self._update_positions(renderer)
 File "/usr/lib/python2.4/site-packages/matplotlib/legend.py", line
530, in _update_positions
 l,b,w,h = get_tbounds(tabove)
 File "/usr/lib/python2.4/site-packages/matplotlib/legend.py", line
523, in get_tbounds
 bbox = text.get_window_extent(renderer)
 File "/usr/lib/python2.4/site-packages/matplotlib/text.py", line 458,
in get_window_extent
 bbox, info = self._get_layout(self._renderer)
 File "/usr/lib/python2.4/site-packages/matplotlib/text.py", line 185,
in _get_layout
 w,h = renderer.get_text_width_height(
 File
"/usr/lib/python2.4/site-packages/matplotlib/backends/backend_agg.py",
line 240, in get_text_width_height
 Z = self.texmanager.get_rgba(s, size, dpi, rgb)
 File "/usr/lib/python2.4/site-packages/matplotlib/texmanager.py", line
309, in get_rgba
 X = readpng(pngfile)
RuntimeError: _image_module::readpng could not open PNG file
/home/nwagner/.matplotlib/tex.cache/7215ee9c7d9dc229d2921a40e899ec5f_80.png
for reading
I am using '0.85.cvs'.
Nils
 
From: Oliver <oli...@un...> - 2005年11月09日 15:45:59
Hi,
I'm running latest ubuntu on an Apple ibook G4 (1.33 GHz, 1GB ram and
2.5 GB free space on my linux partition in case that matters). I got
python 2.4 and all the required packages installed, and apparently also
managed to install agg 2.3 (At least make tells me there ain't anything
left to do for 'make install'). Now, if I try to install matplotlib by
'python setup.py install' (tried with and without sudo rights), I end up
with an error that gcc failed with exit status 1. A couple of other
warnings before, though. I do have gcc 4 installed, also g++ and g77.
Build output follows. Does anyone have any idea or experiences with
running matplotlib on PPCLinux?
Kindest Regards and Thanks a lot
Oliver
copying lib/pytz/zoneinfo/Australia/Yancowinna.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/Canberra.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/Broken_Hill.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/Lord_Howe.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/LHI.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/NSW.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/West.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/Tasmania.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/Brisbane.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/Melbourne.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/Adelaide.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/Perth.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/Sydney.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/Lindeman.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/North.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/Darwin.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/__init__.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/Hobart.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/Queensland.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/South.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/Victoria.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
copying lib/pytz/zoneinfo/Australia/ACT.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Australia
creating build/lib.linux-ppc-2.4/pytz/zoneinfo/Atlantic
copying lib/pytz/zoneinfo/Atlantic/Bermuda.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Atlantic
copying lib/pytz/zoneinfo/Atlantic/Faeroe.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Atlantic
copying lib/pytz/zoneinfo/Atlantic/South_Georgia.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Atlantic
copying lib/pytz/zoneinfo/Atlantic/Canary.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Atlantic
copying lib/pytz/zoneinfo/Atlantic/Jan_Mayen.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Atlantic
copying lib/pytz/zoneinfo/Atlantic/St_Helena.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Atlantic
copying lib/pytz/zoneinfo/Atlantic/Azores.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Atlantic
copying lib/pytz/zoneinfo/Atlantic/Madeira.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Atlantic
copying lib/pytz/zoneinfo/Atlantic/Stanley.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Atlantic
copying lib/pytz/zoneinfo/Atlantic/Cape_Verde.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Atlantic
copying lib/pytz/zoneinfo/Atlantic/__init__.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Atlantic
copying lib/pytz/zoneinfo/Atlantic/Reykjavik.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Atlantic
creating build/lib.linux-ppc-2.4/pytz/zoneinfo/SystemV
copying lib/pytz/zoneinfo/SystemV/CST6CDT.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/SystemV
copying lib/pytz/zoneinfo/SystemV/YST9.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/SystemV
copying lib/pytz/zoneinfo/SystemV/EST5.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/SystemV
copying lib/pytz/zoneinfo/SystemV/AST4ADT.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/SystemV
copying lib/pytz/zoneinfo/SystemV/YST9YDT.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/SystemV
copying lib/pytz/zoneinfo/SystemV/MST7.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/SystemV
copying lib/pytz/zoneinfo/SystemV/EST5EDT.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/SystemV
copying lib/pytz/zoneinfo/SystemV/HST10.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/SystemV
copying lib/pytz/zoneinfo/SystemV/AST4.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/SystemV
copying lib/pytz/zoneinfo/SystemV/PST8.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/SystemV
copying lib/pytz/zoneinfo/SystemV/__init__.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/SystemV
copying lib/pytz/zoneinfo/SystemV/MST7MDT.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/SystemV
copying lib/pytz/zoneinfo/SystemV/PST8PDT.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/SystemV
copying lib/pytz/zoneinfo/SystemV/CST6.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/SystemV
creating build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Ndjamena.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/El_Aaiun.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Monrovia.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Asmera.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Nouakchott.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Cairo.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Blantyre.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Khartoum.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Timbuktu.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Accra.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Brazzaville.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Kampala.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Abidjan.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Windhoek.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Bujumbura.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Tunis.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Lusaka.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Algiers.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Johannesburg.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Douala.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Kinshasa.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Freetown.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Lubumbashi.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Lagos.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Dar_es_Salaam.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Ouagadougou.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Libreville.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Casablanca.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Bissau.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Mogadishu.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Conakry.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Porto_minus_Novo.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Djibouti.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Maputo.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Lome.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Dakar.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Bamako.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Niamey.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Kigali.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Gaborone.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Malabo.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Ceuta.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Addis_Ababa.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Sao_Tome.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Luanda.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Harare.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/__init__.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Maseru.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Nairobi.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Bangui.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Mbabane.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Tripoli.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
copying lib/pytz/zoneinfo/Africa/Banjul.py ->
build/lib.linux-ppc-2.4/pytz/zoneinfo/Africa
creating build/lib.linux-ppc-2.4/matplotlib/enthought
copying lib/matplotlib/enthought/__init__.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought
creating build/lib.linux-ppc-2.4/matplotlib/enthought/traits
copying lib/matplotlib/enthought/traits/trait_base.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits
copying lib/matplotlib/enthought/traits/traits.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits
copying lib/matplotlib/enthought/traits/trait_handlers.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits
copying lib/matplotlib/enthought/traits/standard.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits
copying lib/matplotlib/enthought/traits/trait_notifiers.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits
copying lib/matplotlib/enthought/traits/trait_numeric.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits
copying lib/matplotlib/enthought/traits/trait_errors.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits
copying lib/matplotlib/enthought/traits/info_traits.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits
copying lib/matplotlib/enthought/traits/trait_db.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits
copying lib/matplotlib/enthought/traits/has_traits.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits
copying lib/matplotlib/enthought/traits/__init__.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits
copying lib/matplotlib/enthought/traits/category.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits
creating build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/ui_info.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/ui_traits.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/view_element.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/ui.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/toolkit.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/editor.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/group.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/menu.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/handler.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/view_elements.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/help.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/undo.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/view.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/tree_node.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/include.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/editors.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/editor_factory.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/__init__.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/help_template.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/helper.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
copying lib/matplotlib/enthought/traits/ui/item.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui
creating build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui/null
copying lib/matplotlib/enthought/traits/ui/null/font_trait.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui/null
copying lib/matplotlib/enthought/traits/ui/null/toolkit.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui/null
copying lib/matplotlib/enthought/traits/ui/null/rgb_color_trait.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui/null
copying lib/matplotlib/enthought/traits/ui/null/color_trait.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui/nullcopying
lib/matplotlib/enthought/traits/ui/null/rgba_color_trait.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui/null
copying lib/matplotlib/enthought/traits/ui/null/__init__.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ui/null
creating build/lib.linux-ppc-2.4/matplotlib/enthought/resource
copying lib/matplotlib/enthought/resource/resource_manager.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/resource
copying lib/matplotlib/enthought/resource/resource_reference.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/resource
copying lib/matplotlib/enthought/resource/resource_factory.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/resource
copying lib/matplotlib/enthought/resource/resource_path.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/resource
copying lib/matplotlib/enthought/resource/__init__.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/resource
creating build/lib.linux-ppc-2.4/matplotlib/enthought/util
copying lib/matplotlib/enthought/util/resource.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/util
copying lib/matplotlib/enthought/util/__init__.py ->
build/lib.linux-ppc-2.4/matplotlib/enthought/util
running build_ext
building 'matplotlib._agg' extension
creating build/temp.linux-ppc-2.4
creating build/temp.linux-ppc-2.4/src
creating build/temp.linux-ppc-2.4/agg23
creating build/temp.linux-ppc-2.4/agg23/src
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -Iagg23/include -Isrc -Iswig
-I/usr/include/python2.4 -c src/agg.cxx -o
build/temp.linux-ppc-2.4/src/agg.o
cc1plus: Warnung: Kommandozeilenoption "-Wstrict-prototypes" ist g=C3=BCl=
tig
f=C3=BCr Ada/C/ObjC, aber nicht f=C3=BCr C++
agg23/include/agg_conv_curve.h: In member function =C2=BBunsigned int
agg::conv_curve<VertexSource>::vertex(double*, double*) [with
VertexSource =3D path_t]=C2=AB:
agg23/include/agg_conv_curve.h:123: Warnung: =C2=BBend_y=C2=AB k=C3=B6nnt=
e in dieser
Funktion uninitialisiert verwendet werden
agg23/include/agg_conv_curve.h:122: Warnung: =C2=BBend_x=C2=AB k=C3=B6nnt=
e in dieser
Funktion uninitialisiert verwendet werden
agg23/include/agg_conv_curve.h:121: Warnung: =C2=BBct2_y=C2=AB k=C3=B6nnt=
e in dieser
Funktion uninitialisiert verwendet werden
agg23/include/agg_conv_curve.h:120: Warnung: =C2=BBct2_x=C2=AB k=C3=B6nnt=
e in dieser
Funktion uninitialisiert verwendet werden
agg23/include/agg_conv_curve.h: In member function =C2=BBunsigned int
agg::conv_curve<VertexSource>::vertex(double*, double*) [with
VertexSource =3D transpath_t]=C2=AB:
agg23/include/agg_conv_curve.h:123: Warnung: =C2=BBend_y=C2=AB k=C3=B6nnt=
e in dieser
Funktion uninitialisiert verwendet werden
agg23/include/agg_conv_curve.h:122: Warnung: =C2=BBend_x=C2=AB k=C3=B6nnt=
e in dieser
Funktion uninitialisiert verwendet werden
agg23/include/agg_conv_curve.h:121: Warnung: =C2=BBct2_y=C2=AB k=C3=B6nnt=
e in dieser
Funktion uninitialisiert verwendet werden
agg23/include/agg_conv_curve.h:120: Warnung: =C2=BBct2_x=C2=AB k=C3=B6nnt=
e in dieser
Funktion uninitialisiert verwendet werden
 agg23/include/agg_rasterizer_scanline_aa.h: In function
=C2=BBPyObject* _wrap_rasterizer_scanline_aa_add_path(PyObject*, PyObject=
*)=C2=AB:
agg23/include/agg_rasterizer_scanline_aa.h:462: Warnung: =C2=BBy=C2=AB k=C3=
=B6nnte in
dieser Funktion uninitialisiert verwendet werden
agg23/include/agg_rasterizer_scanline_aa.h:461: Warnung: =C2=BBx=C2=AB k=C3=
=B6nnte in
dieser Funktion uninitialisiert verwendet werden
agg23/include/agg_rasterizer_scanline_aa.h:462: Warnung: =C2=BBy=C2=AB k=C3=
=B6nnte in
dieser Funktion uninitialisiert verwendet werden
agg23/include/agg_rasterizer_scanline_aa.h:461: Warnung: =C2=BBx=C2=AB k=C3=
=B6nnte in
dieser Funktion uninitialisiert verwendet werden
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -Iagg23/include -Isrc -Iswig
-I/usr/include/python2.4 -c agg23/src/agg_trans_affine.cpp -o
build/temp.linux-ppc-2.4/agg23/src/agg_trans_affine.o
cc1plus: Warnung: Kommandozeilenoption "-Wstrict-prototypes" ist g=C3=BCl=
tig
f=C3=BCr Ada/C/ObjC, aber nicht f=C3=BCr C++
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -Iagg23/include -Isrc -Iswig
-I/usr/include/python2.4 -c agg23/src/agg_path_storage.cpp -o
build/temp.linux-ppc-2.4/agg23/src/agg_path_storage.o
cc1plus: Warnung: Kommandozeilenoption "-Wstrict-prototypes" ist g=C3=BCl=
tig
f=C3=BCr Ada/C/ObjC, aber nicht f=C3=BCr C++
agg23/src/agg_path_storage.cpp: In member function =C2=BBvoid
agg::path_storage::curve3(double, double)=C2=AB:
agg23/src/agg_path_storage.cpp:221: Warnung: =C2=BBy0=C2=AB k=C3=B6nnte i=
n dieser
Funktion uninitialisiert verwendet werden
agg23/src/agg_path_storage.cpp:220: Warnung: =C2=BBx0=C2=AB k=C3=B6nnte i=
n dieser
Funktion uninitialisiert verwendet werden
agg23/src/agg_path_storage.cpp:225: Warnung: =C2=BBy_ctrl=C2=AB k=C3=B6nn=
te in dieser
Funktion uninitialisiert verwendet werden
agg23/src/agg_path_storage.cpp:224: Warnung: =C2=BBx_ctrl=C2=AB k=C3=B6nn=
te in dieser
Funktion uninitialisiert verwendet werden
agg23/src/agg_path_storage.cpp: In member function =C2=BBvoid
agg::path_storage::curve4(double, double, double, double)=C2=AB:
agg23/src/agg_path_storage.cpp:279: Warnung: =C2=BBy0=C2=AB k=C3=B6nnte i=
n dieser
Funktion uninitialisiert verwendet werden
agg23/src/agg_path_storage.cpp:278: Warnung: =C2=BBx0=C2=AB k=C3=B6nnte i=
n dieser
Funktion uninitialisiert verwendet werden
agg23/src/agg_path_storage.cpp:283: Warnung: =C2=BBy_ctrl1=C2=AB k=C3=B6n=
nte in dieser
Funktion uninitialisiert verwendet werden
agg23/src/agg_path_storage.cpp:282: Warnung: =C2=BBx_ctrl1=C2=AB k=C3=B6n=
nte in dieser
Funktion uninitialisiert verwendet werden
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -Iagg23/include -Isrc -Iswig
-I/usr/include/python2.4 -c agg23/src/agg_bezier_arc.cpp -o
build/temp.linux-ppc-2.4/agg23/src/agg_bezier_arc.o
cc1plus: Warnung: Kommandozeilenoption "-Wstrict-prototypes" ist g=C3=BCl=
tig
f=C3=BCr Ada/C/ObjC, aber nicht f=C3=BCr C++
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -Iagg23/include -Isrc -Iswig
-I/usr/include/python2.4 -c agg23/src/agg_vcgen_dash.cpp -o
build/temp.linux-ppc-2.4/agg23/src/agg_vcgen_dash.o
cc1plus: Warnung: Kommandozeilenoption "-Wstrict-prototypes" ist g=C3=BCl=
tig
f=C3=BCr Ada/C/ObjC, aber nicht f=C3=BCr C++
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -Iagg23/include -Isrc -Iswig
-I/usr/include/python2.4 -c agg23/src/agg_vcgen_stroke.cpp -o
build/temp.linux-ppc-2.4/agg23/src/agg_vcgen_stroke.o
cc1plus: Warnung: Kommandozeilenoption "-Wstrict-prototypes" ist g=C3=BCl=
tig
f=C3=BCr Ada/C/ObjC, aber nicht f=C3=BCr C++
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -Iagg23/include -Isrc -Iswig
-I/usr/include/python2.4 -c agg23/src/agg_rasterizer_scanline_aa.cpp -o
build/temp.linux-ppc-2.4/agg23/src/agg_rasterizer_scanline_aa.o
cc1plus: Warnung: Kommandozeilenoption "-Wstrict-prototypes" ist g=C3=BCl=
tig
f=C3=BCr Ada/C/ObjC, aber nicht f=C3=BCr C++
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -Iagg23/include -Isrc -Iswig
-I/usr/include/python2.4 -c agg23/src/agg_curves.cpp -o
build/temp.linux-ppc-2.4/agg23/src/agg_curves.o
cc1plus: Warnung: Kommandozeilenoption "-Wstrict-prototypes" ist g=C3=BCl=
tig
f=C3=BCr Ada/C/ObjC, aber nicht f=C3=BCr C++
g++ -pthread -shared build/temp.linux-ppc-2.4/src/agg.o
build/temp.linux-ppc-2.4/agg23/src/agg_trans_affine.o
build/temp.linux-ppc-2.4/agg23/src/agg_path_storage.o
build/temp.linux-ppc-2.4/agg23/src/agg_bezier_arc.o
build/temp.linux-ppc-2.4/agg23/src/agg_vcgen_dash.o
build/temp.linux-ppc-2.4/agg23/src/agg_vcgen_stroke.o
build/temp.linux-ppc-2.4/agg23/src/agg_rasterizer_scanline_aa.o
build/temp.linux-ppc-2.4/agg23/src/agg_curves.o -lstdc++ -lm -o
build/lib.linux-ppc-2.4/matplotlib/_agg.so
building 'matplotlib._na_transforms' extension
creating build/temp.linux-ppc-2.4/CXX
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -Isrc -I. -I -I/usr/local/include
-I/usr/include -I/usr/include/python2.4 -c src/_na_transforms.cpp -o
build/temp.linux-ppc-2.4/src/_na_transforms.o -DNUMARRAY=3D1
cc1plus: Warnung: Kommandozeilenoption "-Wstrict-prototypes" ist g=C3=BCl=
tig
f=C3=BCr Ada/C/ObjC, aber nicht f=C3=BCr C++
In Datei, eingef=C3=BCgt von /usr/include/python2.4/Python.h:8,
 von ./CXX/Objects.hxx:9,
 von ./CXX/Extensions.hxx:19,
 von src/_transforms.h:12,
 von src/_na_transforms.cpp:2:
/usr/include/python2.4/pyconfig.h:835:1: Warnung: =C2=BB_POSIX_C_SOURCE=C2=
=AB
redefiniert
In Datei, eingef=C3=BCgt von /usr/include/c
++/4.0.2/powerpc-linux-gnu/bits/os_defines.h:39,
 von /usr/include/c++/4.0.2/powerpc-linux-gnu/bits/c
++config.h:35,
 von /usr/include/c++/4.0.2/functional:53,
 von src/_na_transforms.cpp:1:
/usr/include/features.h:150:1: Warnung: dies ist die Stelle der
vorherigen Definition
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D LazyValue]=C2=
=AB:
src/_transforms.h:27: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Func]=C2=AB:
src/_transforms.h:376: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D FuncXY]=C2=AB=
:
src/_transforms.h:435: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Transformatio=
n]=C2=AB:
src/_transforms.h:479: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Point]=C2=AB:
src/_na_transforms.cpp:120: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Interval]=C2=AB=
:
src/_na_transforms.cpp:135: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Bbox]=C2=AB:
src/_na_transforms.cpp:184: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -Isrc -I. -I -I/usr/local/include
-I/usr/include -I/usr/include/python2.4 -c src/mplutils.cpp -o
build/temp.linux-ppc-2.4/src/mplutils.o -DNUMARRAY=3D1
cc1plus: Warnung: Kommandozeilenoption "-Wstrict-prototypes" ist g=C3=BCl=
tig
f=C3=BCr Ada/C/ObjC, aber nicht f=C3=BCr C++
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -Isrc -I. -I -I/usr/local/include
-I/usr/include -I/usr/include/python2.4 -c CXX/cxx_extensions.cxx -o
build/temp.linux-ppc-2.4/CXX/cxx_extensions.o -DNUMARRAY=3D1
cc1plus: Warnung: Kommandozeilenoption "-Wstrict-prototypes" ist g=C3=BCl=
tig
f=C3=BCr Ada/C/ObjC, aber nicht f=C3=BCr C++
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D
Py::ExtensionModuleBasePtr]=C2=AB:
CXX/cxx_extensions.cxx:90: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -Isrc -I. -I -I/usr/local/include
-I/usr/include -I/usr/include/python2.4 -c CXX/cxxsupport.cxx -o
build/temp.linux-ppc-2.4/CXX/cxxsupport.o -DNUMARRAY=3D1
cc1plus: Warnung: Kommandozeilenoption "-Wstrict-prototypes" ist g=C3=BCl=
tig
f=C3=BCr Ada/C/ObjC, aber nicht f=C3=BCr C++
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -Isrc -I. -I -I/usr/local/include
-I/usr/include -I/usr/include/python2.4 -c
CXX/IndirectPythonInterface.cxx -o
build/temp.linux-ppc-2.4/CXX/IndirectPythonInterface.o -DNUMARRAY=3D1
cc1plus: Warnung: Kommandozeilenoption "-Wstrict-prototypes" ist g=C3=BCl=
tig
f=C3=BCr Ada/C/ObjC, aber nicht f=C3=BCr C++
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -Isrc -I. -I -I/usr/local/include
-I/usr/include -I/usr/include/python2.4 -c CXX/cxxextensions.c -o
build/temp.linux-ppc-2.4/CXX/cxxextensions.o -DNUMARRAY=3D1
g++ -pthread -shared build/temp.linux-ppc-2.4/src/_na_transforms.o
build/temp.linux-ppc-2.4/src/mplutils.o
build/temp.linux-ppc-2.4/CXX/cxx_extensions.o
build/temp.linux-ppc-2.4/CXX/cxxsupport.o
build/temp.linux-ppc-2.4/CXX/IndirectPythonInterface.o
build/temp.linux-ppc-2.4/CXX/cxxextensions.o -L/usr/local/lib -lstdc++
-lm -o build/lib.linux-ppc-2.4/matplotlib/_na_transforms.so
building 'matplotlib._nc_transforms' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -Isrc -I. -I/usr/local/include -I/usr/include
-I/usr/include/python2.4 -c src/_nc_transforms.cpp -o
build/temp.linux-ppc-2.4/src/_nc_transforms.o -DNUMERIC=3D1
cc1plus: Warnung: Kommandozeilenoption "-Wstrict-prototypes" ist g=C3=BCl=
tig
f=C3=BCr Ada/C/ObjC, aber nicht f=C3=BCr C++
In Datei, eingef=C3=BCgt von /usr/include/python2.4/Python.h:8,
 von ./CXX/Objects.hxx:9,
 von ./CXX/Extensions.hxx:19,
 von src/_transforms.h:12,
 von src/_nc_transforms.cpp:2:
/usr/include/python2.4/pyconfig.h:835:1: Warnung: =C2=BB_POSIX_C_SOURCE=C2=
=AB
redefiniert
In Datei, eingef=C3=BCgt von /usr/include/c
++/4.0.2/powerpc-linux-gnu/bits/os_defines.h:39,
 von /usr/include/c++/4.0.2/powerpc-linux-gnu/bits/c
++config.h:35,
 von /usr/include/c++/4.0.2/functional:53,
 von src/_nc_transforms.cpp:1:
/usr/include/features.h:150:1: Warnung: dies ist die Stelle der
vorherigen Definition
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D LazyValue]=C2=
=AB:
src/_transforms.h:27: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Func]=C2=AB:
src/_transforms.h:376: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D FuncXY]=C2=AB=
:
src/_transforms.h:435: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Transformatio=
n]=C2=AB:
src/_transforms.h:479: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Point]=C2=AB:
src/_nc_transforms.cpp:120: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Interval]=C2=AB=
:
src/_nc_transforms.cpp:135: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Bbox]=C2=AB:
src/_nc_transforms.cpp:184: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
g++ -pthread -shared build/temp.linux-ppc-2.4/src/_nc_transforms.o
build/temp.linux-ppc-2.4/src/mplutils.o
build/temp.linux-ppc-2.4/CXX/cxx_extensions.o
build/temp.linux-ppc-2.4/CXX/cxxsupport.o
build/temp.linux-ppc-2.4/CXX/IndirectPythonInterface.o
build/temp.linux-ppc-2.4/CXX/cxxextensions.o -L/usr/local/lib -lstdc++
-lm -o build/lib.linux-ppc-2.4/matplotlib/_nc_transforms.so
building 'matplotlib.enthought.traits.ctraits' extension
creating build/temp.linux-ppc-2.4/lib
creating build/temp.linux-ppc-2.4/lib/matplotlib
creating build/temp.linux-ppc-2.4/lib/matplotlib/enthought
creating build/temp.linux-ppc-2.4/lib/matplotlib/enthought/traits
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -I/usr/include/python2.4 -c
lib/matplotlib/enthought/traits/ctraits.c -o
build/temp.linux-ppc-2.4/lib/matplotlib/enthought/traits/ctraits.o
lib/matplotlib/enthought/traits/ctraits.c: In Funktion
=C2=BBtrait_method_call=C2=AB:
lib/matplotlib/enthought/traits/ctraits.c:3798: Warnung: =C2=BBname=C2=AB=
 k=C3=B6nnte
in dieser Funktion uninitialisiert verwendet werden
lib/matplotlib/enthought/traits/ctraits.c:3797: Warnung: =C2=BBvalue=C2=AB=
 k=C3=B6nnte
in dieser Funktion uninitialisiert verwendet werden
lib/matplotlib/enthought/traits/ctraits.c: In Funktion
=C2=BBdefault_value_for=C2=AB:
lib/matplotlib/enthought/traits/ctraits.c:1067: Warnung: =C2=BBresult=C2=AB=
 k=C3=B6nnte
in dieser Funktion uninitialisiert verwendet werden
gcc -pthread -shared
build/temp.linux-ppc-2.4/lib/matplotlib/enthought/traits/ctraits.o -o
build/lib.linux-ppc-2.4/matplotlib/enthought/traits/ctraits.so
building 'matplotlib.backends._na_backend_gdk' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -I -I/usr/local/include -I/usr/include
-I/usr/local/include -I/usr/include -I/usr/include/pygtk-2.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/local/include -I/usr/include -Isrc
-Iswig -Iagg23/include -I. -I/usr/local/include -I/usr/include
-Ifreetype2 -I/usr/local/include/freetype2 -I/usr/include/freetype2
-I/usr/local/include/freetype2 -I/usr/include/freetype2
-I/usr/include/pygtk-2.0/freetype2 -I/usr/include/glib-2.0/freetype2
-I/usr/lib/glib-2.0/include/freetype2 -I/usr/include/gtk-2.0/freetype2
-I/usr/lib/gtk-2.0/include/freetype2 -I/usr/include/atk-1.0/freetype2
-I/usr/include/cairo/freetype2 -I/usr/include/pango-1.0/freetype2
-I/usr/include/glib-2.0/freetype2 -I/usr/lib/glib-2.0/include/freetype2
-I/usr/local/include/freetype2 -I/usr/include/freetype2 -Isrc/freetype2
-Iswig/freetype2 -Iagg23/include/freetype2 -I./freetype2
-I/usr/local/include/freetype2 -I/usr/include/freetype2
-I/usr/local/include -I/usr/include -Isrc -Iswig -Iagg23/include -I.
-I/usr/local/include -I/usr/include -I/usr/include/python2.4 -c
src/_na_backend_gdk.c -o build/temp.linux-ppc-2.4/src/_na_backend_gdk.o
-DNUMARRAY=3D1
In file included from /usr/include/gtk-2.0/gtk/gtkactiongroup.h:34,
 from /usr/include/gtk-2.0/gtk/gtk.h:38,
 from /usr/include/pygtk-2.0/pygtk/pygtk.h:8,
 from src/_na_backend_gdk.c:12:
/usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: Warnung:
Funktionsdeklaration ist kein Prototyp
gcc -pthread -shared build/temp.linux-ppc-2.4/src/_na_backend_gdk.o
-L/usr/local/lib -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -lgtk-x11-2.0
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0
-lfontconfig -lXinerama -lXi -lXrandr -lXext -lXcursor -lXfixes
-lpango-1.0 -lcairo -lXrender -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl
-lglib-2.0 -o
build/lib.linux-ppc-2.4/matplotlib/backends/_na_backend_gdk.so
building 'matplotlib.backends._nc_backend_gdk' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -I/usr/local/include -I/usr/include
-I/usr/local/include -I/usr/include -I/usr/include/pygtk-2.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/python2.4 -c
src/_nc_backend_gdk.c -o build/temp.linux-ppc-2.4/src/_nc_backend_gdk.o
-DNUMERIC=3D1
In file included from /usr/include/gtk-2.0/gtk/gtkactiongroup.h:34,
 from /usr/include/gtk-2.0/gtk/gtk.h:38,
 from /usr/include/pygtk-2.0/pygtk/pygtk.h:8,
 from src/_nc_backend_gdk.c:12:
/usr/include/gtk-2.0/gtk/gtkitemfactory.h:50: Warnung:
Funktionsdeklaration ist kein Prototyp
gcc -pthread -shared build/temp.linux-ppc-2.4/src/_nc_backend_gdk.o
-L/usr/local/lib -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -lgtk-x11-2.0
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0
-lfontconfig -lXinerama -lXi -lXrandr -lXext -lXcursor -lXfixes
-lpango-1.0 -lcairo -lXrender -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl
-lglib-2.0 -o
build/lib.linux-ppc-2.4/matplotlib/backends/_nc_backend_gdk.so
building 'matplotlib.backends._gtkagg' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -I/usr/local/include -I/usr/include -Isrc
-Iswig -Iagg23/include -I. -I/usr/local/include -I/usr/include
-I/usr/local/include/freetype2 -I/usr/include/freetype2 -Isrc/freetype2
-Iswig/freetype2 -Iagg23/include/freetype2 -I./freetype2
-I/usr/local/include/freetype2 -I/usr/include/freetype2
-I/usr/local/include -I/usr/include -I/usr/include/pygtk-2.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/python2.4 -c src/_gtkagg.cpp
-o build/temp.linux-ppc-2.4/src/_gtkagg.o -DNUMARRAY=3D1 -DNUMERIC=3D1
cc1plus: Warnung: Kommandozeilenoption "-Wstrict-prototypes" ist g=C3=BCl=
tig
f=C3=BCr Ada/C/ObjC, aber nicht f=C3=BCr C++
In Datei, eingef=C3=BCgt von /usr/include/python2.4/Python.h:8,
 von /usr/include/pygtk-2.0/pygobject.h:5,
 von src/_gtkagg.cpp:10:
/usr/include/python2.4/pyconfig.h:835:1: Warnung: =C2=BB_POSIX_C_SOURCE=C2=
=AB
redefiniert
In Datei, eingef=C3=BCgt von /usr/include/string.h:26,
 von /usr/include/c++/4.0.2/cstring:51,
 von src/_gtkagg.cpp:1:
/usr/include/features.h:150:1: Warnung: dies ist die Stelle der
vorherigen Definition
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D BufferRegion]=
=C2=AB:
src/_backend_agg.h:49: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D LazyValue]=C2=
=AB:
src/_transforms.h:27: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Func]=C2=AB:
src/_transforms.h:376: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D FuncXY]=C2=AB=
:
src/_transforms.h:435: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Transformatio=
n]=C2=AB:
src/_transforms.h:479: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -I/usr/local/include -I/usr/include -Isrc
-Iswig -Iagg23/include -I. -I/usr/local/include -I/usr/include
-I/usr/local/include/freetype2 -I/usr/include/freetype2 -Isrc/freetype2
-Iswig/freetype2 -Iagg23/include/freetype2 -I./freetype2
-I/usr/local/include/freetype2 -I/usr/include/freetype2
-I/usr/local/include -I/usr/include -I/usr/include/pygtk-2.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/python2.4 -c
src/_transforms.cpp -o build/temp.linux-ppc-2.4/src/_transforms.o
-DNUMARRAY=3D1 -DNUMERIC=3D1
cc1plus: Warnung: Kommandozeilenoption "-Wstrict-prototypes" ist g=C3=BCl=
tig
f=C3=BCr Ada/C/ObjC, aber nicht f=C3=BCr C++
In Datei, eingef=C3=BCgt von /usr/include/python2.4/Python.h:8,
 von ./CXX/Objects.hxx:9,
 von ./CXX/Extensions.hxx:19,
 von src/_transforms.h:12,
 von src/_transforms.cpp:2:
/usr/include/python2.4/pyconfig.h:835:1: Warnung: =C2=BB_POSIX_C_SOURCE=C2=
=AB
redefiniert
In Datei, eingef=C3=BCgt von /usr/include/c
++/4.0.2/powerpc-linux-gnu/bits/os_defines.h:39,
 von /usr/include/c++/4.0.2/powerpc-linux-gnu/bits/c
++config.h:35,
 von /usr/include/c++/4.0.2/functional:53,
 von src/_transforms.cpp:1:
/usr/include/features.h:150:1: Warnung: dies ist die Stelle der
vorherigen Definition
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D LazyValue]=C2=
=AB:
src/_transforms.h:27: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Func]=C2=AB:
src/_transforms.h:376: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D FuncXY]=C2=AB=
:
src/_transforms.h:435: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Transformatio=
n]=C2=AB:
src/_transforms.h:479: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Point]=C2=AB:
src/_transforms.cpp:120: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Interval]=C2=AB=
:
src/_transforms.cpp:135: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Bbox]=C2=AB:
src/_transforms.cpp:184: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
g++ -pthread -shared build/temp.linux-ppc-2.4/src/_gtkagg.o
build/temp.linux-ppc-2.4/src/mplutils.o
build/temp.linux-ppc-2.4/src/_transforms.o
build/temp.linux-ppc-2.4/CXX/cxx_extensions.o
build/temp.linux-ppc-2.4/CXX/cxxsupport.o
build/temp.linux-ppc-2.4/CXX/IndirectPythonInterface.o
build/temp.linux-ppc-2.4/CXX/cxxextensions.o -L/usr/local/lib
-L/usr/local/lib -L/usr/local/lib -lpng -lz -lstdc++ -lm -lfreetype -lz
-lstdc++ -lm -lgobject-2.0 -lglib-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXinerama
-lXi -lXrandr -lXext -lXcursor -lXfixes -lpango-1.0 -lcairo -lXrender
-lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -o
build/lib.linux-ppc-2.4/matplotlib/backends/_gtkagg.so
building 'matplotlib.backends._tkagg' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -I/usr/lib/tcl8.4/../../include
-I/usr/lib/tk8.4/../../include -I/usr/local/include -I/usr/include -Isrc
-Iswig -Iagg23/include -I. -I/usr/local/include -I/usr/include
-I/usr/lib/tcl8.4/../../include/freetype2
-I/usr/lib/tk8.4/../../include/freetype2 -I/usr/local/include/freetype2
-I/usr/include/freetype2 -Isrc/freetype2 -Iswig/freetype2
-Iagg23/include/freetype2 -I./freetype2 -I/usr/local/include/freetype2
-I/usr/include/freetype2 -I/usr/include/python2.4 -c src/_tkagg.cpp -o
build/temp.linux-ppc-2.4/src/_tkagg.o
cc1plus: Warnung: Kommandozeilenoption "-Wstrict-prototypes" ist g=C3=BCl=
tig
f=C3=BCr Ada/C/ObjC, aber nicht f=C3=BCr C++
src/_tkagg.cpp:28:19: Fehler: tk.h: Datei oder Verzeichnis nicht
gefunden
src/_tkagg.cpp:36: Fehler: ISO-C++ verbietet Deklaration von
=C2=BBTcl_Interp=C2=AB ohne Typ
src/_tkagg.cpp:36: Fehler: expected =C2=BB;=C2=AB before =C2=BB*=C2=AB to=
ken
src/_tkagg.cpp:40: Fehler: =C2=BBClientData=C2=AB wurde in diesem
G=C3=BCltigkeitsbereich nicht definiert
src/_tkagg.cpp:40: Fehler: =C2=BBTcl_Interp=C2=AB wurde in diesem
G=C3=BCltigkeitsbereich nicht definiert
src/_tkagg.cpp:40: Fehler: =C2=BBinterp=C2=AB wurde in diesem G=C3=BCltig=
keitsbereich
nicht definiert
src/_tkagg.cpp:41: Fehler: expected primary-expression before =C2=BBint=C2=
=AB
src/_tkagg.cpp:41: Fehler: expected primary-expression before =C2=BBchar=C2=
=AB
src/_tkagg.cpp:41: Fehler: initializer Ausdrucksliste als
zusammengesetzten Ausdruck behandelt
src/_tkagg.cpp:42: Fehler: expected =C2=BB,=C2=AB or =C2=BB;=C2=AB before=
 =C2=BB{=C2=AB token
src/_tkagg.cpp: In function =C2=BBPyObject* _tkinit(PyObject*, PyObject*)=
=C2=AB:
src/_tkagg.cpp:173: Fehler: =C2=BBTcl_Interp=C2=AB wurde in diesem
G=C3=BCltigkeitsbereich nicht definiert
src/_tkagg.cpp:173: Fehler: =C2=BBinterp=C2=AB wurde in diesem G=C3=BClti=
gkeitsbereich
nicht definiert
src/_tkagg.cpp:182: Fehler: expected primary-expression before =C2=BB)=C2=
=AB token
src/_tkagg.cpp:182: Fehler: expected `;' before =C2=BBarg=C2=AB
src/_tkagg.cpp:187: Fehler: =C2=BBstruct TkappObject=C2=AB hat kein Eleme=
nt namens
=C2=BBinterp=C2=AB
src/_tkagg.cpp:193: Fehler: =C2=BBTcl_CmdProc=C2=AB wurde in diesem
G=C3=BCltigkeitsbereich nicht definiert
src/_tkagg.cpp:193: Fehler: expected primary-expression before =C2=BB)=C2=
=AB token
src/_tkagg.cpp:194: Fehler: =C2=BBClientData=C2=AB wurde in diesem
G=C3=BCltigkeitsbereich nicht definiert
src/_tkagg.cpp:194: Fehler: =C2=BBTcl_CmdDeleteProc=C2=AB wurde in diesem
G=C3=BCltigkeitsbereich nicht definiert
src/_tkagg.cpp:194: Fehler: expected primary-expression before =C2=BB)=C2=
=AB token
src/_tkagg.cpp:194: Fehler: =C2=BBTcl_CreateCommand=C2=AB wurde in diesem
G=C3=BCltigkeitsbereich nicht definiert
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D BufferRegion]=
=C2=AB:
src/_backend_agg.h:49: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D LazyValue]=C2=
=AB:
src/_transforms.h:27: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Func]=C2=AB:
src/_transforms.h:376: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D FuncXY]=C2=AB=
:
src/_transforms.h:435: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
./CXX/Extensions.hxx: In constructor
=C2=BBPy::PythonExtension<T>::PythonExtension() [with T =3D Transformatio=
n]=C2=AB:
src/_transforms.h:479: instantiated from here
./CXX/Extensions.hxx:477: Warnung: right-hand operand of comma hat
keinen Effekt
src/_tkagg.cpp: At global scope:
src/_tkagg.cpp:40: Warnung: =C2=BBPyAggImagePhoto=C2=AB definiert, aber n=
icht
verwendet
error: command 'gcc' failed with exit status 1
From: Paul K. <pki...@ja...> - 2005年11月09日 13:59:31
On Tue, Nov 08, 2005 at 10:41:06PM -0500, Alexander Mont wrote:
> I am trying to install matplotlib on cygwin. When I try to do so it gives me the following message:
> 
> GTK requires pygtk
> GTKAgg requires pygtk
> running build
> running build_py
> running build_ext
> building 'matplotlib._agg' extension
> gcc -fno-strict-aliating -DNDEBUG -g -03 -Wall -Wstrict-prototypes -Iagg23/include -Isrc -Iswig -I/usr/include/python2.4 -c src/agg.cxx -o build/temp.cygwin-1.5.18-i686-2.4/src/agg.o
> C:\cygwin\bin\python2.4.exe (260) *** unable to remap C:\cygwin\bin\tk84.dll to same address as parent(0x18C90000) != 0x191A0000
> 1068 [main] python 1216 fork_parent: child 260 died waiting for dll loading
> error: Error
> 
> ---
> 
> How can I fix this?
You can try the solution outlined in the following thread:
 http://mail.python.org/pipermail/python-list/2003-September/182451.html
If this doesn't work for you, then try the standard windows python
distribution and MinGW as the compiler, following the instructions on
this page:
 http://www.mingw.org/MinGWiki/index.php/Python%20extensions
- Paul
From: Cory D. <cd...@st...> - 2005年11月09日 13:35:17
Hi John,
> 
> You should just be able to drop the CVS texmanager.py into your
> site-packages/matplotlib dir and be off to the races
> 
> http://cvs.sourceforge.net/viewcvs.py/matplotlib/matplotlib/lib/matplotlib/texmanager.py?rev=1.31&view=markup
Yes, but the whole problem is that I don't have superuser priveleges on 
my work machine. I realise I could have the CVS matplotlib in my own 
python library in my home directory, but for several reasons we decided 
that this isn't so nice. The sysadmins have, in some easily manageable 
way, put matplotlib 0.83.2 on all of the linux machines in our 
department, which is just great. When some killer feature is added, I 
can let them know and they can easily do the upgrade, but my impression 
is they are happier with releases than with CVS, and I don't want to 
push my luck. Also, its not such a big deal to wait for the next release.
Cheers,
Cory.
> 
> JDH
-- 
---------------------------------------------------
Cory Davis
Institute for Atmospheric and Environmental Science
Room 307, Crew Building, Kings Buildings,
University of Edinburgh. Edinburgh EH9 3JN
phone: +44 131 6505092
www: http://www.geos.ed.ac.uk/contacts/homes/cdavis
From: John H. <jdh...@ac...> - 2005年11月09日 13:13:03
>>>>> "Cory" == Cory Davis <cd...@st...> writes:
 Cory> Thanks Robert,
 >> The relevant changes are in texmanager.py (and I don't recall
 >> if they are in 0.84). def get_tex_command(self, tex, fname):
 >> fontcmd = {'sans-serif' : r'{\sffamily %s}', 'monospace' :
 >> r'{\ttfamily %s}'}.get( rcParams['font.family'], r'{\rmfamily
 >> %s}') tex = fontcmd % tex Add that snippet to the method and
 >> you should be good to go.
 >> 
 Cory> This is not in 0.84, so I guess I will wait for the next
 Cory> release. Cheers, Cory.
You should just be able to drop the CVS texmanager.py into your
site-packages/matplotlib dir and be off to the races
http://cvs.sourceforge.net/viewcvs.py/matplotlib/matplotlib/lib/matplotlib/texmanager.py?rev=1.31&view=markup
JDH
From: Chris W. <ch...@ch...> - 2005年11月09日 11:56:00
John Hunter <jdh...@ac...> writes:
> >>>>> "Alexander" == Alexander Mont <ale...@co...> writes:
> 
> Alexander> -c src/agg.cxx -o
> Alexander> build/temp.cygwin-1.5.18-i686-2.4/src/agg.o
> Alexander> C:\cygwin\bin\python2.4.exe (260) *** unable to remap
> Alexander> C:\cygwin\bin\tk84.dll to same address as
> Alexander> parent(0x18C90000) != 0x191A0000 1068 [main] python
> Alexander> 1216 fork_parent: child 260 died waiting for dll
> Alexander> loading error: Error
> 
> Alexander> ---
> 
> Alexander> How can I fix this?
rebaseall
You may have to explicitly list dlls you have compiled yourself (eg
with Numeric, pygtk).
There seems to be a bug that stops emacs working after you have done
this. Try reinstalling libncurses7. 
 
> 
> 
> Run linux? <wink> Talk to Darren, he'll tell you.
Indeed :-)
Chris
From: Cory D. <cd...@st...> - 2005年11月09日 11:00:40
Thanks Robert,
> 
> The relevant changes are in texmanager.py (and I don't recall if they
> are in 0.84).
> 
> def get_tex_command(self, tex, fname):
> 
> fontcmd = {'sans-serif' : r'{\sffamily %s}',
> 'monospace' : r'{\ttfamily %s}'}.get(
> rcParams['font.family'], r'{\rmfamily %s}')
> tex = fontcmd % tex
> 
> Add that snippet to the method and you should be good to go.
> 
This is not in 0.84, so I guess I will wait for the next release.
Cheers,
Cory.
-- 
---------------------------------------------------
Cory Davis
Institute for Atmospheric and Environmental Science
Room 307, Crew Building, Kings Buildings,
University of Edinburgh. Edinburgh EH9 3JN
phone: +44 131 6505092
www: http://www.geos.ed.ac.uk/contacts/homes/cdavis
From: Arnd B. <arn...@we...> - 2005年11月09日 07:36:47
On Tue, 8 Nov 2005, John Hunter wrote:
> >>>>> "Arnd" == Arnd Baecker <arn...@we...> writes:
> Arnd> Actually, it took us quite a while to find out in which
> Arnd> situation the problem occurs. How often it happens does
> Arnd> depend on the way the user interacts with the mouse, but:
> Arnd> Any tiny movement of the mouse while releasing the left
> Arnd> mouse button will have the same effect.
>
> I encountered this bug recently too. It appeared in the GTK* backend
> where the button release event appeared to be ignored. Were you
> running on GTK*?
Yes - I just checked to be sure: GTKAgg (sorry for not mentioniong this).
The problem is only there for GTK*.
Some remarks: I used the following script
##############################################
"""
python tst.py -dGTKAgg
python tst.py -dTkAgg
"""
from pylab import *
figure(figsize=(4,4))
x=arange(0.0,10.,0.1)
plot(x,x**2)
show()
##################################################
- leaving the whole figure window (and entering another window)
 leads to a redraw (this might be pretty window manager specific ...)
- Somehow I thought that this is related to
################################################
""" Little sample of how the buffering doesn't work in the cvs-version.
 There is no problem in 0.82!"""
from pylab import *
ion() # interactive mode
x = arange(10)
plot(x,x*x)
draw()
raw_input("During this time the plot is not refreshed when \
temporarily overlapped by another window.")
#show()
################################################
The buffering does work with TkAgg, but not with GTK*,
and also not with WX*, so it might be not related.
Do you have any idea what has changed since 0.82
so that the buffering does not work anymore?
- for TkAgg one gets a pretty unpleasent "breathing"
 of the plot window because the string for the mouse coords
 changes its length
 (it gets even worse when switching to zoom to rectangle mode).
 A solution might be to generate a string
 representation of the coordinates
 for which the number of digits is constant.
Best, Arnd
From: John H. <jdh...@ac...> - 2005年11月09日 05:12:01
>>>>> "philopensource@hotmail" == philopensource@hotmail com <phi...@ho...> writes:
 philopensource@hotmail> Hi John, Do you recieve the 2 scripts i
 philopensource@hotmail> send you concerning this problem?
Yes, but both scripts run for me w/o crashing, so I can't seem to
replicate your problem.
JDH
From: John H. <jdh...@ac...> - 2005年11月09日 05:04:42
>>>>> "Alexander" == Alexander Mont <ale...@co...> writes:
 Alexander> -c src/agg.cxx -o
 Alexander> build/temp.cygwin-1.5.18-i686-2.4/src/agg.o
 Alexander> C:\cygwin\bin\python2.4.exe (260) *** unable to remap
 Alexander> C:\cygwin\bin\tk84.dll to same address as
 Alexander> parent(0x18C90000) != 0x191A0000 1068 [main] python
 Alexander> 1216 fork_parent: child 260 died waiting for dll
 Alexander> loading error: Error
 Alexander> ---
 Alexander> How can I fix this?
Run linux? <wink> Talk to Darren, he'll tell you.
JDH
From: John H. <jdh...@ac...> - 2005年11月09日 05:01:45
>>>>> "Jim" == Jim Carroll <ji...@ou...> writes:
 Jim> Hi, I'm using matplotlib 0.84 on Windows XP, Python 2.4
 Jim> WxWidgets 2.6.1 w/ numarray.
 Jim> I'm embedding in a wxPython app, following the example in
 Jim> embedding_in_wx.py in the examples directory. This app shows
 Jim> the same problem. I can use the + - keys to zoom into the
 Jim> graph vertically, but when I try the horizontal buttons:
 Jim> I'm getting the message: Line2D instance has no attribute
 Jim> 'set_xclip' (whole log is below.)
 Jim> The zooming is actually happening, If I force a refresh of
 Jim> the app, the zoom happened, but because of the exception the
 Jim> screen update doesn't happen automatically.
 Jim> Is there a quick fix I could do for now? (besides commenting
 Jim> out the offending line?)
This is a bug. I removed the xclip "feature" from the line class
because noone was using it and it wasn't helping performance (which
was it's original aim). But it appears there is a lingering reference
in the axes.py code for users using the "classic" toolbar. Search for
"set_xclip" n the axes.py code an comment out lines like
 for line in self.lines:
 line.set_xclip(xmin, xmax)
Or else set your matplotlib rc setting to
toolbar : toolbar2 # None | classic | toolbar2
Hope this helps,
JDH
From: John H. <jdh...@ac...> - 2005年11月09日 04:53:21
>>>>> "Arnd" == Arnd Baecker <arn...@we...> writes:
 Arnd> Actually, it took us quite a while to find out in which
 Arnd> situation the problem occurs. How often it happens does
 Arnd> depend on the way the user interacts with the mouse, but:
 Arnd> Any tiny movement of the mouse while releasing the left
 Arnd> mouse button will have the same effect.
I encountered this bug recently too. It appeared in the GTK* backend
where the button release event appeared to be ignored. Were you
running on GTK*?
JDH 
From: John H. <jdh...@ac...> - 2005年11月09日 04:51:29
>>>>> "Nicholas" == Nicholas Young <su...@su...> writes:
 Nicholas> I posted a CVS patch to the devel list a while ago which
 Nicholas> implemented an alternate image class which could plot
 Nicholas> data on a stretched (rectangular) grid much faster than
 Nicholas> pcolor can. The patch wasn't entirely complete as I'm
 Nicholas> unsure what the user-interface should be but it is
 Nicholas> usable and does what you seem to want to do without
 Nicholas> additional dependencies and with fast zooming and
 Nicholas> panning once data is loaded. I've tested with data up
 Nicholas> to 2048x2048 in size and it's quite usable on my laptop.
 Nicholas> If you are interested I can give you a patch against the
 Nicholas> current CVS.
Hi Nicholas,
Sorry for dropping the ball on this one. I just committed your patch
to CVS. Of course, the interface issue remains to be determined, but
the core logic is now in CVS
Checking in lib/matplotlib/image.py;
/cvsroot/matplotlib/matplotlib/lib/matplotlib/image.py,v <--
image.py
new revision: 1.22; previous revision: 1.21
done
Checking in src/_image.cpp;
/cvsroot/matplotlib/matplotlib/src/_image.cpp,v <-- _image.cpp
new revision: 1.36; previous revision: 1.35
done
Checking in src/_image.h;
/cvsroot/matplotlib/matplotlib/src/_image.h,v <-- _image.h
new revision: 1.16; previous revision: 1.15
JDH
From: John H. <jdh...@ac...> - 2005年11月09日 04:41:48
>>>>> "John" == John Novembre <j5n...@ya...> writes:
 John> Hi,
 John> I'm using darwinports to install matplotlib with the tkagg
 John> backend on a Mac OS X Tiger 10.4.2.
 John> I've come across a problem in that when I run the
 John> simple_plot.py script (see below) from the matplotlib
 John> screeenshots page, I get the following error:
 John> "ImportError: No module named _tkagg". (for detailed output
 John> see below).
 John> Does any one have any insight?
matplotlib has multiple "backends", eg for the different GUI toolkits
it works with. It looks like your particular darwin ports version
wasn't compiled with support for the tkagg backend, although this
appears to be the default for you installation.
I suggest not using darwin ports and using the pythonmac or macenthon
extensions instead.
 pythonmac: http://undefined.org/python
 MacEnthon: http://download.enthought.com/MacEnthon/
JDH
From: Alexander M. <ale...@co...> - 2005年11月09日 03:42:36
I am trying to install matplotlib on cygwin. When I try to do so it =
gives me the following message:
GTK requires pygtk
GTKAgg requires pygtk
running build
running build_py
running build_ext
building 'matplotlib._agg' extension
gcc -fno-strict-aliating -DNDEBUG -g -03 -Wall -Wstrict-prototypes =
-Iagg23/include -Isrc -Iswig -I/usr/include/python2.4 -c src/agg.cxx -o =
build/temp.cygwin-1.5.18-i686-2.4/src/agg.o
C:\cygwin\bin\python2.4.exe (260) *** unable to remap =
C:\cygwin\bin\tk84.dll to same address as parent(0x18C90000) !=3D =
0x191A0000
1068 [main] python 1216 fork_parent: child 260 died waiting for dll =
loading
error: Error
---
How can I fix this?
-Alex Mont
From: Jim C. <ji...@ou...> - 2005年11月08日 23:56:47
> Is there a quick fix I could do for now? (besides commenting out the offending
> line?)
It turned out that commenting out the offending six 
lines was a perfect quick fix.
-Jim
From: Robert K. <rk...@uc...> - 2005年11月08日 23:48:55
Paul Barrett wrote:
> On 11/8/05, *Cory Davis* <cd...@st...
> <mailto:cd...@st...>> wrote:
> 
> Thanks Robert,
> Unfortunately I can't easily do this on my work machine. Our sys-admins
> installed matplotlib release version 0.83.2. If your change is already
> in 0.84 I can get them to upgrade, but I don't think they are so
> keen on
> CVS. Can you suggest a quick hack in the meantime?
> 
> Have you read this page: http://matplotlib.sourceforge.net/fonts.html ?
It used to be that those settings were not honored when using (La)TeX.
The relevant changes are in texmanager.py (and I don't recall if they
are in 0.84).
 def get_tex_command(self, tex, fname):
 fontcmd = {'sans-serif' : r'{\sffamily %s}',
 'monospace' : r'{\ttfamily %s}'}.get(
 rcParams['font.family'], r'{\rmfamily %s}')
 tex = fontcmd % tex
Add that snippet to the method and you should be good to go.
-- 
Robert Kern
rk...@uc...
"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
 -- Richard Harter
From: Nicholas Y. <su...@su...> - 2005年11月08日 17:48:31
On Thu, 2005年11月03日 at 11:10 -0500, Paul Kienzle wrote:
> However, the problem is still that pcolor is too slow to use it
> interactively on a plot with a half-dozen 200x608 warped grids, even
> with shading='flat' and no antialiasing.
I posted a CVS patch to the devel list a while ago which implemented an
alternate image class which could plot data on a stretched (rectangular)
grid much faster than pcolor can. The patch wasn't entirely complete as
I'm unsure what the user-interface should be but it is usable and does
what you seem to want to do without additional dependencies and with
fast zooming and panning once data is loaded. I've tested with data up
to 2048x2048 in size and it's quite usable on my laptop.
If you are interested I can give you a patch against the current CVS.
Nich
From: Jim C. <ji...@ou...> - 2005年11月08日 17:34:01
Hi, I'm using matplotlib 0.84 on Windows XP, Python 2.4 WxWidgets 2.6.1 w/
numarray.
I'm embedding in a wxPython app, following the example in embedding_in_wx.py in
the examples directory. This app shows the same problem. I can use the + -
keys to zoom into the graph vertically, but when I try the horizontal buttons:
I'm getting the message:
Line2D instance has no attribute 'set_xclip'
(whole log is below.)
The zooming is actually happening, If I force a refresh of the app, the zoom
happened, but because of the exception the screen update doesn't happen
automatically.
Is there a quick fix I could do for now? (besides commenting out the offending
line?)
Thanks,
-Jim Carroll
Traceback (most recent call last):
 File "matplotlib\backends\backend_wx.pyo", line 1858, in _onLeftScroll
 File "matplotlib\backends\backend_wx.pyo", line 1811, in panx
 File "matplotlib\axes.pyo", line 2111, in panx
AttributeError: Line2D instance has no attribute 'set_xclip'
Traceback (most recent call last):
 File "matplotlib\backends\backend_wx.pyo", line 1866, in _onXZoomIn
 File "matplotlib\backends\backend_wx.pyo", line 1825, in zoomx
 File "matplotlib\axes.pyo", line 3598, in zoomx
AttributeError: Line2D instance has no attribute 'set_xclip'
Traceback (most recent call last):
 File "matplotlib\backends\backend_wx.pyo", line 1866, in _onXZoomIn
 File "matplotlib\backends\backend_wx.pyo", line 1825, in zoomx
 File "matplotlib\axes.pyo", line 3598, in zoomx
AttributeError: Line2D instance has no attribute 'set_xclip'
From: Paul B. <peb...@gm...> - 2005年11月08日 17:23:41
On 11/8/05, Cory Davis <cd...@st...> wrote:
>
> Thanks Robert,
> Unfortunately I can't easily do this on my work machine. Our sys-admins
> installed matplotlib release version 0.83.2. If your change is already
> in 0.84 I can get them to upgrade, but I don't think they are so keen on
> CVS. Can you suggest a quick hack in the meantime?
Have you read this page: http://matplotlib.sourceforge.net/fonts.html ?
If not, then a brief summary is: You should be able set the default font in
your matplotlibrc file. If you want the labels to be different than the res=
t
of the plot, then you'll need to create a FontProperties object and pass it
to the axes.set_xlabel() method before plotting, i.e.
> myaxes =3D plot(...)
> myfont =3D FontProperties(fontfamily=3D'sanserif')
> myaxes.set_label('my text', fontdict=3Dmyfont)
> plot(...)
See also the font_properties_demo.py
-- Paul
Cheers,
> Cory.
>
>
> Robert Kern wrote:
> > Cory Davis wrote:
> >
> >>Hi all,
> >>I prefer san serif ticklabels on my matplotlib plots. Can anyone sugges=
t
> >>an easy of making this happen when using TeX/LateX to handle text?
> >
> >
> > Update to the latest CVS, and I believe everything will Just Work.
> >
>
> --
> ---------------------------------------------------
> Cory Davis
> Institute for Atmospheric and Environmental Science
> Room 307, Crew Building, Kings Buildings,
> University of Edinburgh. Edinburgh EH9 3JN
> phone: +44 131 6505092
> www: http://www.geos.ed.ac.uk/contacts/homes/cdavis
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server.
> Download
> it for free - -and be entered to win a 42" plasma tv or your very own
> Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
From: Cory D. <cd...@st...> - 2005年11月08日 16:09:35
Thanks Robert,
Unfortunately I can't easily do this on my work machine. Our sys-admins 
installed matplotlib release version 0.83.2. If your change is already 
in 0.84 I can get them to upgrade, but I don't think they are so keen on 
CVS. Can you suggest a quick hack in the meantime?
Cheers,
Cory.
Robert Kern wrote:
> Cory Davis wrote:
> 
>>Hi all,
>>I prefer san serif ticklabels on my matplotlib plots. Can anyone suggest
>>an easy of making this happen when using TeX/LateX to handle text?
> 
> 
> Update to the latest CVS, and I believe everything will Just Work.
> 
-- 
---------------------------------------------------
Cory Davis
Institute for Atmospheric and Environmental Science
Room 307, Crew Building, Kings Buildings,
University of Edinburgh. Edinburgh EH9 3JN
phone: +44 131 6505092
www: http://www.geos.ed.ac.uk/contacts/homes/cdavis
From: Robert K. <rk...@uc...> - 2005年11月08日 15:48:34
Cory Davis wrote:
> Hi all,
> I prefer san serif ticklabels on my matplotlib plots. Can anyone suggest
> an easy of making this happen when using TeX/LateX to handle text?
Update to the latest CVS, and I believe everything will Just Work.
-- 
Robert Kern
rk...@uc...
"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
 -- Richard Harter
From: Cory D. <cd...@st...> - 2005年11月08日 15:27:23
Hi all,
I prefer san serif ticklabels on my matplotlib plots. Can anyone suggest 
an easy of making this happen when using TeX/LateX to handle text?
Cheers,
Cory.
-- 
---------------------------------------------------
Cory Davis
Institute for Atmospheric and Environmental Science
Room 307, Crew Building, Kings Buildings,
University of Edinburgh. Edinburgh EH9 3JN
phone: +44 131 6505092
www: http://www.geos.ed.ac.uk/contacts/homes/cdavis
From: Luigi P. <lu...@la...> - 2005年11月08日 13:45:29
OK, reading your discussions about the same problem with Numeric I 
solved, but now I have another problem and I think it is related with 
numarray-only installation...
When I try to run image_demo.py a get this error:
** (image_demo.py:24293): WARNING **: `GtkTextSearchFlags' is not an 
enum type
Traceback (most recent call last):
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_gtk.py", 
line 318, in expose_event
 self._render_figure(self._pixmap, w, h)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_gtkagg.py", 
line 70, in _render_figure
 FigureCanvasAgg.draw(self)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_agg.py", 
line 382, in draw
 self.figure.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/figure.py", 
line 520, in draw
 for a in self.axes: a.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/axes.py", line 
1373, in draw
 im.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/image.py", line 
205, in draw
 im = self.make_image()
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/image.py", line 
127, in make_image
 im = _image.fromarray(x, 0)
ValueError: Array must be rank 2 or 3 of doubles
Traceback (most recent call last):
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_gtk.py", 
line 318, in expose_event
 self._render_figure(self._pixmap, w, h)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_gtkagg.py", 
line 70, in _render_figure
 FigureCanvasAgg.draw(self)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_agg.py", 
line 382, in draw
 self.figure.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/figure.py", 
line 520, in draw
 for a in self.axes: a.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/axes.py", line 
1373, in draw
 im.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/image.py", line 
205, in draw
 im = self.make_image()
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/image.py", line 
127, in make_image
 im = _image.fromarray(x, 0)
ValueError: Array must be rank 2 or 3 of doubles
Traceback (most recent call last):
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_gtk.py", 
line 318, in expose_event
 self._render_figure(self._pixmap, w, h)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_gtkagg.py", 
line 70, in _render_figure
 FigureCanvasAgg.draw(self)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_agg.py", 
line 382, in draw
 self.figure.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/figure.py", 
line 520, in draw
 for a in self.axes: a.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/axes.py", line 
1373, in draw
 im.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/image.py", line 
205, in draw
 im = self.make_image()
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/image.py", line 
127, in make_image
 im = _image.fromarray(x, 0)
ValueError: Array must be rank 2 or 3 of doubles
Traceback (most recent call last):
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_gtk.py", 
line 318, in expose_event
 self._render_figure(self._pixmap, w, h)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_gtkagg.py", 
line 70, in _render_figure
 FigureCanvasAgg.draw(self)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_agg.py", 
line 382, in draw
 self.figure.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/figure.py", 
line 520, in draw
 for a in self.axes: a.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/axes.py", line 
1373, in draw
 im.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/image.py", line 
205, in draw
 im = self.make_image()
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/image.py", line 
127, in make_image
 im = _image.fromarray(x, 0)
ValueError: Array must be rank 2 or 3 of doubles
Traceback (most recent call last):
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_gtk.py", 
line 318, in expose_event
 self._render_figure(self._pixmap, w, h)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_gtkagg.py", 
line 70, in _render_figure
 FigureCanvasAgg.draw(self)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_agg.py", 
line 382, in draw
 self.figure.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/figure.py", 
line 520, in draw
 for a in self.axes: a.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/axes.py", line 
1373, in draw
 im.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/image.py", line 
205, in draw
 im = self.make_image()
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/image.py", line 
127, in make_image
 im = _image.fromarray(x, 0)
ValueError: Array must be rank 2 or 3 of doubles
Traceback (most recent call last):
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_gtk.py", 
line 318, in expose_event
 self._render_figure(self._pixmap, w, h)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_gtkagg.py", 
line 70, in _render_figure
 FigureCanvasAgg.draw(self)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_agg.py", 
line 382, in draw
 self.figure.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/figure.py", 
line 520, in draw
 for a in self.axes: a.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/axes.py", line 
1373, in draw
 im.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/image.py", line 
205, in draw
 im = self.make_image()
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/image.py", line 
127, in make_image
 im = _image.fromarray(x, 0)
ValueError: Array must be rank 2 or 3 of doubles
Traceback (most recent call last):
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_gtk.py", 
line 318, in expose_event
 self._render_figure(self._pixmap, w, h)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_gtkagg.py", 
line 70, in _render_figure
 FigureCanvasAgg.draw(self)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/backends/backend_agg.py", 
line 382, in draw
 self.figure.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/figure.py", 
line 520, in draw
 for a in self.axes: a.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/axes.py", line 
1373, in draw
 im.draw(renderer)
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/image.py", line 
205, in draw
 im = self.make_image()
 File 
"***/installation/lib/python2.3/site-packages/matplotlib/image.py", line 
127, in make_image
 im = _image.fromarray(x, 0)
ValueError: Array must be rank 2 or 3 of doubles
Can you help me?
Thank you!
Luigi
From: Steve C. <ste...@ya...> - 2005年11月08日 12:44:34
>>>>> "Clovis" == Clovis Goldemberg writes:
 Clovis> The question is: "why isn't the memory collected after
 Clovis> closing the figure?". The real program I developed builds
 Clovis> 5~15 graphic windows and the required memory is very
 Clovis> large.
What makes you think the memory is not being collected?
Collecting memory is not necessarily the same as freeing memory, and
freeing memory is not necessarily the same as returning the memory
to the operating system. I think you may be assuming two things
which are incorrect.
1) When an application frees memory it is returned to the operating
system. See
http://www.onlamp.com/pub/a/onlamp/2005/10/27/memory-management.html
where it says
"An additional point is that malloc does not normally return the freed
memory to the operating system; it remains owned by the process until
it terminates."
2) When the garbage collector collects an unused object it frees the
unused memory.
I don't know the specific details of the Python garbage collector, but
in general I believe garbage collectors effectively wrap calls to
malloc() and free(), and manage larger blocks or pools of
memory. When an object is collected the memory is marked as unused but
is not necessarily freed, it can be reused for the next object 
allocation - thereby saving one free() and one or more malloc() calls.
Steve
Send instant messages to your online friends http://au.messenger.yahoo.com 
1 message has been excluded from this view by a project administrator.

Showing results of 231

<< < 1 .. 5 6 7 8 9 10 > >> (Page 7 of 10)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /