You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(33) |
Dec
(20) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(7) |
Feb
(44) |
Mar
(51) |
Apr
(43) |
May
(43) |
Jun
(36) |
Jul
(61) |
Aug
(44) |
Sep
(25) |
Oct
(82) |
Nov
(97) |
Dec
(47) |
| 2005 |
Jan
(77) |
Feb
(143) |
Mar
(42) |
Apr
(31) |
May
(93) |
Jun
(93) |
Jul
(35) |
Aug
(78) |
Sep
(56) |
Oct
(44) |
Nov
(72) |
Dec
(75) |
| 2006 |
Jan
(116) |
Feb
(99) |
Mar
(181) |
Apr
(171) |
May
(112) |
Jun
(86) |
Jul
(91) |
Aug
(111) |
Sep
(77) |
Oct
(72) |
Nov
(57) |
Dec
(51) |
| 2007 |
Jan
(64) |
Feb
(116) |
Mar
(70) |
Apr
(74) |
May
(53) |
Jun
(40) |
Jul
(519) |
Aug
(151) |
Sep
(132) |
Oct
(74) |
Nov
(282) |
Dec
(190) |
| 2008 |
Jan
(141) |
Feb
(67) |
Mar
(69) |
Apr
(96) |
May
(227) |
Jun
(404) |
Jul
(399) |
Aug
(96) |
Sep
(120) |
Oct
(205) |
Nov
(126) |
Dec
(261) |
| 2009 |
Jan
(136) |
Feb
(136) |
Mar
(119) |
Apr
(124) |
May
(155) |
Jun
(98) |
Jul
(136) |
Aug
(292) |
Sep
(174) |
Oct
(126) |
Nov
(126) |
Dec
(79) |
| 2010 |
Jan
(109) |
Feb
(83) |
Mar
(139) |
Apr
(91) |
May
(79) |
Jun
(164) |
Jul
(184) |
Aug
(146) |
Sep
(163) |
Oct
(128) |
Nov
(70) |
Dec
(73) |
| 2011 |
Jan
(235) |
Feb
(165) |
Mar
(147) |
Apr
(86) |
May
(74) |
Jun
(118) |
Jul
(65) |
Aug
(75) |
Sep
(162) |
Oct
(94) |
Nov
(48) |
Dec
(44) |
| 2012 |
Jan
(49) |
Feb
(40) |
Mar
(88) |
Apr
(35) |
May
(52) |
Jun
(69) |
Jul
(90) |
Aug
(123) |
Sep
(112) |
Oct
(120) |
Nov
(105) |
Dec
(116) |
| 2013 |
Jan
(76) |
Feb
(26) |
Mar
(78) |
Apr
(43) |
May
(61) |
Jun
(53) |
Jul
(147) |
Aug
(85) |
Sep
(83) |
Oct
(122) |
Nov
(18) |
Dec
(27) |
| 2014 |
Jan
(58) |
Feb
(25) |
Mar
(49) |
Apr
(17) |
May
(29) |
Jun
(39) |
Jul
(53) |
Aug
(52) |
Sep
(35) |
Oct
(47) |
Nov
(110) |
Dec
(27) |
| 2015 |
Jan
(50) |
Feb
(93) |
Mar
(96) |
Apr
(30) |
May
(55) |
Jun
(83) |
Jul
(44) |
Aug
(8) |
Sep
(5) |
Oct
|
Nov
(1) |
Dec
(1) |
| 2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(3) |
Sep
(1) |
Oct
(3) |
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
(7) |
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
|
|
1
(4) |
|
2
(3) |
3
(12) |
4
(8) |
5
(10) |
6
(21) |
7
(25) |
8
(3) |
|
9
(3) |
10
(4) |
11
(6) |
12
(20) |
13
(32) |
14
(15) |
15
(4) |
|
16
(2) |
17
(4) |
18
(2) |
19
(3) |
20
(3) |
21
(7) |
22
(16) |
|
23
(2) |
24
(14) |
25
(11) |
26
(4) |
27
(2) |
28
(3) |
29
(5) |
|
30
(26) |
31
(18) |
|
|
|
|
|
|
From: Jeff W. <js...@fa...> - 2009-08-26 14:59:21
|
Michael Hearne wrote: > Jeff - Thanks, that seemed to solve _that_ problem. However, after > going through the build process (again, successfully), I get the > following when trying to import Basemap: > > from mpl_toolkits.basemap import Basemap > File > "/usr/local/epd/lib/python2.5/site-packages/mpl_toolkits/basemap/__init__.py", > line 43, in <module> > import _geoslib, netcdftime > ImportError: libgeos_c.so.1: cannot open shared object file: No such > file or directory > > I had to compile geos because this version of Basemap didn't seem to > work with the version of geos that EPD uses. I built GEOS in a local > home directory. Do I need to build it in a global location (like > /usr/local)? > > --Mike Mike: Sounds like you need to modify LD_LIBRARY_PATH to add the directory where you installed libgeos. -Jeff > On Aug 25, 2009, at 3:05 PM, Jeff Whitaker wrote: > >> Michael Hearne wrote: >>> I just built matplotlib and basemap from source on a RHEL system, >>> with EPD as my base Python installation. >>> >>> The build procedure for matplotlib was fairly straightforward, as >>> was basemap (once I read Jeff's documentation on installing). >>> >>> However, once I try to import basemap, I get an error about dbflib >>> (ipython session below): >>> >> >> Mike: Try editing setup.cfg and changing >> >> pyshapelib = True >> >> It's set to 'auto' by default. I bet it's detecting an existing >> pyshapelib install, but then can find all the parts of it that it needs. >> >> -Jeff >>> In [1]: from mpl_toolkits.basemap import Basemap >>> --------------------------------------------------------------------------- >>> >>> ImportError Traceback (most recent >>> call last) >>> >>> /home/shake/losspager/1.15/<ipython console> in <module>() >>> >>> /usr/local/epd/lib/python2.5/site-packages/mpl_toolkits/basemap/ >>> __init__.py in <module>() >>> 36 from matplotlib.lines import Line2D >>> 37 from matplotlib.transforms import Bbox >>> ---> 38 import pyproj, sys, os, math, dbflib >>> 39 from proj import Proj >>> 40 import numpy as np >>> >>> ImportError: No module named dbflib >>> >>> Where is dbflib supposed to be? >>> >>> Thanks, >>> >>> Mike >>> >>> ------------------------------------------------------------------------------ >>> >>> 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 >>> _______________________________________________ >>> Matplotlib-devel mailing list >>> Mat...@li... >>> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel >>> >> >> >> -- >> Jeffrey S. Whitaker Phone : (303)497-6313 >> Meteorologist FAX : (303)497-6449 >> NOAA/OAR/PSD R/PSD1 Email : Jef...@no... >> 325 Broadway Office : Skaggs Research Cntr 1D-113 >> Boulder, CO, USA 80303-3328 Web : http://tinyurl.com/5telg >> > -- Jeffrey S. Whitaker Phone : (303)497-6313 Meteorologist FAX : (303)497-6449 NOAA/OAR/PSD R/PSD1 Email : Jef...@no... 325 Broadway Office : Skaggs Research Cntr 1D-113 Boulder, CO, USA 80303-3328 Web : http://tinyurl.com/5telg |
|
From: Michael H. <mh...@us...> - 2009-08-26 14:11:16
|
Jeff - Thanks, that seemed to solve _that_ problem. However, after
going through the build process (again, successfully), I get the
following when trying to import Basemap:
from mpl_toolkits.basemap import Basemap
File "/usr/local/epd/lib/python2.5/site-packages/mpl_toolkits/
basemap/__init__.py", line 43, in <module>
import _geoslib, netcdftime
ImportError: libgeos_c.so.1: cannot open shared object file: No such
file or directory
I had to compile geos because this version of Basemap didn't seem to
work with the version of geos that EPD uses. I built GEOS in a local
home directory. Do I need to build it in a global location (like /usr/
local)?
--Mike
On Aug 25, 2009, at 3:05 PM, Jeff Whitaker wrote:
> Michael Hearne wrote:
>> I just built matplotlib and basemap from source on a RHEL system,
>> with EPD as my base Python installation.
>>
>> The build procedure for matplotlib was fairly straightforward, as
>> was basemap (once I read Jeff's documentation on installing).
>>
>> However, once I try to import basemap, I get an error about dbflib
>> (ipython session below):
>>
>
> Mike: Try editing setup.cfg and changing
>
> pyshapelib = True
>
> It's set to 'auto' by default. I bet it's detecting an existing
> pyshapelib install, but then can find all the parts of it that it
> needs.
>
> -Jeff
>> In [1]: from mpl_toolkits.basemap import Basemap
>> ---------------------------------------------------------------------------
>> ImportError Traceback (most recent
>> call last)
>>
>> /home/shake/losspager/1.15/<ipython console> in <module>()
>>
>> /usr/local/epd/lib/python2.5/site-packages/mpl_toolkits/basemap/
>> __init__.py in <module>()
>> 36 from matplotlib.lines import Line2D
>> 37 from matplotlib.transforms import Bbox
>> ---> 38 import pyproj, sys, os, math, dbflib
>> 39 from proj import Proj
>> 40 import numpy as np
>>
>> ImportError: No module named dbflib
>>
>> Where is dbflib supposed to be?
>>
>> Thanks,
>>
>> Mike
>>
>> ------------------------------------------------------------------------------
>> 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
>> _______________________________________________
>> Matplotlib-devel mailing list
>> Mat...@li...
>> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>>
>
>
> --
> Jeffrey S. Whitaker Phone : (303)497-6313
> Meteorologist FAX : (303)497-6449
> NOAA/OAR/PSD R/PSD1 Email : Jef...@no...
> 325 Broadway Office : Skaggs Research Cntr 1D-113
> Boulder, CO, USA 80303-3328 Web : http://tinyurl.com/5telg
>
|
|
From: John H. <jd...@gm...> - 2009-08-26 02:20:01
|
On Tue, Aug 25, 2009 at 9:04 PM, Eric Bruning<eri...@gm...> wrote: > Hi Ariel, > > Thanks for the suggestion. Combining John's new makefile with the > changes to the Python.framework Makefile yielded: > distutils.errors.DistutilsPlatformError: $MACOSX_DEPLOYMENT_TARGET > mismatch: now "10.4" but "10.5" during configure. What if you edit the mak.osx file and use 10.5 for the MACOSX_DEPLOYMENT_TARGET -- I had set it to 10.4 for building the installers, but there is no need for that when building from src for a local install. What if you simply remove all references to MACOSX_DEPLOYMENT_TARGET in the make.osx file? Does that work for you? |
|
From: Eric B. <eri...@gm...> - 2009-08-26 02:04:21
|
Hi Ariel, Thanks for the suggestion. Combining John's new makefile with the changes to the Python.framework Makefile yielded: distutils.errors.DistutilsPlatformError: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.4" but "10.5" during configure. As a general philosophy, I'm a bit hesitant to go about changing stuff that's part of the Python framework directory structure. I'd be worried about ripple effects when debugging other builds in a couple months when I forget that I've modified it. As I noted the other day, from a clean SVN checkout on 10.5/py 2.6, this one-liner works: env PKG_CONFIG_PATH=/usr/X11/lib/pkgconfig ARCHFLAGS='-arch i386' CFLAGS="-Os -arch i386" LDFLAGS="-Os -arch i386 -L/usr/X11R6/lib" python setup.py install This avoids libgcc from gfortran in /usr/local/lib and doesn't require building anything extra. I suppose it's not portable to 2.4 and/or 10.4, though. I'm willing to try some more builds if it would help, though it appears I just keep uncovering problems :( -Eric On Mon, Aug 24, 2009 at 5:06 PM, Ariel Rokem<ar...@be...> wrote: > Hi Eric, > > you could try making changes to your Python Makefile, as described > here (in item 1): > > http://matplotlib.sourceforge.net/faq/installing_faq.html#building-and-installing-from-source-on-osx-with-epd > > Even if you are not installing on the basis of the EPD, it might still > solve your issue. > > Cheers, > > Ariel > > > > On Mon, Aug 24, 2009 at 1:47 PM, Eric Bruning<eri...@gm...> wrote: >> For some reason, it's still picking up the gfortran-installed gcc in >> /usr/local/lib, which is also listed in >> /Developer/SDKs/MacOSX10.4u.sdk/usr/local/lib (along with everything >> else in /usr/local/lib). I also still see -L /usr/local/lib even >> though the darwin setupext.py key no longer includes it. >> >> I'm flummoxed. Apparently I should back up and try without gfortran >> first, but that's a typical way to meet requirements for scipy that >> I'd like to have around. >> >> -Eric >> >> g++ -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g >> -bundle -undefined dynamic_lookup -arch i386 -arch ppc >> -L/usr/local/matplotlib/lib >> -syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc >> -I/usr/local/matplotlib/include >> -I/usr/local/matplotlib/include/freetype2 -isysroot >> /Developer/SDKs/MacOSX10.4u.sdk >> build/temp.macosx-10.4-fat-2.6/src/ft2font.o >> build/temp.macosx-10.4-fat-2.6/src/mplutils.o >> build/temp.macosx-10.4-fat-2.6/CXX/cxx_extensions.o >> build/temp.macosx-10.4-fat-2.6/CXX/cxxsupport.o >> build/temp.macosx-10.4-fat-2.6/CXX/IndirectPythonInterface.o >> build/temp.macosx-10.4-fat-2.6/CXX/cxxextensions.o -L/usr/local/lib >> -lfreetype -lz -lstdc++ -lm -o >> build/lib.macosx-10.4-fat-2.6/matplotlib/ft2font.so >> ld warning: in /Developer/SDKs/MacOSX10.4u.sdk/usr/local/lib/libgcc_s.10.4.dylib, >> missing required architecture ppc in file >> ld: in /Developer/SDKs/MacOSX10.4u.sdk/usr/local/lib/libgcc_s.1.dylib, >> missing required architecture ppc in file for architecture ppc >> collect2: ld returned 1 exit status >> lipo: can't open input file: >> /var/folders/RP/RPE-UjrSHZ4SQq6AJQBxqk+++TI/-Tmp-//ccAqigF2.out (No >> such file or directory) >> error: command 'g++' failed with exit status 1 >> make: *** [mpl_build] Error 1 >> >> >> On Sun, Aug 23, 2009 at 1:33 AM, John Hunter<jd...@gm...> wrote: >>> The problem of building on OSX, in particular the setupext basedir >>> search path including /sw, /usr and /usr/local, appears so fraught >>> with peril -- we don't know what kinds of libs built with what kinds >>> of flags that we will find -- that I removed all the dirs from the >>> basedir for darwin. Instead, I am hoping that the new makefile.osx >>> Makefile I have added, which will fetch and build the required libs >>> and install them into the PREFIX of your choice, will prove more >>> supportable. >>> >>> I have tested this on a couple of platforms and it worked well, but >>> there are other combinations that I do not have access to so please >>> let me know if this is not viable. I am currently building with >>> >>> PREFIX=/Users/jdhunter/dev make -f makefile.osx fetch deps mpl_install >>> >>> Builds with enthought python make still be broken due to the issues in the FAQ: >>> >>> http://matplotlib.sourceforge.net/faq/installing_faq.html#building-and-installing-from-source-on-osx-with-epd >>> >>> Please kick the tires and give some feedback >>> >>> JDH >>> >>> ------------------------------------------------------------------------------ >>> 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 >>> _______________________________________________ >>> Matplotlib-devel mailing list >>> Mat...@li... >>> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel >>> >> >> ------------------------------------------------------------------------------ >> 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 >> _______________________________________________ >> Matplotlib-devel mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel >> > > > > -- > Ariel Rokem > Helen Wills Neuroscience Institute > University of California, Berkeley > http://argentum.ucbso.berkeley.edu/ariel > |