Notes:
ccPublisher 2, Beta 1
Windows XP
30 December 2005
See http://wiki.creativecommons.org/wiki/CcPublisher_2_Releases for information on future plans, bug reporting and mailing list support.
Windows
------------
The zip file contains the compiled byte code beta 1 of ccPublisher 2. To run the application, unzip the file and run main.exe.
Mac OS X
-----------
The zip file (ccPublisher-beta1-osx.zip) contains the compiled byte code in Application bundle form. Unzip the file and extract the application (ccPublisher). Double click the app to start ccPublisher.
Note that this release was built with Mac OS X 10.4.3, and as such should work with any release in the 10.4 series ("Tiger").
Linux
-------
The tar file contains the source code archive for beta 1 of ccPublisher 2. To run the application you will need to have the following dependencies installed:
* Python 2.4 or later
* wxPython 2.6 or later
* lxml (http://codespeak.net/lxml)
ccPublisher 2 currently relies on a C Python extension (zope.proxy). To run ccPublisher 2 for the first time, follow these steps:
$ tar zxvf ccpublisher2-beta1-linux.tgz
$ cd ccpublisher2-beta1
$ python setup.py build_ext
$ cp build/lib.linux-i686-2.4/zope/proxy/_zope_proxy_proxy.so zope/proxy
$ python main.py
Note that source directory for the "cp" may be slightly different depending on your hardware architecture. The first steps only need to be done once; after that you can run ccPublisher 2 with the last command.
Changes:
|