Ticket #441 (closed defect: fixed)

Opened 2 years ago

Last modified 9 months ago

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

Change History

Changed 2 years ago by anonymous

Please close this ticket since it is working fine now.

Changed 2 years ago by wilmer

  • status changed from new to closed
  • resolution set to fixed

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.

Add/Change #441 (http://code.bitlbee.org/hgweb/ fails)

Author


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


Action
as closed
The resolution will be deleted. Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.