Detection of pyscintilla not working correctly
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| PIDA |
Fix Released
|
Critical
|
Tiago Cogumbreiro | ||
Bug Description
When I start up pida the first time, I have to choice from available editors.
Psyntilla shows up with status "Okay" even though it isn't installed at all and it is selected as default. When I don't change the editor to "Culebra", pida crashes afterwards.
part of the logfile:
[...]
2006-12-16 20:17:10,957 WARNING services.
Traceback (most recent call last):
File "/usr/lib/
cls = entrypoint.load()
File "/usr/lib/
entry = __import_
File "/usr/lib/
from pida.utils.
File "/usr/lib/
import pyscintilla as scintilla
ImportError: No module named pyscintilla
2006-12-16 20:17:10,993 WARNING services.
Traceback (most recent call last):
File "/usr/lib/
cls = entrypoint.load()
File "/usr/lib/
entry = __import_
File "/usr/lib/
import moo
ImportError: No module named moo
2006-12-16 20:17:11,385 WARNING services.
| Changed in pida: | |
| assignee: | nobody → cogumbreiro |
| importance: | Undecided → Critical |
| status: | Unconfirmed → Confirmed |
| Changed in pida: | |
| status: | Confirmed → Fix Committed |
Thanks for the bug report.
Tiago: Remind me why you removed this please.