Message162293
| Author | ned.deily |
|---|---|
| Recipients | Ramchandra Apte, mcuomo@prestonhs.org, ned.deily |
| Date | 2012-06-04.20:58:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1338843527.06.0.479815225275.issue14996@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Also, you could try temporarily renaming the .idlerc folder in your User folder; this is where IDLE stores several configuration files which can be a cause of problems if they have incorrect values. And you could also try to run IDLE from the Python command line. Launch Python 3.2 -> Python (command line), then in the interactive interpreter enter:
import idlelib.PyShell
idlelib.PyShell.main()
Additional error messages may show up in the command line window. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-06-04 20:58:47 | ned.deily | set | recipients: + ned.deily, Ramchandra Apte, mcuomo@prestonhs.org |
| 2012-06-04 20:58:47 | ned.deily | set | messageid: <1338843527.06.0.479815225275.issue14996@psf.upfronthosting.co.za> |
| 2012-06-04 20:58:46 | ned.deily | link | issue14996 messages |
| 2012-06-04 20:58:46 | ned.deily | create | |