Sorry for the delay in getting back to you on this one. Actually it looks like ccwx is included under the cctag-gui module on the ccp8_1_0_branch, and that version contains wizpages.py.
If I recall correctly, ccwx was initially used only in ccPublisher, and then I needed stuff from it in some other apps, so took the generic parts to create the new top-level ccwx module about the same time we started ccPublisher 2 development. Nathan Tim Olsen wrote: >You currently only have pyarchive listed as a dependency on the wiki. >I figured out you also need ccwx, but it looks like there's a file >missing: > >[EMAIL PROTECTED]:~/cc-src/cctag-gui$ python2.4 cctag-wiz.py >Traceback (most recent call last): > File "cctag-wiz.py", line 32, in ? > from ccwx.wizpages import DestWizPage, ProgressWizPage, FileFormatWizPage >ImportError: No module named wizpages >[EMAIL PROTECTED]:~/cc-src/cctag-gui$ ls ccwx/ >CVS __init__.py __init__.pyc stext.py stext.pyc xpapp.py >xrcwiz.py xrcwiz.pyc >[EMAIL PROTECTED]:~/cc-src/cctag-gui$ > >any ideas? > >thanks, >Tim > >On 10/17/05, Nathan R. Yergler <[EMAIL PROTECTED]> wrote: > > >>Tim -- >> >>The ccPublisher 1.x codebase is in the cctag-gui module in CVS, on the >>ccp8_1_0_branch >>(http://cvs.sourceforge.net/viewcvs.py/cctools/cctag-gui/?only_with_tag=ccp8_1_0_branch). >> >> >>The ccpublisher module is actually an abortive iteration of ccPublisher >>2 that was just never removed from source control. Ideally we could >>rename things to more logical places, but, well, yay CVS! >> >>I think that >>http://wiki.creativecommons.org/wiki/CcPublisher_1.x_Hacking has the >>current dependencies listed, but I admittedly haven't touched that code >>in a while. Please keep asking questions, and I'll keep adding >>documentation and getting you answers as timely as I can. >> >>Nathan >> >> >>Tim Olsen wrote: >> >> >> >>>What's the best way to get the ccPublisher 1.2.0 source code? >>> >>>I couldn't find a source tarball release for it on sourceforge. >>>(although there is one for 1.0.0) >>> >>>I'm not sure which version / branch / tag corresponds to the 1.2.0 >>>release in CVS. I believe the main module is ccPublisher, and the >>>publisher module is for the newer 2.x series. Also, is there any way >>>to know which modules ccPublisher depends on and where they should map >>>to in the directory hierarchy? >>> >>>I guess what I'm really looking for is a source code layout that would >>>recreate the 1.2.0 build for me. Any idea how I can do this? >>> >>>thanks, >>>Tim >>>_______________________________________________ >>>cc-devel mailing list >>>[email protected] >>>http://lists.ibiblio.org/mailman/listinfo/cc-devel >>> >>> >>> >>> >> >> _______________________________________________ cc-devel mailing list [email protected] http://lists.ibiblio.org/mailman/listinfo/cc-devel
