rapache-devel team mailing list archive
-
rapache-devel team
-
Mailing list archive
-
Message #00322
Re: [Bug 581526] Re: rapache doesn't start from the install but start thru command line without installing it (ubuntu 10.04)
On Thu, May 20, 2010 at 4:32 PM, Alfred Maghi <alfred.maghi@xxxxxxxxx> wrote:
> I've deleted every files listed below at the installation, and then
> reinstalled it. It still gives me that very same error.
>
I still think there is some problem with your installation. Also
Try this:
sudo updatedb
locate RapacheGui.py
Any duplicate entry found outside your development workspace may be
the cause of the problem.
--
rapache doesn't start from the install but start thru command line without installing it (ubuntu 10.04)
https://bugs.launchpad.net/bugs/581526
You received this bug notification because you are a member of Rapache
Developers, which is subscribed to Remote Apache Management tool .
Status in rapache: New
Bug description:
The Rapache window can be launched from command line [python rapache] without running the install.
I run the install [sudo python setup.py install] without error.
But then when I command [rapache] I get the following error:
Traceback (most recent call last):
File "/usr/local/bin/rapache", line 48, in <module>
hwg = MainWindow()
TypeError: __init__() takes exactly 2 arguments (1 given)
(I'm using the branch lp:rapache on Ubuntu10.04)
References