Hello Guys,
I've got an application here which for some reason won't start using the following syntax from the command line: Cd /mydirectory ./MyApplication.py I have to run this as a fully qualified python launch such as: Cd /mydirectory python MyApplication.py This is a little bit confusing to me as I have other applications which run just fine using the ./somthing.py syntax. Is there any reason why this doesn't work? Cheers, Robert
-- http://mail.python.org/mailman/listinfo/python-list