Re: [Matplotlib-users] matplotlib 0.98.5.3 windows binaries available
I installed the binaries using the .exe file on Python 2.6.2 but it throws a windows exception when I try to do anything with matplotlib, even just typing 'import pylab' in the python command interpreter. To rule out any conflicts, I created a python virtualenv directory and installed matplotlib from the .egg file, but it still throws an exception every time. Casey John Hunter-4 wrote: > > The windows binaries for the latest matplotlib release are now > available for download at > > > https://sourceforge.net/project/showfiles.php?group_id=80706&package_id=278194 > > for python2.5 and 2.6. > -- View this message in context: http://www.nabble.com/matplotlib-0.98.5.3-windows-binaries-available-tp24023736p24033941.html Sent from the matplotlib - users mailing list archive at Nabble.com. -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Re: [Matplotlib-users] matplotlib 0.98.5.3 windows binaries available
John, I installed this on python 2.6.2 using the windows installer (the .exe) but it crashes even on something as simple as importing pylab from the interactive prompt. To make sure it wasn't a conflict with other packages, I created a clean virtualenv directory and installed matplotlib from the 2.6 egg, but the results are the same. Trying to run any matplotlib example immediately creates a windows exception dialog. Casey John Hunter-4 wrote: > > The windows binaries for the latest matplotlib release are now > available for download at > > > https://sourceforge.net/project/showfiles.php?group_id=80706&package_id=278194 > > Please let us know if you have any troubles. > > JDH > -- View this message in context: http://www.nabble.com/matplotlib-0.98.5.3-windows-binaries-available-tp24023736p24033870.html Sent from the matplotlib - users mailing list archive at Nabble.com. -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Re: [Matplotlib-users] matplotlib 0.98.5.3 windows binaries available
I do have wxPython 2.8 installed so I don't know why this would have caused the problem in the first place, but I changed the matplotlibrc to backend : TkAgg and I still get the windows crash. Just to be clear, this isn't an import error or simple python exit; I'm actually getting the Windows crash dialog box whenever I import pylab. Importing matplotlib doesn't seem to cause any problems, but I haven't tried to do anything with it yet. John Hunter-4 wrote: > > Apparently the binaries are fine but the default matplotlib rc is > setting the backend to wxagg. site-packages/matplotlib/mpl-data and > set > > backend : TkAgg > > See also http://matplotlib.sourceforge.net/users/customizing.html > -- View this message in context: http://www.nabble.com/matplotlib-0.98.5.3-windows-binaries-available-tp24023736p24036525.html Sent from the matplotlib - users mailing list archive at Nabble.com. -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users