Hello
you have found a bug in the windows version. I will not go into details, but it has to do with the naming conventions in windows (using \ as separator and drive letters such as c:). We will issue a fixed version soon, but in the meantime, here is a workaround:
- open the importer dialog
- select the file to import
- in the Advene menu, select "View/Evaluator" (second to last item)
- in the Evaluator window, enter the following statement in the Expression editor:
-
Code:
Select all
-
importerview.filename=importerview.fb.get_filename()
and execute it (Control-Return or the execution icon)
- then enter and execute (same process as above) the expression
-
Code:
Select all
-
importerview.update_importers()
The Launch button will be activated, and the appropriate filter should be selected.