This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Previn Kutty
Recipients Previn Kutty, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-01-29.13:50:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548769847.83.0.810844890416.issue35850@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-01-29 13:50:50Previn Kuttysetrecipients: + Previn Kutty, paul.moore, tim.golden, zach.ware, steve.dower
2019-01-29 13:50:47Previn Kuttysetmessageid: <1548769847.83.0.810844890416.issue35850@roundup.psfhosted.org>
2019-01-29 13:50:47Previn Kuttylinkissue35850 messages
2019-01-29 13:50:47Previn Kuttycreate