1

Closed

Project creation from existing code no longer works

description

  1. File > New > Project
  2. Choose Python, From Existing Python Code
  3. After clicking ok, the following dialog pops up: http://i.imgur.com/g0vhT.png
I'm on Windows 8 Enterprise with Visual Studio Ultimate 2012.

This doesn't occur in the RC.
Closed Feb 27 at 10:17 PM by Zooba
No repro.

comments

dinov wrote Nov 1, 2012 at 6:05 PM

Yep, we've replaced that with a new and improved wizard in File->New Project. It'll be the 1st project type listed under Python. The new wizard has more options on how the project gets created, and in general does a better job of handling things like .pyc/.pyo and other random files you might have in your project.

Zooba wrote Nov 1, 2012 at 6:26 PM

Actually, it seems to be unable to find (or load) Microsoft.PythonTools.Analysis.dll for some reason. I haven't seen this before, but I'll get right on checking it out.

Zooba wrote Nov 1, 2012 at 6:30 PM

Actually, it's quite clearly looking for the wrong version of Analysis.dll, so I have to wonder whether this is an installation issue.

Did you install it as an upgrade from the RC or do a clean install?

huguesv wrote Nov 1, 2012 at 7:43 PM

Also, was this a per-machine (default) or per-user install?

briancurtin wrote Nov 2, 2012 at 5:38 AM

Sorry for the delay - didn't have email notifications setup.

hughesv - per-machine
zooba - tried both ways
dino - cool, i'll give that a try