> >> CACHE_DIR = "F:\MoinMoin\wiki\data\cache" > > Be careful with backslashes. > > Eiter use r"foo\bar" or "foo\\bar". > > Oddly, this hasn't bitten me yet.
It will, as soon as you have \n or \r or any other backslash sequence recognized by the python interpreter's string parser. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Moin-user mailing list Moin-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/moin-user