Hi,
thanks for helping.
My concern is tables only (but maybe also Cython)

What I understand properly.
tables do some hidden import and actual (in pyinstaler 1.5.1)

PyInstaller/hooks/hook-tables.py

do not  resolve them.

So what I guess, is that I need to inspect tables code and find out which hidden import is done.

Is there a tool to do that ?


I figure out that I also experience problem with :
import pandas



So each tricky package need hook-XXXXXX.py ?


Sorry for that newbie questions.


Thank you again for this great tools.


Samuel











Le 26/04/2012 15:05, Martin Zibricky a écrit :
Hi Samuel,

I would try look at the cython source code and look for imported
modules. These modules are not resolved by pyinstaller. Then try add
these modules to the list of hiddenimports in file

   PyInstaller/hooks/hook-tables.py

Martin

sgarcia píše v Čt 26. 04. 2012 v 05:24 -0700:
Does someone could help me ?

Thanks a lot for pyinstaller this is really a great great tool!!!

Samuel

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Samuel Garcia
Lyon Neuroscience
CNRS - UMR5292 -  INSERM U1028 -  Universite Claude Bernard LYON 1
Equipe R et D
50, avenue Tony Garnier
69366 LYON Cedex 07
FRANCE
Tél : 04 37 28 74 24
Fax : 04 37 28 76 01
http://olfac.univ-lyon1.fr/unite/equipe-07/
http://neuralensemble.org/trac/OpenElectrophy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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