datas=[‘fs.png’,’fsu.png’,’garnet.png’,’gg.png’,’logo_mambo.png’,’ohio.png’,’logo_auser.jpg’]
That’s not the correct format for data files. Each file should be a (source,
destination) pair. You probably just want:
datas=[('fs.png', '.'), ('fsu.png', '.'), ('garnet.png', '.'), ('gg.png', '.'),
('logo_mambo.png', '.'), ('ohio.png', '.'), ('logo_auser.jpg', '.')]
which will dump each image in the root of your application.
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/pyinstaller/771f07d8-f587-43ba-b323-6802bdb13e9en%40googlegroups.com.