/usr/bin/twistd fails to run with "ImportError: No module named profile"

Bug #12753 reported by Andrew Bennetts
6
Affects Status Importance Assigned to Milestone
twisted (Ubuntu)
Fix Released
Critical
Matthias Klose

Bug Description

Because the current python2.4 packages don't include profile module anymore,
twistd fails to run:

$ twistd
Traceback (most recent call last):
  File "/usr/bin/twistd", line 34, in ?
    from twisted.scripts.twistd import run
  File "/usr/lib/python2.4/site-packages/twisted/scripts/twistd.py", line 26, in ?
    from twisted.application import app, service
  File "/usr/lib/python2.4/site-packages/twisted/application/app.py", line 21, in ?
    import sys, os, pdb, profile, getpass, traceback, signal
ImportError: No module named profile

Revision history for this message
Matthias Klose (doko) wrote :

fixed in 1.3.0-7ubuntu1

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.