On Thu, Mar 12, 2009 at 9:07 AM, Ed Leafe <[email protected]> wrote: > On Mar 12, 2009, at 7:58 AM, Paul McNett wrote: > >>> Other than that, if this doesn't work it will be easier to go to SVN. >>> I can verify that that works... >> >> So what's the difference between the way Dabo updates the files and >> the way >> subversion updates the files? > > Perhaps UAC catches the web access and clamps down on the process? > Here are the relevant lines: > > resp = urllib2.urlopen(url % (webdir, fpth)) > file(localFile, "w").write(resp.read())
I have had UAC pop up when trying to do a file write before, so that's why I suggested it. You could also try turning off Windows Defender, their new SpyWare program. That seems more likely the case for the error message. Nate _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
