ptvs Questions
3
I am currently developing a PyQt application in Visual Studio.
Debugging has been working great, until I decided to keep my UI responsive by moving stuff to a worker thread with Qt Threads.
class ...
Pantograph asked 14/4, 2015 at 19:26
7
Solved
What is the shortcut to comment out multiple lines with Python Tools for Visual Studio?
Lathan asked 30/5, 2011 at 6:47
2
So I have this Django app inside of Docker running and I'm trying to attach VS code to it so I can debug here is my launch file
{
// Use IntelliSense to learn about possible attributes.
// Hover...
Chancellorsville asked 14/4, 2020 at 9:22
3
Solved
First of all I am new to Python. I am using PTVS http://pytools.codeplex.com/. Next I installed reportlab. Then I run a sample demo at https://github.com/nakagami/reportlab/blob/master/demos/colors...
4
I am new to using PTVS for my Python code. I previously used Spyder as it came along with the Anaconda distribution. Here is the issue I am having.
I am trying to create two plots, and show them ...
Devon asked 23/2, 2015 at 16:44
6
Solved
I'm collaborating with some fellow students to build a python app, and was hoping to use the 'training wheels' of Visual Studio intelli-sense. They use python on mac and linux, so ideally our sourc...
N asked 3/3, 2013 at 12:48
3
Solved
I have installed Python Tools for Visual Studio and I cannot see the output in the console window like I see output when I run a C# console application within visual studio upon hitting the followi...
Tardiff asked 24/2, 2012 at 3:15
2
Sorry if this seems like a noob question but I have never used visual studio. I am trying to use PTVS and while it works great in general, I can't get Intellisense to work for imports from the loca...
Chagrin asked 23/9, 2014 at 16:17
3
Solved
In Visual Studio with PTVS I have two separate Python projects, one contains a Python source file named lib.py for use as a library of functions and the other is a main that uses the functions in t...
2
Solved
In PTVS the default behavior is for the program to print to the Python console window and the Visual Studio Debug Output window.
Realizing that it won't be able to accept user input, how do I supp...
Resurrectionist asked 28/3, 2015 at 16:27
1
Solved
I would like to use Visual Studio and see intellisense using type hints, for example in the function argument list, to workout the type of a variable.
This can be achieved through isinstance(param...
Tortola asked 4/7, 2017 at 9:3
1
Solved
I followed Setup CNTK on Windows, and confirmed that I can run CTNK from my local command prompt.
C:\local\Anaconda3-4.1.1-Windows-x86_64\envs\cntk-py34>.\Scripts\activate.bat
(root) C:\local\A...
Cowbind asked 25/11, 2016 at 23:5
1
Solved
How can I specify the port number in a Flask python project under Visual Studio 2015, so that when it starts it always uses the same port?
My startup file (app.py) looks like this:
from svc.svc i...
Wagram asked 17/6, 2016 at 13:32
4
Solved
I don't know how to run the activate.bat in a Python Tools for Visual Studio Project. I have a directory environment in my project with my virtualenv. But, I don't know how I can run ./env/Scripts/...
Rixdollar asked 6/8, 2012 at 8:6
1
Solved
I was trying to install python tool for visual studio 2015, well it should have been an easy task just go on new project and choose python and visual studio would have downloaded it for you, but th...
Epigraphy asked 9/10, 2015 at 7:17
3
This question is essentially the same as these:
How do I add an existing directory tree to a project in Visual Studio?
How to "Add Existing Item" an entire directory structure in Visual ...
Filar asked 1/10, 2012 at 22:12
3
Solved
I just installed Python Tools with Visual Studio 2013 (Shell) and whenever I run a debug of the program, a separate window pops up for the interpreter:
I can however run the program using the in...
Faa asked 11/7, 2013 at 20:13
4
Solved
I'm able to run my Google App Engine webapp2 app using Python Tools for Visual Studio 2012 without issues after following this tutorial, and even step through the server initialization code, but I ...
Imprecation asked 13/7, 2013 at 18:28
1
Solved
I have integrated PTVS into Visual studio so that i can have intellisense support and debugging capability.
I set Breakpoints at Function definitions, but when i debug the control goes directly ou...
Gaudreau asked 18/3, 2014 at 8:36
2
Can debug python tests which are using pytest library on visual studio 2010 ? I added the -m pytest on the Interpreter arguments but the breakpoints are not hit, I can only run the test script with...
Denby asked 2/12, 2013 at 10:38
1
Solved
When I'm developing in Python I often want to debug a specific method, in which case it makes sense to call the method from the interactive console or debug interactive console. However, when a met...
1
Solved
I just got Visual Studio 2013 RC with PTVS (Python Tools for Visual Studio). How would I use the Windows Forms Designer that Visual Studio has built in with Python? VS has an Iron Python template f...
Tautonym asked 29/9, 2013 at 1:8
1
I'd like to add the PRAW package to an IronPython solution in VS however it's proving to be a pain in the butt. Here are steps I'm taking
right-click on IronPython Environment, select install pyt...
Dastard asked 25/8, 2013 at 21:2
1
I often find when debugging that I have a small mistake in my code i.e. misspelling of a variable. It is very time consuming to have to then start the program again from the beginning.
Is it possi...
Territorialism asked 12/7, 2013 at 16:25
4
Solved
Is there support IronPython in VisualStudio 2012? I not found IronPython project in templates.
Kylie asked 12/9, 2012 at 16:59
1 Next >
© 2022 - 2025 — McMap. All rights reserved.