Modify

#441 closed defect (fixed)

http://code.bitlbee.org/hgweb/ fails

Reported by: anonymous Owned by:
Priority: minor Milestone:
Component: BitlBee Version: 1.2.1
Keywords: bzr hgweb site Cc:
IRC client+version: Client-independent Operating System: Public server
OS version/distro:

Description

bzr view through http://code.bitlbee.org/hgweb/ fails:

AttributeError Python 2.4.3: /usr/bin/python Tue Jul 29 10:41:41 2008

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

/var/www/org/bitlbee/code-cgi/hgweb/webserve/hgwebdir.cgi

8 sys.path.insert(0, "/var/www/org/bitlbee/code-cgi/hgweb") # if not a system-wide install 9 #sys.path.insert(0, "/var/www/org/bitlbee/code-cgi/hgweb/bzr.dev") # if not a system-wide install

10 from webserve import hgweb 11 12 # The config file looks like this:

webserve undefined, hgweb undefined

/var/www/org/bitlbee/code-cgi/hgweb/webserve/init.py

52 bzrlib.option._global_option('fileserver') 53 54 bzrlib.commands.register_command(cmd_webserve) 55 56 bzrlib.tests.MODULES_TO_TEST.append(test_webserve)

bzrlib = None, bzrlib.tests undefined, test_webserve = None

AttributeError: 'module' object has no attribute 'MODULES_TO_TEST'

args = ("'module' object has no attribute 'MODULES_TO_TEST'",)

Attachments (0)

Change History (2)

comment:1 Changed at 2008-08-13T16:45:22Z by anonymous

Please close this ticket since it is working fine now.

comment:2 Changed at 2008-08-15T07:58:11Z by wilmer

Resolution: fixed
Status: newclosed

Whoa! I don't understand how this magically came back to life again. Maybe because the upgrade to Hardy pushed the box back to a slightly older version of bzr..

When this breaks again I'll probably try to switch to Loggerhead.

Modify Ticket

Action
as closed The ticket will remain with no owner.
The resolution will be deleted.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.