Hi,

Sorry if bothering you. Here we use a software (that I've written) that is based on wxmpl and matplotlib, among other things. A collegue of mine noticed a problem when installing it on Windows, with the following error:

  File "hooke.py", line 21, in <module>
    import wxmpl
  File "C:\Python25\lib\site-packages\wxmpl.py", line 26, in <module>
    from matplotlib.axes import PolarAxes, _process_plot_var_args
ImportError: cannot import name PolarAxes

He was using matplotlib 0.98.3 .Downgrading to 0.91 solved the issue.
I remember the same happened when, some month ago, I tried to install the same software on OS X using what were basically SVN versions of mpl, labeled "0.98pre" (see http://macinscience.org/?page_id=6 )

I guess you are probably aware of the problem: are you already working on it :) ? Is there any workaround?

I'd like to help you patching it, if within my skills, but I'd need some direction on how the mpl API have been updated.

m.
--
Massimo Sandal , Ph.D.
University of Bologna
Department of Biochemistry "G.Moruzzi"

snail mail:
Via Irnerio 48, 40126 Bologna, Italy

email:
[EMAIL PROTECTED]

web:
http://www.biocfarm.unibo.it/samori/people/sandal.html

tel: +39-051-2094388
fax: +39-051-2094387
begin:vcard
fn:Massimo Sandal
n:Sandal;Massimo
org:University of Bologna;Department of Biochemistry
adr:;;Via Irnerio 48;Bologna;;40126;Italy
email;internet:[EMAIL PROTECTED]
tel;work:+39-051-2094388
tel;fax:+39-051-2094387
x-mozilla-html:FALSE
version:2.1
end:vcard

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to