Hello Patrik,

[EMAIL PROTECTED] wrote:
> Hi Carsten,
> 
> still no progress :-(
> 
> I've attached the changed SConstruct file...

please try and replace
env['ENV']['TMP'] = os.environ.get['TMP']
with
env['ENV']['TMP'] = os.environ.get('TMP')

that should get rid of the syntax error. Sorry for not spotting it 
earlier, hope it will work,

        regards,
                Carsten


> Greets,
> 
> Patrik
> 
> [EMAIL PROTECTED] schrieb:
>> Hi Dirk,
>>
>> looks ok for me (yeah - my first line of Python code ;-))
>>
>> Greets,
>>
>> Patrik
>>
>> Dirk Reiners schrieb:
>>>     Hi Patrick,
>>>
>>> [EMAIL PROTECTED] wrote:
>>>> Hello Carsten,
>>>>
>>>> I've tried to add
>>>> env['ENV']['TMP'] = os.environ.get['TMP']
>>>> at line 826 - but now I always got an syntax error about an invalid 
>>>> syntax:
>>>>
>>>> env['ENV']['TMP'] = os.environ.get['TMP']
>>>>
>>>> ^
>>>>
>>>> SyntaxError: invalid syntax
>>>>
>>>> The temp folder is ok and have enough disk space.
>>>>   
>>> Syntax errors in python are 90% of the time indentation errors. Make 
>>> sure you have the same indeentation (i.e. same number of spaces and 
>>> tabs) as the line above it.
>>>
>>> Yours
>>>
>>>     Dirk
>>>
>>>
>>> ------------------------------------------------------------------------- 
>>>
>>> This SF.Net email is sponsored by the Moblin Your Move Developer's 
>>> challenge
>>> Build the coolest Linux based applications with Moblin SDK & win 
>>> great prizes
>>> Grand prize is a trip for two to an Open Source event anywhere in the 
>>> world
>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>>> _______________________________________________
>>> Opensg-users mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/opensg-users
>>>
>>
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's 
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great 
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the 
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Opensg-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/opensg-users
>>
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Opensg-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/opensg-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to