It doesnt seem like there are many documents out there on pyinstaller 2.0 
so I am not sure about this question.  I built my program using one file, 
and everything seems to be fine, with the warnings written to dist. 
 However i have lots of no modules, 

W: no module named termios (top-level import by tty)
W: no module named OpenGL.WARN_ON_FORMAT_UNAVAILABLE (top-level import by 
OpenGL._configflags)
W: no module named OpenGL.GL.glGetIntegerv (delayed import by 
OpenGL.GL.pointers)
W: no module named numpy.random.randint (top-level import by __main__)
W: no module named numpy.sinh (top-level import by __main__)

and it goes on for awhile.  I thought the onefile "-F" was supposed to 
package all of that with it.  My final file is 28mb, so it seems like 
something is getting packaged, but maybe not?  All of my files combined are 
only about 200KB

I also found an issue with non-english systems, but the end of that thread 
said the newest distro should have solved it.  Could this be the issue?


Thanks

Mat

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to