In another message string it was mentioned that James was working on a
replacement for Pudge? Any info on this, i would potentially be
interested in helping as I have a desire for documentation system.
Also, a little more poking around: I ran setup.py --help-commands
and got the following (Pudge isn't found).
c:\Python25\lib\distutils\dist.py:263: UserWarning: Unknown
distribution option: 'message_extractors'
warnings.warn(msg)
[paste.app_factory]
main = gs2.config.middleware:make_app
[paste.app_install]
main = pylons.util:PylonsInstaller
c:\Python25\lib\site-packages\sqlalchemy-0.4.0beta4-py2.5.egg
\sqlalchemy\ext\activemapper.py:24: SADeprecationWarning:
SessionContext is deprecated. Use scoped_session().
self.context = SessionContext(*args, **kwargs)
Standard commands:
build build everything needed to install
build_py "build" pure Python modules (copy to build
directory)
build_ext build C/C++ extensions (compile/link to build
directory)
build_clib build C/C++ libraries used by Python extensions
build_scripts "build" scripts (copy and fixup #! line)
clean clean up temporary files from 'build' command
install install everything from build directory
install_lib install all Python modules (extensions and pure
Python)
install_headers install C/C++ header files
install_scripts install scripts (Python or otherwise)
install_data install data files
sdist create a source distribution (tarball, zip file,
etc.)
register register the distribution with the Python package
index
bdist create a built (binary) distribution
bdist_dumb create a "dumb" built distribution
bdist_rpm create an RPM distribution
bdist_wininst create an executable installer for MS Windows
Extra commands:
rotate delete older distributions, keeping N newest files
develop install package in 'development mode'
setopt set an option in setup.cfg or another config file
docs (no description available)
egg_info create a distribution's .egg-info directory
nosetests Run unit tests using nosetests
install_egg_info Install an .egg-info directory for the package
alias define a shortcut to invoke one or more commands
easy_install Find/get/install Python packages
bdist_egg create an "egg" distribution
saveopts save supplied options to setup.cfg or other config
file
test run unit tests after in-place build
My understanding is it gets the list of commands by walking the site-
packages? Any reason it wouldn't find it?
Thanks
Aaron
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---