On Feb 9, 6:47 am, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> On 9 fév, 12:30, "Kai Rosenthal" <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > how can I resolve envionment variables in a string.
> > e.g.
>
> > strVar = /myVar
> > resolve in
>
> nothing. This raises a SyntaxError. Python is *not
On 9 fév, 12:30, "Kai Rosenthal" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> how can I resolve envionment variables in a string.
> e.g.
>
> strVar = /myVar
> resolve in
nothing. This raises a SyntaxError. Python is *not* a shell script
language.
> str1 = /mytest02/$MYVAR/mytest02 --> /mytest02//m