Does anyone know of a website with windows code examples? I have googled this have not found much. I know about Activestate's site but does not seemed to be organized in a way to get these easily.
Is there a FAQ for this mail list? Right know I am interested in finding out how to access a windows server share in Python 2.4. Seems to work fine in Python 2.5 with win32 installed, but the MoinMoin server at work has not been upgraded. The problem is this open can not use this kind of path. I don't have access to the network now but the problem is like this example: txtFile = open(r'\\aServer\share$\myfile.txt','r') This command is unable to find the file on Python 2.4. I apologies if this is a FAQ but I have looked some. Is there a work around to this problem, can I map a network drive on the at runtime? Bill Sneddon ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32