Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Where is path to CSV in the interface
#2
(01-22-2022, 03:14 AM)mark_lester Wrote: I am trying to load a set of generated 2 point lines on top of the image they display a hidden geometry to..
I have stuck path-csv-0.1.py in my plug-ins directory and it shows up in the plug in browser.
I cant find where it is in the interface, how to run it.




Code:
➤> images = gimp.image_list()
➤> myimage = images[0]
➤> pdb.python_fu_path_csv_import(myimage,"ref","/home/mark/cardano/original.csv")
Traceback (most recent call last):
  File "<input>", line 1, in <module>
TypeError: wrong parameter type


I got that out of the console. Is it complaining about refpath ?
Reply


Messages In This Thread
RE: Where is path to CSV in the interface - by mark_lester - 01-22-2022, 06:11 AM

Forum Jump: