--- renpy.py.bak 2013-02-25 14:41:04.000000000 +0100 +++ renpy.py 2013-02-25 14:42:31.000000000 +0100 @@ -76,7 +76,7 @@ # Returns the path to the Ren'Py base directory (containing common and # the launcher, usually.) def path_to_renpy_base(): - renpy_base = os.path.dirname(sys.argv[0]) + renpy_base = os.path.dirname(os.path.realpath(sys.argv[0])) renpy_base = os.environ.get('RENPY_BASE', renpy_base) renpy_base = os.path.abspath(renpy_base)