I forgot to say that I needed to add something to the source code. Maybe it
can be placed in a runtime hook.
------------------------------------------------------------------
import sys
import os
try:
sys.path.append(os.path.join(sys.MEIPOASS, 'out00-PYZ.pyz'))
except:
pass
------------------------------------------------------------------
This allows the underlying code to know where the missing modules are.
On Tuesday, February 18, 2014 10:57:12 AM UTC-5, Robert Jacobs wrote:
>
> I have a modified spec file. I know you will want to change it into a hook
> file. I am using pysnmp version 4.2.5
> All I changed was the hidden imports section.
>
> The program I used was out of their tutorial section.
>
>
>
>
>
>
>
>
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/groups/opt_out.