Greetings

I have a Python script that works fine in Linux and in WinGRASS (running from commandline). But, I added to the menu (XML) a link to this Script and now GRASS is much slower on opening and displaying this interface. Was this expected? Or Is any problem expected? (because using commandline it runs just fine).


I added a link to my script this way:
       <menuitem>
         <label>Import Landsat</label>
         <help>Import Landsat images</help>
         <handler>self.OnMenuCmd</handler>
         <command>r.in.landsat</command>
       </menuitem>

Is this corrrect?

Thanks

Antonio


__________ Information from ESET NOD32 Antivirus, version of virus signature 
database 5583 (20101101) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to