[PyKDE] Eric: command line args with spaces in debugger

Detlev Offenbach detlev at die-offenbachs.de
Wed Mar 1 18:31:19 GMT 2006


Hi,

I assume you mean the dialog that pops up, when you select the "Debug Script" 
action. If this is correct I have to admit, that I cannot reproduce the 
problem over here. Are you using the latest version (3.8.1)?

Regards,
Detlev

Am Mittwoch, 1. März 2006 19:03 schrieb Robert Morrison:
> Hi:
>
> Sorry for what may be a question with an obvious answer,
> but I'm having trouble specifying quoted command line args
> in Eric in the debugger. In the "Debug Script" field
> "Commandline," I specify the value:
>
>   "hello there" dolly
>
> and what I want is:
>
>   sys.argv[1] = "hello there"
>   sys.argv[2] = "dolly"
>
> but what I get is:
>
>   sys.argv[1] = '"hello'
>   sys.argv[2] = 'there"'
>   sys.argv[3] = "dolly"
>
> Any way to get what I want? (Or do we cue the Rolling Stones?)
>
> Thanks,
> Robert
>
> _______________________________________________
> PyKDE mailing list    PyKDE at mats.imk.fraunhofer.de
> http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

-- 
Detlev Offenbach
detlev at die-offenbachs.de




More information about the PyQt mailing list