Issue 1575568
Created on 2006-10-11 22:11 by tlynn, last changed 2006-12-05 06:02 by a1s.
msg2300 |
Author: [hidden] (tlynn) |
Date: 2006-10-11 22:11 |
|
Lots of warnings too.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\WINDOWS>easy_install roundup
Searching for roundup
Reading http://www.python.org/pypi/roundup/
Reading http://roundup.sourceforge.net/
Reading http://www.python.org/pypi/roundup/1.2.1
Best match: roundup 1.2.1
Downloading http://cheeseshop.python.org/packages/source/r/roundup/roundup-1.2.1.tar.gz#md5=38de336cf23d0dc20df17695b7c72806
Processing roundup-1.2.1.tar.gz
Running roundup-1.2.1\setup.py -q bdist_egg --dist-dir c:\docume~1\tom\locals~1\temp\easy_install-hccsfd\roundup-1.2.1\egg-dist-tmp-m6-oae
warning: no files found matching 'home*' under directory 'templates'
warning: no files found matching 'page*' under directory 'templates'
warning: no previously-included files matching '.cvsignore' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
warning: no previously-included files found matching 'BUILD.txt'
warning: no previously-included files found matching 'I18N_PROGRESS.txt'
warning: no previously-included files found matching 'TODO.txt'
warning: no previously-included files found matching 'doc\security.txt'
warning: no previously-included files found matching 'doc\templating.txt'
warning: no files found matching 'locale\*.mo'
error: Setup script exited with error: can't copy 'build\share\locale\de\LC_MESSAGES\roundup.mo': doesn't exist or not a regular file
C:\WINDOWS>
|
msg2301 |
Author: [hidden] (a1s) |
Date: 2006-10-12 05:13 |
|
Logged In: YES
user_id=8719
looks like an incompatibility in setuptools: the build step
either is not run or is run from a different directory.
however, roundup is not meant to be installed from egg -
there are many issues to address if egg distribution is to
be implemented.
please use bdist_wininst.
|
msg2302 |
Author: [hidden] (anonymous) |
Date: 2006-12-04 19:28 |
|
Logged In: NO
I can verify that this also happens on OS X, so I can only assume it happens on other forms of *nix, so not just for Windows folks. Is there any plans to make roundup compatible with setuptools?
|
msg2303 |
Author: [hidden] (mbogosian) |
Date: 2006-12-04 19:29 |
|
I can verify that this also happens on OS X, so I can only assume it happens on other forms of *nix, so not just for Windows folks. Is there any plans to make roundup compatible with setuptools?
|
msg2304 |
Author: [hidden] (a1s) |
Date: 2006-12-05 06:02 |
|
no.
the main problem with setuptools is that you cannot install data files outside of the egg (zip or directory). roundup installs manual pages and message catalogs. these files must go to their platform-specific locations.
support for setuptools will also require some reworking of command line scripts generation and template directory access. this is doable, but there is not enough motivation to do it. at least, not until the main problem can be solved.
|
|
Date |
User |
Action |
Args |
2006-10-11 22:11:46 | tlynn | create | |
|