|
From: Kevin A. <ka...@us...> - 2004-07-28 07:21:41
|
Update of /cvsroot/pythoncard/PythonCard/samples/slideshow In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22735/samples/slideshow Modified Files: slideshow.py Log Message: fixed pictureViewer launching on Mac Index: slideshow.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/slideshow/slideshow.py,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** slideshow.py 17 Jul 2004 17:46:24 -0000 1.39 --- slideshow.py 28 Jul 2004 07:21:32 -0000 1.40 *************** *** 442,446 **** #print "image", path try: ! viewer = os.path.join('..', 'pictureViewer', 'pictureViewer.py') if " " in path: path = '"' + path + '"' --- 442,446 ---- #print "image", path try: ! viewer = os.path.abspath(os.path.join('..', 'pictureViewer', 'pictureViewer.py')) if " " in path: path = '"' + path + '"' |