Jul 13, 2012 at 9:43 AM
Edited Jul 13, 2012 at 10:08 AM
|
Thanks for the reply dinov.
When you say "installing the packages that are in IRONPYTHONPATH into site-packages", do you mean moving my files into C:\Program Files (x86)\IronPython 2.7.1\Lib\site-packages?
I think I'm preventing from doing this, since my files belong in a Perforce workspace with a well-defined directory structure. Other users also access the files and check them in and out. (I'm guessing I'm prevented from doing this, but if you meant something
else or know of a way of mapping/linking the files, please advise).
My IRONPYTHONPATH is set up thus: <path to my Perforce workspace directories>;C:\Program Files (x86)\IronPython 2.7.1
Separately, I've tried the Generate Completion Database option you suggested. I know you suggested it in conjunction with the site-packages option, but I tried just in case. No joy.
It may not be related, but ever since the Go To Definition problem began, I also see a pop-up on startup telling me that
Visual Studio has encountered by an exception. This may be caused by an extension. It points me to C:\Users\<me>\AppData\Roaming\Microsoft\VisualStudio\10.0\ActivityLog.xml. In it, I can see:
<entry>
<record>75</record>
<time>2012/07/13 09:38:55.040</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Python Tools Package]</description>
<guid>{6DBD7C1E-1F1B-496D-AC7C-C55DAE66C783}</guid>
</entry>
then:
<entry>
<record>76</record>
<time>2012/07/13 09:38:55.041</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Python Tools Package]</description>
<guid>{6DBD7C1E-1F1B-496D-AC7C-C55DAE66C783}</guid>
</entry>
followed by:
<entry>
<record>232</record>
<time>2012/07/13 09:38:56.534</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Python Tools Package]</description>
<guid>{6DBD7C1E-1F1B-496D-AC7C-C55DAE66C783}</guid>
</entry>
Any further guidance much appreciated.
|