[issue35850] CKAN installation went on script error
Previn Kutty
report at bugs.python.org
Tue Jan 29 08:50:49 EST 2019
New submission from Previn Kutty <previnnk at gmail.com>:
Command : paster make-config ckan development.ini
was showing the following error
(ckan) C:\applns\ckan-master>paster make-config ckan test.ini
Distribution already installed:
ckan 2.8.2 from c:\users\x179706\envs\ckan\lib\site-packages\ckan-2.8.2-py3.7.egg
Traceback (most recent call last):
File "C:\applns\Python37-32\Lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "C:\applns\Python37-32\Lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\x179706\Envs\ckan\Scripts\paster.exe\__main__.py", line 9, in <module>
File "c:\users\x179706\envs\ckan\lib\site-packages\paste\script\command.py", line 102, in run
invoke(command, command_name, options, args[1:])
File "c:\users\x179706\envs\ckan\lib\site-packages\paste\script\command.py", line 141, in invoke
exit_code = runner.run(args)
File "c:\users\x179706\envs\ckan\lib\site-packages\paste\script\appinstall.py", line 66, in run
return super(AbstractInstallCommand, self).run(new_args)
File "c:\users\x179706\envs\ckan\lib\site-packages\paste\script\command.py", line 236, in run
result = self.command()
File "c:\users\x179706\envs\ckan\lib\site-packages\paste\script\appinstall.py", line 293, in command
self.distro, self.options.ep_group, self.options.ep_name)
File "c:\users\x179706\envs\ckan\lib\site-packages\paste\script\appinstall.py", line 232, in get_installer
'paste.app_install', ep_name)
File "c:\users\x179706\envs\ckan\lib\site-packages\pkg_resources\__init__.py", line 2728, in load_entry_poin
t
===============================================
Python version : 3.7.2
CKAN version : 2.8.2 -> https://github.com/ckan/ckan
----------
components: Library (Lib), Windows
messages: 334517
nosy: Previn Kutty, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: CKAN installation went on script error
versions: Python 3.7
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35850>
_______________________________________
More information about the Python-bugs-list
mailing list