[wingide-users] external files
Wingware Support
support at wingware.com
Wed Apr 11 19:52:49 MDT 2007
Jason Coggins wrote:
> When I compile a program into a windows executable written in C++ I can
> have the files that support the program, such as graphic files, included
> in the executable. This way when someone downloads the program they
> only download 1 file.
>
> How can I do this with Wing IDE on a Python program?
Wing doesn't currently include an integrated packaging solution but you could use
something like PyInstaller to package up your product:
http://pyinstaller.python-hosting.com/
I have not used this so don't know how it works with respect to non-code files.
--
Stephan Deibel
Wingware | Python IDE
Advancing Software Development
www.wingware.com
More information about the wingide-users
mailing list