I've been using "os.getcwd()" to get my program's "current path". I know it's actually returning my "current working directory", but it's been working okay, until today... I used py2exe (and InnoSetup) to create a standalone executable (for Windows) and then a shortcut icon on the desktop to "MyProg.exe". Problem is, now "os.getcwd()" returns "C:\Documents and Settings\ME\Desktop\" as it's current working directory, not the "C:\Program Files\MyCoolProgram\" that I was expecting.
I'm trying to use a "relative path reference" so that the user can install the program to whatever directory he/she wants, but that my program won't "lose track" of the subdirectories it requires for additional files. Anyone run into the same sort of problem? Better yet, anyone know how to solve this? Thanks everyone! Adrian
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor