|
Nmap Development
mailing list archives
Re: Problem
From: David Fifield <david () bamsoftware com>
Date: Tue, 12 Aug 2008 15:39:55 -0600
On Sun, Aug 10, 2008 at 06:04:00PM +0200, Markus wrote:
When I want to start the zenmap.exe it says that there is an error and I
should look for the log txt-file.
File "zenmap", line 156, in <module>
File "zenmapGUI\App.pyo", line 99, in run
File "zenmapGUI\App.pyo", line 127, in __run_gui
File "zenmapGUI\App.pyo", line 54, in __create_show_main_window
File "zenmapGUI\MainWindow.pyo", line 45, in <module>
File "zenmapGUI\SearchWindow.pyo", line 24, in <module>
File "zenmapGUI\SearchGUI.pyo", line 44, in <module>
File "zenmapCore\SearchResult.pyo", line 32, in <module>
File "zenmapCore\UmitDB.pyo", line 64, in <module>
Error in sys.excepthook:
Traceback (most recent call last):
File "zenmap", line 84, in excepthook
AttributeError: 'Blackhole' object has no attribute 'close'
Original exception was:
Traceback (most recent call last):
File "zenmap", line 156, in <module>
File "zenmapGUI\App.pyo", line 99, in run
File "zenmapGUI\App.pyo", line 127, in __run_gui
File "zenmapGUI\App.pyo", line 54, in __create_show_main_window
File "zenmapGUI\MainWindow.pyo", line 45, in <module>
File "zenmapGUI\SearchWindow.pyo", line 24, in <module>
File "zenmapGUI\SearchGUI.pyo", line 44, in <module>
File "zenmapCore\SearchResult.pyo", line 32, in <module>
File "zenmapCore\UmitDB.pyo", line 64, in <module>
sqlite3.OperationalError: unable to open database file
I run Windows Vista Ultimate 32bit.
Does this happen every time you run Zenmap? For some reason Zenmap can't
open the database in the file zenmap.db. Do you have a file
C:\Users\$USER\.zenmap\zenmap.db? ($USER is your user name.) If not, try
removing the .zenmap directory; Zenmap will recreate it.
David Fifield
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org
By Date
By Thread
Current thread:
- Problem Markus (Aug 11)
- Re: Problem David Fifield (Aug 12)
|