I get the following error when I attempt to open my copy of Visual Studio Ultimate 2010 after installing PTVS:
The 'Python Tools Package' package did not load correctly.
The problem may have been caused by a configuration change or by the installation of another extension.
And then it suggested running with the /log command and examining the ActivityLog.xml file in AppData\Roaming\Microsoft\VisualStudio\10.0\
I did that and this is the error entry I found:
<entry>
<record>444</record>
<time>2013/01/31 18:38:16.536</time>
<type>Error</type>
<source>VisualStudio</source>
<description>End package load [Python Tools Package]</description>
<guid>{6DBD7C1E-1F1B-496D-AC7C-C55DAE66C783}</guid>
<hr>80131500</hr>
<errorinfo>The composition produced a single composition error. The root cause is provided below. Review the CompositionException.Errors property for more detailed information.
1) Illegal characters in path.
Resulting in: An exception occurred while trying to create an instance of type 'Microsoft.PythonTools.Interpreter.Default.CPythonInterpreterFactoryProvider'.
Resulting in: Cannot activate part 'Microsoft.PythonTools.Interpreter.Default.CPythonInterpreterFactoryProvider'.
Element: Microsoft.PythonTools.Interpreter.Default.CPythonInterpreterFactoryProvider --> Microsoft.PythonTools.Interpreter.Default.CPythonInterpreterFactoryProvider --> AssemblyCatalog (Assembly="Microsoft.PythonTools.Analysis, Version=1.8.40818.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
Resulting in: Cannot get export 'Microsoft.PythonTools.Interpreter.Default.CPythonInterpreterFactoryProvider (ContractName="Microsoft.PythonTools.Interpreter.Default.IDefaultInterpreterFactoryCreator")' from part 'Microsoft.PythonTools.Interpreter.Default.CPythonInterpreterFactoryProvider'.
Element: Microsoft.PythonTools.Interpreter.Default.CPythonInterpreterFactoryProvider (ContractName="Microsoft.PythonTools.Interpreter.Default.IDefaultInterpreterFactoryCreator") --> Microsoft.PythonTools.Interpreter.Default.CPythonInterpreterFactoryProvider --> AssemblyCatalog (Assembly="Microsoft.PythonTools.Analysis, Version=1.8.40818.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
Resulting in: Cannot set import 'Microsoft.PythonTools.ConfigurablePythonInterpreterFactoryProvider..ctor (Parameter="defaultCreator", ContractName="Microsoft.PythonTools.Interpreter.Default.IDefaultInterpreterFactoryCreator")' on part 'Microsoft.PythonTools.ConfigurablePythonInterpreterFactoryProvider'.
Element: Microsoft.PythonTools.ConfigurablePythonInterpreterFactoryProvider..ctor (Parameter="defaultCreator", ContractName="Microsoft.PythonTools.Interpreter.Default.IDefaultInterpreterFactoryCreator") --> Microsoft.PythonTools.ConfigurablePythonInterpreterFactoryProvider --> AssemblyCatalog (Assembly="Microsoft.PythonTools, Version=1.8.40818.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
Resulting in: Cannot get export 'Microsoft.PythonTools.ConfigurablePythonInterpreterFactoryProvider (ContractName="Microsoft.PythonTools.Interpreter.IPythonInterpreterFactoryProvider")' from part 'Microsoft.PythonTools.ConfigurablePythonInterpreterFactoryProvider'.
Element: Microsoft.PythonTools.ConfigurablePythonInterpreterFactoryProvider (ContractName="Microsoft.PythonTools.Interpreter.IPythonInterpreterFactoryProvider") --> Microsoft.PythonTools.ConfigurablePythonInterpreterFactoryProvider --> AssemblyCatalog (Assembly="Microsoft.PythonTools, Version=1.8.40818.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
</errorinfo>
</entry>
Could someone give me some insight on what the issue might be?
Thanks,
Alex
|