[issue35850] CKAN installation went on script error

2019-01-29 Thread Christian Heimes


Christian Heimes  added the comment:

ckan is a 3rd party package and not maintain by Python core developers. Please 
report the issue with the authors of that package.

--
nosy: +christian.heimes
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35850] CKAN installation went on script error

2019-01-29 Thread Previn Kutty


New submission from Previn Kutty :

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 

  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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com