Comment 10 for bug 271742

Revision history for this message
Gael Varoquaux (gael-varoquaux) wrote : Re: [Bug 271742] Re: Python output printed too late

On Sat, Nov 14, 2009 at 10:12:15PM -0000, Kamel wrote:
> Sorry, I am completely lost.

> I tried to install the version 0.3.4b but the version recognized by my
> computer still was the 0.3.4a. So I delete some files manually (I know
> it is not good but I was angry). Then I begin again to install the
> 0.3.4b. I have the impression all is ok but when I call pyreport I have
> : bash : pyreport : commande introuvable.

OK, your previous problem may be due to pyreport being installed via
'easy_install', and thus overriding the standard install. Can you try
install pyreport via easy_install, by typing the following command:

easy_install pyreport

Tell me if this works.

Gaël