by Javier » Sat Apr 24, 2010 4:25 pm
Hi,
I've made some progress. I found out that postgresql was not running as a service under W7.
As suggested in the postgresql wiki, the problem is solved by disabling UAC (user account control). In W7, this means moving all the way down the slider in the UAC window and then reboot.
Before that, I had uninstalled postgresql, deleted the user postgres (>net user postgres /delete), activated the user "Administrator" (>net user Administrator /active:yes), rebooted W7 and reinstalled and configured Postgresql 8.3 again.
Now, I am stuck with Web server (django) timeouts. After an initial successful start, which allowed me to add new users with the http.//127.0.0.1:8000/webadmin interface, the server stopped (or disabled) and cannot start it again:
>>> server start Web
error: the server didn't start successfully:
The server activation timed out.
>>>
I will try to see what happens after reboot.
Javier