> in the case of multipackage look at files
>
> trunk/buildtests/multipackage/*.toc
>
> I think we could remove the pattern
>
> '(?i).*python.*'
>
> since libpython is not available when it is linked statically.

I guess you are right even though I do not understand the tests to the
full extent.

Removing the pattern
    '(?i).*multipackage1_B\.exe:.*python.*'
from the file
  "test_multipackage1.toc"

and the pattern
    '(?i).*python.*'
from the file
  "multipackage1_B.toc"

fixes the "multipackage/test_multipackage1.py" test.


I guess that the tests are matching the patterns in
  trunk/buildtests/multipackage/<testname>.toc
against
  trunk/buildtests/multipackage/dist/<testname>.toc
Right?

Can we remove the pattern in a way so it is still there for
dynamically linked platforms or should I simply remove it?

/Martin

-- 
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