stcorp / visan

Visualisation and analysis application for atmospheric data
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Error messages when saving an image #3

Closed svniemeijer closed 4 years ago

svniemeijer commented 4 years ago

When I try to save an image from the World Plot or 2D Plot window, it is not possible to change the directory. Clicking on ‘Browse…’ gives the following error message:

Traceback (most recent call last):
File “D:\lenka-hp\soft\Anaconda3\envs\visan_env\lib\site-packages\visan\plot\typedsavefiledialog.py”, line 217, in OnBrowse
filename = wx.FileSelector(“Save As…”, default_path=directory, flags=wx.SAVE, parent=self)
AttributeError: module ‘wx’ has no attribute ‘SAVE’
svniemeijer commented 4 years ago

Fixed in 5301fe7f6a8d9121d46864156724a0e0ce821ed0

OPTICSFOOL commented 4 years ago

I also have this problem, and I want to know how to solve it.