ClarkS
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
-
-
-
ClarkS created a post, AnsweredBreakpoints in a QThread are not caught
I am using Pycharm 3.1.1. PyCharm is not catching breakpoints in a QThread. It catches breakpoints in the __init__ section of the thread, but not in def run. Of course, the breakpoints are enabl... -
ClarkS created a post, AnsweredSOLVED - Can't see print output in console
I am working on two projects using PyCharm. On one project, I can see the output of my print statement in the console. In the other, I can't. I have looked all over the settings and can't find t... -
ClarkS created a post, Python Launcher
I am running PyCharm on OSX 10.8.5. I installed Python 2.7.6 using MacPorts. MacPorts also installed an app called Python Launcher. That app is causing a small problem. Then I run an app in PyC... -
-
ClarkS created a post, Setting up Python intrepreter with PySide
HelloI am new at Python and also with PyCharm. I am using PyCharm 3.0.2 Community Edition. I have installed Python 2.7.6, PyQt4, PySide on my system running OSX 10.8.5. When I attempt to set my...