On Tuesday, August 07, 2012 09:12:46 AM Hartmut Goebel wrote:
> Am 07.08.2012 06:31, schrieb Sebastian Hilbert:
> > Inside gnumed.exe there are some additional files such as gmManual.py
> > (think those are included via the hook ?)
> > 
> >  How can I get a list of files included into the gnumed.exe ?
> 
> gmManual.py is a module and it is already included into the packages
> .exe (more exactly into out1.PYZ) by the hook you created. You can
> access this list from within the .spec-file via a.pure (I think).
> 
> But again: what is your aim? There may be quite a different solution for
> your problem.

To be precise gmManual is one of many plugins which is loaded by the GNUmed 
application. This works just fine when running gnumed.exe.

There is one specific feature in GNUmed which lets the user define which 
plugins 
to load. For this to work the GNUmed application scans a specific directory 
named wxpython inside the GNUMed directory. When GNUmed is frozen there is no 
such directory in the fileystem by default.

I was under the impression that the gnumed.exe gets extracted somwhere in the 
filesystem when gnumed.exe is run so one can access the content packaged 
within.

So the question basically is how do I tell what content (files/modules is 
inside the gnumed.exe) the way I would by listing the content in a directory 
when not being frozen.

Hope that makes it somewhat clearer.

thanks for your help,
Sebastian

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