2011/5/22 Pierre Andrac <[email protected]>: > Hello, Hello! Which version of Solfege are you running?
I am 99.9% sure that python 2.5 are being run, but with the library files of python 2.6 or newer. b"" is a valid string in python 2.6 and newer, but it raises a SyntaxError in python 2.5. You don't have to install any python versions to run Solfege, the windows installer includes python 2.5. So I think you have made a little chaos by installing several python versions and modifying PYTHONHOME. Unset PYTHONHOME and then run the debug version of Solfege and let me know exactly what happens. Tom Cato -- Tom Cato Amundsen <[email protected]> http://www.solfege.org/ GNU Solfege - free ear training http://www.gnu.org/software/solfege/ ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Solfege-devel mailing list To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe", or visit https://lists.sourceforge.net/lists/listinfo/solfege-devel
