Paths import script

I get the following error using the paths_import.py script in Blender 242a on SuSE 9.2 :

tenzin@thinkpad:/>Traceback (most recent call last):
File “<string>”, line 63, in ?
NameError: name ‘fonctionSELECT’ is not defined

I looked at the script in a text editor and compared it to other import scripts’s FileSelector code,
and looked at this in the BPython API 242 documentation, and checked CVS to see if the script has been updated,
but I’m not good enough at python hacking to work out how to fix this.

I also tried running the eps2obj.py submenu script directly but no luck with this either.

How do I fix the missing def so I can use this script ? I need to be able to import EPS as Obj.

If there is another way to do this, or a method of importing PNG as Obj/mesh data then I’m happy to use that if it works.

Tenzin