]> jfr.im git - z_archive/twitter.git/commit
Fix Issue #60 can't write config file on Windows
authorAnmar Mansur <redacted>
Fri, 11 Jan 2013 17:50:38 +0000 (10:50 -0700)
committerAnmar Mansur <redacted>
Fri, 11 Jan 2013 17:50:38 +0000 (10:50 -0700)
commit893302274c874236552f9050ffc5f7f671b92747
tree557fe5b0b9ab267c933b569cb1346091ee736a77
parentfaf29edeae327eed4cedd42a78249443d955af5f
Fix Issue #60 can't write config file on Windows

Windows doesn't have a HOME environment variable. The config file ends up being written to the root of system drive, hence the need for admin rights. Windows does however define a USERPROFILE environment variable that points correctly to the logged in user's profile home folder where most Python programs store their settings. Tested on Windows 7 x64 and Windows 8 x64.
twitter/ircbot.py