rapache-devel team mailing list archive
-
rapache-devel team
-
Mailing list archive
-
Message #00321
[Bug 581526] Re: rapache doesn't start from the install but start thru command line without installing it (ubuntu 10.04)
I've deleted every files listed below at the installation, and then
reinstalled it. It still gives me that very same error.
sudo python setup.py install
___________
running install
running build
running build_py
running build_scripts
running install_lib
running install_scripts
copying build/scripts-2.6/hosts-manager -> /usr/local/bin
copying build/scripts-2.6/rapache -> /usr/local/bin
changing mode of /usr/local/bin/hosts-manager to 755
changing mode of /usr/local/bin/rapache to 755
running install_data
creating /usr/share/rapache
creating /usr/share/rapache/Glade
copying Glade/edit_vhost.glade -> /usr/share/rapache/Glade
copying Glade/edit_domain_name.glade -> /usr/share/rapache/Glade
copying Glade/old_edit_vhost.glade -> /usr/share/rapache/Glade
copying Glade/icon_cadsoft_eagle_orange.svg -> /usr/share/rapache/Glade
copying Glade/edit_generic.glade -> /usr/share/rapache/Glade
copying Glade/main.glade -> /usr/share/rapache/Glade
copying Glade/icon_cadsoft_eagle.svg -> /usr/share/rapache/Glade
copying Glade/modules.png -> /usr/share/rapache/Glade
copying Glade/modules.xml -> /usr/share/rapache/Glade
copying Glade/edit_module.glade -> /usr/share/rapache/Glade
copying Glade/apache.lang -> /usr/share/rapache/Glade
copying Glade/warning_dialog.glade -> /usr/share/rapache/Glade
copying Glade/confirmation.glade -> /usr/share/rapache/Glade
copying Glade/icon_cadsoft_eagle_green.svg -> /usr/share/rapache/Glade
copying Glade/icon_cadsoft_eagle_golden.svg -> /usr/share/rapache/Glade
copying Glade/browser.png -> /usr/share/rapache/Glade
creating /usr/local/lib/rapache
creating /usr/local/lib/rapache/plugins
copying plugins/__init__.py -> /usr/local/lib/rapache/plugins/
creating /usr/local/lib/rapache/plugins/ssl
copying plugins/ssl/__init__.py -> /usr/local/lib/rapache/plugins/ssl
copying plugins/ssl/default-ssl -> /usr/local/lib/rapache/plugins/ssl
copying plugins/ssl/plugin.py -> /usr/local/lib/rapache/plugins/ssl
copying plugins/ssl/text_display.py -> /usr/local/lib/rapache/plugins/ssl
copying plugins/ssl/ssl.glade -> /usr/local/lib/rapache/plugins/ssl
copying plugins/ssl/certificate_request.py -> /usr/local/lib/rapache/plugins/ssl
creating /usr/local/lib/rapache/plugins/advanced
copying plugins/advanced/__init__.py -> /usr/local/lib/rapache/plugins/advanced
copying plugins/advanced/plugin.pyc -> /usr/local/lib/rapache/plugins/advanced
copying plugins/advanced/logging.glade -> /usr/local/lib/rapache/plugins/advanced
copying plugins/advanced/plugin.py -> /usr/local/lib/rapache/plugins/advanced
copying plugins/advanced/__init__.pyc -> /usr/local/lib/rapache/plugins/advanced
copying plugins/advanced/edit_document_name.glade -> /usr/local/lib/rapache/plugins/advanced
copying plugins/advanced/EditDocumentNameGui.pyc -> /usr/local/lib/rapache/plugins/advanced
copying plugins/advanced/EditDocumentNameGui.py -> /usr/local/lib/rapache/plugins/advanced
creating /usr/local/lib/rapache/plugins/basic_authentication
copying plugins/basic_authentication/__init__.py -> /usr/local/lib/rapache/plugins/basic_authentication
copying plugins/basic_authentication/plugin.pyc -> /usr/local/lib/rapache/plugins/basic_authentication
copying plugins/basic_authentication/user_credentials.py -> /usr/local/lib/rapache/plugins/basic_authentication
copying plugins/basic_authentication/htpasswd.pyc -> /usr/local/lib/rapache/plugins/basic_authentication
copying plugins/basic_authentication/plugin.py -> /usr/local/lib/rapache/plugins/basic_authentication
copying plugins/basic_authentication/__init__.pyc -> /usr/local/lib/rapache/plugins/basic_authentication
copying plugins/basic_authentication/user_credentials.pyc -> /usr/local/lib/rapache/plugins/basic_authentication
copying plugins/basic_authentication/basic_auth.glade -> /usr/local/lib/rapache/plugins/basic_authentication
copying plugins/basic_authentication/text_display.py -> /usr/local/lib/rapache/plugins/basic_authentication
copying plugins/basic_authentication/htpasswd.py -> /usr/local/lib/rapache/plugins/basic_authentication
copying data/rapache.desktop -> /usr/share/applications
running install_egg_info
Writing /usr/local/lib/python2.6/dist-packages/rapache-0.7.egg-info
--
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)
Follow ups
References