Re: [google-appengine] Python 2.7 and SQLite on Windows 7: unable to open database file

2012-08-29 Thread Bryce Cutt
Hi Robert, I have been digging into it a bit more and I know what is happening, I just don't know why it is happening. I have a temporary solution that does not require running as administrator. I detailed all this on the issue page so it is all in one place. - Bryce On Tuesday, August 28, 2

Re: [google-appengine] Python 2.7 and SQLite on Windows 7: unable to open database file

2012-08-28 Thread Robert Fischer
What I mean to say is I gave up on a proper "fix" so that I could work, but would love find out why it's not working when it's running as the same user who owns and also has permission to the database. -Robert Fischer www.DealScorcher.com On Tue, Aug 28, 2012 at 10:54 PM, Robert Fischer wrote:

Re: [google-appengine] Python 2.7 and SQLite on Windows 7: unable to open database file

2012-08-28 Thread Robert Fischer
I know this probably isn't what you're looking to hear but I had the same problem and was able to "solve" it by running the dev server as administrator. Another benefit to this is being able to run on :80. I'd love to hear about a better solution though... -Robert Fischer www.DealScorcher.com

[google-appengine] Python 2.7 and SQLite on Windows 7: unable to open database file

2012-08-28 Thread Bryce Cutt
I am having an odd issue with Python 2.7 and SQLite and am wondering if anyone has seen it or has some insight. I recently decided to try porting some of my Python apps to the python27 runtime and the first step was to install Python 2.7 on my dev machine (Windows 7 64bit). Now whenever I run a