Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#4154 closed defect (fixed)

setup.py dosen't install prefs and search modules.

Reported by: anonymous Owned by: Christopher Lenz
Priority: highest Milestone: 0.11
Component: general Version: devel
Severity: normal Keywords: setup.py
Cc: tdkim@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Hi all.. I tested trac-trunk.

There are not prefs and search in setup.py

  • setup.py

     
    223223      license=LICENSE,
    224224      url=URL,
    225225      packages=['trac', 'trac.admin', 'trac.db', 'trac.mimeview',
     226                'trac.prefs', 'trac.search',
    226227                'trac.ticket', 'trac.timeline',
    227228                'trac.upgrades', 'trac.util', 'trac.web',
    228229                'trac.versioncontrol', 'trac.versioncontrol.web_ui',

Thanks for trac…

Attachments (0)

Change History (6)

comment:1 by anonymous, 17 years ago

Cc: tdkim@… added
Summary: tdkim@unimo.co.krsetup.py dosen't have prefs, search..

comment:2 by anonymous, 17 years ago

which explains the pref.web_ui error? In any case, broken somewhere after r4260

comment:3 by tdkim@…, 17 years ago

apache error message

PythonHandler trac.web.modpython_frontend: Traceback (most recent call last):
PythonHandler trac.web.modpython_frontend:   File "/usr/local/lib/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch\n    result = object(req)
PythonHandler trac.web.modpython_frontend:   File "/usr/local/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 87, in handler\n    gateway.run(dispatch_request)
PythonHandler trac.web.modpython_frontend:   File "/usr/local/lib/python2.4/site-packages/trac/web/wsgi.py", line 87, in run\n    response = application(self.environ, self._start_response)
PythonHandler trac.web.modpython_frontend:   File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 384, in dispatch_request\n    env = _open_environment(env_path, run_once=environ['wsgi.run_once'])
PythonHandler trac.web.modpython_frontend:   File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 63, in _open_environment\n    env_cache[env_path] = open_environment(env_path)
PythonHandler trac.web.modpython_frontend:   File "/usr/local/lib/python2.4/site-packages/trac/env.py", line 459, in open_environment\n    env = Environment(env_path)
PythonHandler trac.web.modpython_frontend:   File "/usr/local/lib/python2.4/site-packages/trac/env.py", line 129, in __init__\n    load_components(self)
PythonHandler trac.web.modpython_frontend:   File "/usr/local/lib/python2.4/site-packages/trac/loader.py", line 140, in load_components\n    __import__(module)
PythonHandler trac.web.modpython_frontend: ImportError: No module named prefs.web_ui

This is a very simple problem. When I install trac, setup.py doesn't install prefs and search modules.

comment:4 by anonymous, 17 years ago

Summary: setup.py dosen't have prefs, search..setup.py dosen't install prefs and search modules.

comment:5 by Christopher Lenz, 17 years ago

Owner: changed from Jonas Borgström to Christopher Lenz
Status: newassigned

Oops, I did it again :-P

comment:6 by Christopher Lenz, 17 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [4275].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.