John Hunter wrote:
> matplotlib 0.90.1 is out and available for download from the sourceforge site.
>   
When trying to package my application with py2exe I get the following error:

Traceback (most recent call last):
  File "setup.py", line 141, in <module>
    mpdir, mpfiles = matplotlib.get_py2exe_datafiles()
  File "C:\Python25\Lib\site-packages\matplotlib\__init__.py", line 369, 
in get_py2exe_datafiles
    mplfiles.remove(os.sep.join([get_data_path(), 'Matplotlib.nib']))
ValueError: list.remove(x): x not in list

Werner

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to