Eric Leroy
unread,Dec 5, 2012, 10:02:08 AM12/5/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hypersp...@googlegroups.com
Hi,
I installed a fresh version of both EPD 7.3-2 and hyperspy 0.5.1 on my 64 bits windows 7 machine. When I want to load a file with the command s=load() I have the following error message :
In [1]: s=load()
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
C:\Users\pctomo\<ipython-input-1-14a3276894b3> in <module>()
----> 1 s=load()
C:\Python27\lib\site-packages\hyperspy\io.py in load(filenames, record_by, signa
l_type, stack, mmap, mmap_dir, **kwds)
154 filenames = load_ui.filename
155 else:
--> 156 raise ValueError("No file provided to reader and "
157 "interactive mode is disabled")
158 if filenames is None:
ValueError: No file provided to reader and interactive mode is disabled
Do you have any idea of the problem? If I specify the filemane in the load command everything goes well.
Best regards
Eric