#1
|
|||
|
|||
Publishing with external libs
Hi!
I'm trying to publish to EXE 3 different games. They are in folder A, B and C. And they all import a common GameLib which resides in same folder as these games (A, B, C, GameLib). The problem is that GameLib hierarquy becomes flat as its gets published. So I have a couple of folders with images in GameLib (symbols, art, etc), and they all get published in Script/ How can I solve this? Would it be possible to make this publishing process a bit simpler? maybe addPublishFile/addPublishDirectory should allow virtual_path argument. |
#2
|
|||
|
|||
Are certain resources not loading with the published exe? Are you getting errors when you display the console with the running exe?
|
#3
|
|||
|
|||
Hi!
I am having a similar problem. I have a folder with a game folders and also another folder which is imported by every game script. The situation is described below: Main Folder |-Game1 | |-Script1.py |-Game2 | |-Script2.py |-GameX | |-Script3.py |-CommonFolder |-CommonFile.py In every Script.py I write the following code to import the CommonFile: sys.path.append("../") from CommonFolder.CommonFile import * When I publish as EXE, the files from the CommonFolder move to the temporary directory of the game and then it becomes impossible to perform the import as the files are in the same directory than the game and not in the CommonFolder as supposed. Any hint how to solve this? |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
External package problem from Vizard Package Manager | pwsnow | Vizard | 1 | 06-13-2014 09:11 AM |
Publishing Error | hotshotiguana | Vizard | 2 | 04-04-2012 05:02 PM |
Publishing and exe that uses Tkinter | kevin | Vizard | 1 | 06-09-2011 03:02 PM |
Collision recording and external data saves | just alex | Vizard | 2 | 01-29-2010 09:46 AM |
External Trigger via LabJack | ursi | Plug-in development | 10 | 01-21-2010 10:57 AM |