Sebastien Lelong wrote: > Hi, > > I don't think this is related to python version... Shebang won't work > because of a extra "\r": > > #!/usr/bin/python\r\n > > give as interpreter "/usr/bin/python\r". Whatever the version used, you > won't get a path to an executable program. > > Specify "python jallib.py" bypasses shebang, it's not processed anymore. >
Using your jallib script or the export JALLIB_PYTHON=python2.5 without the wrapper works here. I prefer the wrapper :-) BTW you have a typo in the jallib.py script jallib -help jalapt Look for HMLT I had never looked or used jallib.py. You are quite the python programmer. Just one of the many languages you do very well. I am impressed! Thanks again Wayne -- Give a man a fish - feed him for a day Teach a man to fish - feed him for life --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
