Commit | Date | |
---|---|---|
[r15785]
by
bugman
Created the _det_install_path() status singleton method for better determining the install path. This will be used for the Mac OS X applications whereby the current logic of using sys.path[0] |
2012-04-19 21:08:59 | Tree |
[r15784]
by
bugman
Reverted r15781, as this is no longer required. The command used was: ..... |
2012-04-18 22:21:06 | Tree |
[r15783]
by
bugman
Prepared the multi-processor package for the import mechanisms of Python 3. This new mechanism is present in Python 2.7 now, and the code falls back to the old method when not |
2012-04-18 20:25:11 | Tree |
[r15782]
by
bugman
Fix for the py2app setup.py script for Mac OS X application creation. The list of data files to include with the app is now properly formatted. |
2012-04-18 17:40:46 | Tree |
[r15781]
by
bugman
Shifted the build and dist directories out of the relax base directory. This is for the Mac OS X application building, and is to prevent the 'dist' directory from being |
2012-04-18 16:14:16 | Tree |
[r15780]
by
bugman
Complete redesign of the py2app setup.py script for building Mac OS X applications. The script has been converted into a class called Setup which performs all the actions. All files, |
2012-04-18 15:58:36 | Tree |
[r15779]
by
bugman
The py2app part of the setup.py script now throws a RelaxError if the setuptools module is missing. |
2012-04-18 12:39:49 | Tree |
2012-04-17 18:16:17 | Tree | |
2012-04-17 18:14:28 | Tree | |
[r15776]
by
bugman
The relax GUI is now robust and able to withstand a call to the reset user function. This could have occurred if the user ran a script with a reset() call, or if reset() was typed at |
2012-04-17 18:08:34 | Tree |