Hello everyone,

I tried to install the latest Kallithea (stable branch) into a
virtualenv, and noticed it doesn't work anymore for me. I created a new
virtualenv from scratch (see logs):

(env)$ ./setup.py
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown
distribution option: 'message_extractors'
  warnings.warn(msg)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: no commands supplied
(env)$

Older virtualenv I created previously still works as expected; I can't
reproduce the issue outside of the virtualenv either.

I tested this on two machines, with Debian and Ubuntu, and the result is
the same. It is also the same with 0.2.2.

Any idea what's wrong?

-- 
Cheers,
  Andrew
$ cd /tmp/
$ virtualenv env
Running virtualenv with interpreter /usr/bin/python2
New python executable in env/bin/python2
Also creating executable in env/bin/python
Installing setuptools, pip...done.
$ hg clone ~/projects/kallithea kallithea
requesting all changes
adding changesets
adding manifests
adding file changes
added 5519 changesets with 24151 changes to 6247 files (+1 heads)                                                                                                 
updating to branch default
722 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ cd env
$ . bin/activate
(env)$ cd ../kallithea/
(env)$ ./setup.py 
/tmp/env/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2512: PEP440Warning: 'PasteScript (dev)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
  PEP440Warning,
Warning: no news for this version found
warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'
warning: no files found matching '*.js' under directory 'paste'
warning: no files found matching '*.jpg' under directory 'paste'

Installed /tmp/kallithea/.eggs/PasteScript-2.0.2-py2.7.egg
Searching for six
Reading https://pypi.python.org/simple/six/
Best match: six 1.9.0
Downloading https://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz#md5=476881ef4012262dfc8adc645ee786c4
Processing six-1.9.0.tar.gz
Writing /tmp/easy_install-fs8VlL/six-1.9.0/setup.cfg
Running six-1.9.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-fs8VlL/six-1.9.0/egg-dist-tmp-OTpk_F
no previously-included directories found matching 'documentation/_build'
zip_safe flag not set; analyzing archive contents...
six: module references __path__
creating /tmp/kallithea/.eggs/six-1.9.0-py2.7.egg
Extracting six-1.9.0-py2.7.egg to /tmp/kallithea/.eggs

Installed /tmp/kallithea/.eggs/six-1.9.0-py2.7.egg
Searching for PasteDeploy
Reading https://pypi.python.org/simple/PasteDeploy/
Best match: PasteDeploy 1.5.2
Downloading https://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-1.5.2.tar.gz#md5=352b7205c78c8de4987578d19431af3b
Processing PasteDeploy-1.5.2.tar.gz
Writing /tmp/easy_install-mzEREn/PasteDeploy-1.5.2/setup.cfg
Running PasteDeploy-1.5.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-mzEREn/PasteDeploy-1.5.2/egg-dist-tmp-utPdqh
creating /tmp/kallithea/.eggs/PasteDeploy-1.5.2-py2.7.egg
Extracting PasteDeploy-1.5.2-py2.7.egg to /tmp/kallithea/.eggs

Installed /tmp/kallithea/.eggs/PasteDeploy-1.5.2-py2.7.egg
Searching for Paste>=1.3
Reading https://pypi.python.org/simple/Paste/
/tmp/env/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2512: PEP440Warning: 'Paste (dev)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
  PEP440Warning,
Best match: Paste 2.0.2
Downloading https://pypi.python.org/packages/source/P/Paste/Paste-2.0.2.tar.gz#md5=4bfc8a7eaf858f6309d2ac0f40fc951c
Processing Paste-2.0.2.tar.gz
Writing /tmp/easy_install-dEfKok/Paste-2.0.2/setup.cfg
Running Paste-2.0.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-dEfKok/Paste-2.0.2/egg-dist-tmp-Lp69uP
warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'
warning: no files found matching '*.html' under directory 'docs/_build'
creating /tmp/kallithea/.eggs/Paste-2.0.2-py2.7.egg
Extracting Paste-2.0.2-py2.7.egg to /tmp/kallithea/.eggs

Installed /tmp/kallithea/.eggs/Paste-2.0.2-py2.7.egg
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'message_extractors'
  warnings.warn(msg)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: no commands supplied
(env)$ ./setup.py 
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'message_extractors'
  warnings.warn(msg)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: no commands supplied
(env)$

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
kallithea-general mailing list
[email protected]
http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Reply via email to