View Single Post
  #1  
Old 06-21-2010, 02:59 PM
EnvisMJ EnvisMJ is offline
Member
 
Join Date: May 2009
Location: Purdue University, West Lafayette, Indiana
Posts: 44
Loading at runtime

We are trying to load some files at runtime, rather than package them with the exe, and we are having some problems.

First off, we are trying to load a .txt file with data in it at runtime. So we can modify the .txt to make changes when running the .exe

Second, we are trying to import a .py, or .pyc file at runtime so that we can import some variables for configuration.

Third, we are trying to import some image files for texture so that they aren't included in the .exe in an uncompressed format.

Any help with any of these three would be greatly appreciated.
Reply With Quote