11.04, xampp-control-panel

Asked by peter

Hello

I would configure the Mercury mail server.

I read the README to start the xampp-control-panel.py script. I started it by typing ./xampp-control-panel.py and I got the following error messages:

A new MainWindow has been created
Traceback (most recent call last):
  File "/opt/lampp/share/xampp-control-panel/xampp-control-panel.py", line 269, in <module>
    main_window = MainWindow()
  File "/opt/lampp/share/xampp-control-panel/xampp-control-panel.py", line 82, in __init__
    self.set_interface()
  File "/opt/lampp/share/xampp-control-panel/xampp-control-panel.py", line 140, in set_interface
    self.set_interface_for_service(all_statuses['APACHE'], self.apacheExButton,
KeyError: 'APACHE'

What can I do to start this script so it runs succcesfully? Thanks in advance.
Peter

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu apache2 Edit question
Assignee:
No assignee Edit question
Solved by:
peter
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

lsb_release -a; python --version

Thanks

Revision history for this message
peter (peter-neuweiler) said :
#2

peter@peter-linux:~$ lsb_release -a; python --version
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.04
Release: 11.04
Codename: natty
Python 2.7.1+

Thanks.
Peter

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Are there any bugs reported. Not sure otherwise but the output above may help others diagnose

Revision history for this message
peter (peter-neuweiler) said :
#4

No, no bugs. Thanks.
Peter

Revision history for this message
mycae (mycae) said :
#5

How did you install mercury? It should not be located in opt. that is not a standard folder for packaging.

Revision history for this message
peter (peter-neuweiler) said :
#6

I didn't install mercury. I think I got it when I installed XAMPP.
Peter

Revision history for this message
mycae (mycae) said :
#7

It sounds like a bug in their installer.

Though I have to question why you installed xammp in the first place. The software components it provides are all available in the repositories, and these should install correctly, so its a bit redundant.

Unfortunately this is not an ubuntu-specific problem, so I would hazard that you would get a more useful response on the software vendors page

Revision history for this message
peter (peter-neuweiler) said :
#8

Thanks for the information.
Peter