Gimp, webSplit, corregido fallo en Linuxfixed bug in Linux
Corregido un fallo relativo al separador de directorios, el fallo solo afectaba a su uso en linux, puedes descargar la versión corregida desde este enlace:
Fixed a bug on the directory separator, the ruling only affected use linux, you can download the corrected version from this link:
split_2013_03_30.py
I also have a problem
AttributeError: type object ‘gimp.Vectors’ has no attribute ‘from_id’
OS: Ubuntu 12.04.3 LTS
Python: 2.7.3
Gimp verison: GIMP 2.6.12
Compelete error message:
Traceback (most recent call last):
File «/usr/lib/gimp/2.0/python/gimpfu.py», line 692, in response
dialog.res = run_script(params)
File «/usr/lib/gimp/2.0/python/gimpfu.py», line 353, in run_script
return apply(function, params)
File «/home/csadi/.gimp-2.6/plug-ins/split_2013_04_26.py», line 83, in web_split
v=gimp.Vectors.from_id(n)
AttributeError: type object ‘gimp.Vectors’ has no attribute ‘from_id’
Hi, this plugin is tested under the gimp 2.8.X, the version 2.6 that you use don’t support this method for the Vectors object, you can try to update your gimp to the new that includes some interesting new features
hi,
i have one problem :
AttributeError: type object ‘gimp.Vectors’ has no attribute ‘from_id’
I couldnt find out if you can replace gimp.Vectors.from_id by smthg else..; can you help ?
Hi Samuel, what is your gimp version? All my test are made with Gimp 2.8.4 on Windows Vista, Windows7 and Ubuntu 12 and i can’t reproduce your error, any clue to correct the error will be welcome (your os, the complete error message etc…)
Work great! Thank you!!!
Thx for fast reply! I’ll test it and give feedback!