GoogleCodeArchives / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

Editra will not launch #437

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to applications>programming
2. Click on Editra
3.

What is the expected output? What do you see instead?
I see "Starting Editra" on the status bar for about 10 seconds, then goes
away. That's all.

IMPORTANT!!! Please answer these questions for any and ALL bug reports

What version of the product are you using? On what operating system?
Ubuntu 9.10, Editra 2.8.10.1

What method of install was your version installed with (Binary/Source)?
Ubuntu software center.

If from source: What version of python and wxPython are you using?

Please provide any additional information below.

Original issue reported on code.google.com by IndigoBl...@gmail.com on 10 Dec 2009 at 1:55

GoogleCodeExporter commented 9 years ago
Hi,

Please try starting 'Editra' from the commandline and report if there is any 
error
message printed to the console.

What version of Editra are you using the 2.8.10 is your wxPython version I am 
guessing.

Thanks,

Cody

Original comment by CodyPrec...@gmail.com on 10 Dec 2009 at 2:49

GoogleCodeExporter commented 9 years ago
Hi,

Thanks for the quick response, the command line message:

morpheus@Barcelona:~$ editra
Traceback (most recent call last):
  File "/usr/bin/editra", line 4, in <module>
    main()                                  
  File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/tools/Editra/Editra",
line 74, in main
    import Editra
  File
"/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/tools/Editra/src/Editra
.py",
line 59, in <module>
    import profiler
  File
"/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/tools/Editra/src/profil
er.py",
line 35, in <module>
    import util
  File
"/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/tools/Editra/src/util.p
y",
line 38, in <module>
    import ebmlib
ImportError: No module named ebmlib

I do not know where to get the version number.

Thanks
Luis

Original comment by IndigoBl...@gmail.com on 11 Dec 2009 at 4:44

GoogleCodeExporter commented 9 years ago
This is a bug in the wxPython installation. It did not include some files that 
Editra
requires.

I suggest installing editra from the packages I provide at editra.org, they are 
newer
and include all the necessary files.

Closing as Invalid since this is a wxPython issue and not an issue with Editra. 
I
will look into getting the wxPython packages fixed if it hasn't been done yet.

Original comment by CodyPrec...@gmail.com on 11 Dec 2009 at 4:50