[MonoDevelop] Annoying error alert when editing Python code
Adam Tauno Williams
awilliam at whitemice.org
Tue Sep 15 14:21:29 EDT 2009
When editing Python code in MD2.2 I very frequently get a pop-up dialog
about the following exception, but I just hit Escape and continue
System.IO.FileNotFoundException: /home/awilliam/.config/MonoDevelop/PyBinding/Sites/Python26Runtime/completion.db does not exist
File name:
'/home/awilliam/.config/MonoDevelop/PyBinding/Sites/Python26Runtime/completion.db'
at System.IO.File.Move (System.String sourceFileName, System.String
destFileName) [0x00141]
in /usr/src/packages/BUILD/mono-2.4.2.3/mcs/class/corlib/System.IO/File.cs:349
at PyBinding.Parser.ParserDatabase.Open () [0x0006f]
in /usr/src/packages/BUILD/monodevelop-python-0.2/PyBinding/PyBinding.Parser/ParserDatabase.cs:104
at PyBinding.PythonSiteImpl..ctor (IPythonRuntime runtime) [0x000fc]
in /usr/src/packages/BUILD/monodevelop-python-0.2/PyBinding/PyBinding/PythonSite.cs:122
at PyBinding.PythonSite.GetImpl (System.Type runtimeType) [0x0001c]
in /usr/src/packages/BUILD/monodevelop-python-0.2/PyBinding/PyBinding/PythonSite.cs:84
at PyBinding.PythonSite.get_Database () [0x00000]
in /usr/src/packages/BUILD/monodevelop-python-0.2/PyBinding/PyBinding/PythonSite.cs:55
at PyBinding.Gui.PythonEditorCompletion.GenerateCompletionData
(ICodeCompletionContext completionContext,
PyBinding.Parser.Dom.PythonParsedDocument document,
MonoDevelop.Ide.Gui.TextEditor editor, Char completionChar) [0x0031b]
in /usr/src/packages/BUILD/monodevelop-python-0.2/PyBinding/PyBinding.Gui/PythonEditorCompletion.cs:182
at PyBinding.Gui.PythonEditorCompletion.HandleCodeCompletion
(ICodeCompletionContext completionContext, Char completionChar)
[0x0004e]
in /usr/src/packages/BUILD/monodevelop-python-0.2/PyBinding/PyBinding.Gui/PythonEditorCompletion.cs:83
at
MonoDevelop.Ide.Gui.Content.CompletionTextEditorExtension.HandleCodeCompletion (ICodeCompletionContext completionContext, Char completionChar, System.Int32& triggerWordLength) [0x00000] in /usr/src/packages/BUILD/monodevelop-2.1.0/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs:289
at MonoDevelop.Ide.Gui.Content.CompletionTextEditorExtension.KeyPress
(Key key, Char keyChar, ModifierType modifier) [0x00125]
in /usr/src/packages/BUILD/monodevelop-2.1.0/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs:104
at MonoDevelop.Ide.Gui.Content.TextEditorExtension.KeyPress (Key key,
Char keyChar, ModifierType modifier) [0x00013]
in /usr/src/packages/BUILD/monodevelop-2.1.0/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs:110
at MonoDevelop.Database.Query.SqlQueryTextEditorExtension.KeyPress
(Key key, Char keyChar, ModifierType modifier) [0x0004b]
in /usr/src/packages/BUILD/monodevelop-database-2.1.0/MonoDevelop.Database.Query/SqlQueryTextEditorExtension.cs:43
at MonoDevelop.Ide.Gui.Content.TextEditorExtension.KeyPress (Key key,
Char keyChar, ModifierType modifier) [0x00013]
in /usr/src/packages/BUILD/monodevelop-2.1.0/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs:110
at MonoDevelop.SourceEditor.ExtensibleTextEditor.ExtensionKeyPress
(Key key, UInt32 ch, ModifierType state) [0x00000]
in /usr/src/packages/BUILD/monodevelop-2.1.0/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/ExtensibleTextEditor.cs:228
More information about the Monodevelop-list
mailing list