Hi Luiz,

The "Extending Python" chapter should cover this. It has a section with:

<<
   1. Make the directories
         1. mkdir ~/.gnumeric
         2. mkdir ~/.gnumeric/<version>
   2. mkdir ~/.gnumeric/<version>/myfuncs/
   3. cd ~/.gnumeric/<version>/myfuncs/

Make the files

A spellbook has two files. The first is the python file with the 
functions. The second is the XML file "plugin.xml". The XML file holds 
that master spells that tell Gnumeric what functions we've defined, and 
what the name of the python file is, and one other important item. We'll 
create these as blank files.

   1. touch my-func.py
   2. touch plugin.xml
...
>>

l>Like normal user it was impossible because I can“t include the path to the
l>files plugin.xml and my-func.py on the window. 

What window?

-C

--
Charles R. Twardy                    www.csse.monash.edu.au/~ctwardy
[EMAIL PROTECTED]           sarbayes.org
_______________________________________________
gnumeric-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnumeric-list

Reply via email to