On Mon, Oct 24, 2011 at 18:53, Hartmut Goebel
<[email protected]> wrote:
> Am 24.10.2011 19:35, schrieb Chris Ball:
>>
>> On system 1 (not working), "decorators" does not appear. On system 2
>> (working), "decorators" does appear:
>
> So on system 1 we have a problem, since "decorators" is not found as a
> dependency.
>
> Please send me (as private mail) logdict*.log of both systems, so I can have
> a look into.
>
>> So, the problem was just not having the python-nose package
>> installed.
>
> I doubt, this was the problem. since
> a) nose does not depend on numpy.testing.decorators, but the other way round
> b) numpy.testing.decorators should have been included anyway.
>
> Or am I wrong here?

Unfortunately, all I can say is what I did: after "sudo apt-get remove
python-numpy" followed by "sudo apt-get install python-nose" and then
"sudo apt-get install python-numpy", I no longer had the problem on
system 1. I assumed that meant missing python-nose was the problem.

However, it seems you were right to question that explanation. I just
did "sudo apt-get remove python-nose", and then went through the
pyinstaller procedure again from the beginning (as I have done each
time, starting from command to un-tar pyinstaller). The resulting
binary runs without error! So if the problem was not related to
python-nose, perhaps it was the removal of python-numpy followed by
its re-installation that fixed things? I have no idea why that would
be; before removing python-numpy, I checked that I could import
numpy.testing.decorators.

Now I can't reproduce the original problem. I guess this means there
was never any problem with pyinstaller. Sorry!

Chris

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to