Menu

SVN archive Commit Log


Commit Date  
[r15786] by bugman

Big bug fix for the installation path for the relax Mac OS X application.

The path to the application Resources folder, where all the relax data files are located, is now set
to the install path. The relax.py module was also overwriting the value set in the status singleton
and now this no longer occurs.

2012-04-19 22:31:03 Tree
[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]
fails miserably!

2012-04-19 21:08:59 Tree
[r15784] by bugman

Reverted r15781, as this is no longer required.

The command used was:
$ svn merge -r15781:r15780 .

.....
r15781 | bugman | 2012-04-18 18:14:16 +0200 (Wed, 18 Apr 2012) | 6 lines
Changed paths:
M /1.3/setup.py

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
recursively copied into itself. This seems to be a recently introduced bug.
.....

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
present.

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
recursively copied into itself. This seems to be a recently introduced bug.

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,
source or otherwise, are now stated as data files to be included in relax.app/Contents/Resources.
All relax modules are specified by the py2app 'includes' option so that they are all included within
the relax.app/Contents/Resources/lib/python2.X/site-packages.zip as *.pyc files. These changes are
needed for the newer versions of the py2app and setuptools Python packages.

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
[r15778] by bugman

Added the relax prompt icon to the main GUI window toolbar.

2012-04-17 18:16:17 Tree
[r15777] by bugman

Added the larger sized application-x-executable-script Oxygen icons.

2012-04-17 18:14:28 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.