On Mon, 29 May 2006 09:05:36 +0200, SuperHik wrote: > Hi, > > I was wondering how to make a single .exe file, say some kind od clock, > and be able to save some settings (alarm for example) into the same > file? Basically make code rewrite it self... > > thanks!
Yikes!!! I'd strongly suggest you read the doco for ConfigParser, and load/save your config file to/from os.path.join(os.path.expanduser("~")). Another option - save your stuff in the Windows Registry -- Cheers aum -- http://mail.python.org/mailman/listinfo/python-list