Ticket #27 (closed defect: fixed)

Opened 10 months ago

Last modified 4 months ago

stdout_capture.py is not installed by "make install"

Reported by: quaero.galileo@gmail.com Assigned to: else58
Priority: blocker Keywords: install
Cc:

Description

Hi,
It seems like "make install" doesn't install lib/reinteract/stdout_capture.py
So launching reinteract fail:
Traceback (most recent call last):

File "/usr/local/bin/reinteract", line 5, in <module>

import reinteract.main

File "/usr/local/lib/python2.5/site-packages/reinteract/main.py", line 6, in <module>

import stdout_capture

ImportError?: No module named stdout_capture
Moving manually stdout_capture.py solves the problem.

Attachments

0001-Add-stdout_capture.py-to-Makefile.am.patch (1.1 kB) - added by else58 on 04/08/08 10:15:48.
Add stdout_capture.py to Makefile.am

Change History

04/08/08 10:15:48 changed by else58

  • attachment 0001-Add-stdout_capture.py-to-Makefile.am.patch added.

Add stdout_capture.py to Makefile.am

04/08/08 10:18:59 changed by else58

  • owner set to else58.
  • status changed from new to assigned.

Fix attached.

08/10/08 21:07:31 changed by otaylor

  • status changed from assigned to closed.
  • resolution set to fixed.