rapache doesn't start from the install but start thru command line without installing it (ubuntu 10.04)

Bug #581526 reported by Alfred Maghi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Remote Apache Management tool
New
Undecided
Unassigned

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)

Revision history for this message
TAC one (tacone) wrote : R: [Rapache-devel] [Bug 581526] [NEW] rapache doesn't start from the install but start thru command line without installing it (ubuntu 10.04)

Seems like a version conflict to me. Please verify not to have other rapache
versions installed before installing a new one.

BTW, rapache is meant to be able to work without installing, so you don't
need to install it for development purposes.

Il giorno 17/mag/2010 02:40, "Alfred Maghi" <email address hidden> ha
scritto:

Public bug reported:

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)

** Affects: rapache
    Importance: Undecided
        Status: New

--
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)

_______________________________________________
Mailing list: https://launchpad.net/~rapache-devel
Post to : <email address hidden>
Unsubscribe : https://launchpad.net/~rapache-devel
More help : https://help.launchpad.net/ListHelp

Revision history for this message
Alfred Maghi (alfred-maghi) wrote :
Download full text (4.1 KiB)

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_cr...

Read more...

Revision history for this message
TAC one (tacone) wrote : Re: [Rapache-devel] [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 <email address hidden> 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.

Revision history for this message
TAC one (tacone) wrote : Try imo messenger on the web and your mobile device

I’m using imo to message my friends on all of my accounts, MSN, Facebook,
Skype, Yahoo, Google Talk, AIM and others.

imo also lets you quickly send voice ims, create group chats, and share
photos.

It's free and easy to use.
Web: https://imo.im
iPhone: http://itunes.apple.com/us/app/imo-instant-messenger/id336435697
iPad: http://itunes.apple.com/us/app/imo-instant-messenger-for/id405179691
Android: https://market.android.com/details?id=com.imo.android.imoim

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.