[libreoffice-users] Re: Python and sys.argv.

2013-04-18 Thread Alexander Thurgood
Le 26/02/13 09:48, SuneOskar a écrit : Hi, Your question would be better asked on the LibreOffice developer mailing list. Alex -- For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/

[libreoffice-users] Re: Python and sys.argv.

2013-02-26 Thread SuneOskar
I have my python macros placed in *My Macro*s . My problem is that I cannot import *argv* to a macro. When I use *from sys import argv* the system replies: *cannot import name argv* and if I use *print(sys.dir(argv))* to get the content of *sys *I can see that *argv* Is missing.See the following