I think it would be incorrect to call python 2.6 the minimal version. Clearly, earlier version work just fine in most cases. The only reason 2.6 helped in your case was the increased support for unicode (in particular the use of unicode for file names).
On Nov 12, 2008, at 8:52 AM, [EMAIL PROTECTED] wrote: > Hi Marcus, > > after an update to Python2.6 these errors disappeard :-) > Now I will try to build a version (lets hope I will have no more > problems...) > > Perhaps we should write a minimal Python version to the wiki. > > Thanks again for your help!!!!!! > > Greets, > > Patrik > > > Marcus Lindblom schrieb: >> Run scons through a python debugger and see exactly what string >> causes >> the unicode decode error? >> >> /Marcus >> >> [EMAIL PROTECTED] wrote: >>> The good old dos commands ;-) >>> >>> But I doesn't make a difference... >>> >>> Do you have some other ideas? >>> >>> THanks, >>> >>> Patrik >>> >>> Marcus Lindblom schrieb: >>>> Try 'set TEMP=C:\Temp' or something similar before running scons. >>>> >>>> /Marcus§ >>>> >>>> [EMAIL PROTECTED] wrote: >>>>> OpenSG is outside this path - but t0he temp folder is inside it... >>>>> >>>>> Greets, >>>>> >>>>> Patrik >>>>> >>>>> >>>>> Marcus Lindblom schrieb: >>>>>> Can you try putting opensg and everything in a folder that has >>>>>> no such >>>>>> paths? >>>>>> >>>>>> (You can do symlinks on vista, that might help? :) >>>>>> >>>>>> Cheers, >>>>>> /Marcus >>>>>> >>>>>> [EMAIL PROTECTED] >>>>>> wrote: >>>>>>> Jupp, >>>>>>> >>>>>>> don't beat me - my user account folder has an ü in it. >>>>>>> It was already installed with such a sh... folder name. >>>>>>> >>>>>>> Greets, >>>>>>> >>>>>>> Patrik >>>>>>> >>>>>>> Marcus Lindblom schrieb: >>>>>>>> Do you have any non-ascii characters in your file system? >>>>>>>> >>>>>>>> Such as fileS/directories with swedish/german/whatnot >>>>>>>> characters, like >>>>>>>> åäö or € ? >>>>>> ------------------------------------------------------------------------- >>>>>> 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=/ >>>> ------------------------------------------------------------------------- >>>> 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=/ >> >> >> ------------------------------------------------------------------------- >> 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
