Duffymo
- Total activity 140
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 47
-
Created Cannot Start IntelliJ X 96.1190 After Installing Erlang and Scala Plug-ins
I'm running IntelliJ X 96.1190 on Windows XP SP3. I downloaded the Scala and ErlGrey plugins and restarted, but IntelliJ complained about system index problems and wouldn't start.I uninstalled Inte... -
Created Problem Running Module in PyCharm 96.742 Console
AnsweredI created a new class in Python: __author__ = 'Michael'class chapter2(object): """Core Python Programming chapter2""" version = 1.0 # class static attribute def __init__(self, name='first ... -
Created Can't Add DB-Program
I tried to configure a DB-Program tonight. I wanted to connect to MySQL 5.1.24 running under Windows XP SP3, using the Connector-J JDBC driver version 5.1.6. Here are my configuration parameter... -
Created What Is "Django Support" In PyCharm Buying Me?
I don't see what Django support in PyCharm is giving me. I created a new Django project, but the django-admin.py tasks don't appear to be integrated in. Is the idea to run them inside the console... -
Created Can't Start IDEA X After Install
I downloaded the IDEA X install .exe and ran it. When I try to start IntelliJ I get the attached log message and a thread dump. The exception is:Caused by: java.io.FileNotFoundException: C:\Docum... -
Created How To Increase The Timeout For The PyCharm Console?
I'm running a script using the 10 second default timeout that is taking some time to complete. I keep getting the "Timeout exceeded" message and no answer from my method call. How can I increase ... -
Created How To Run Peter Norvig's Spell Checker In PyCharm?
I downloaded PyCharm today. I need help getting off the dime with the simplest of problems.I created a new project and created a new file SpellChecker.py. I pasted Peter Norvig's brilliant Python... -
Created Maia Build 10781 Has Lost TestNG Capability
I can't create a TestNG test in Maia build 10781 anymore.I can see that the TestNG-J plug-in is installed and available. But the TestNG icon is no longer showing when I try to create a test. I ca... -
Created TestNG Configuration Not Showing Up In Maia Build 10781
I installed the TestNG plug-in for Maia build 10781, but I don't see the TestNG configuration under Run/Build. I can add JUnit successfully. I annotated a test class using the TestNG annotations ... -
Created Maia build # 10762 breaks previously working Grails project
I've been following along with Maia and exercising Grails functionality with it. When I upgraded to build # 10762 today it broke my working Grails project. I'm using Sun JDK 1.6.0_13, Grails 1.1....