Django-ogone icon indicating copy to clipboard operation
Django-ogone copied to clipboard

mix up versions : could n't install 0.1

Open ddavout opened this issue 13 years ago • 1 comments

Hi, I wanted to use your product django-ogone I picked up the version 0.1 but I could n't install it .. I was told there is nothing said in the setup script about the destination of the directory examples

more precisely ... We have no distributions for django-ogone that satisfies 'django-ogone'. Getting distribution for 'django-ogone'. Running easy_install: /usr/bin/python2.6 "-S" "-c" "import sys,os;p = sys.path[:];import site;sys.path[:] = p;[sys.modules.pop(k) for k, v in sys.modules.items() if hasattr(v, 'path') and len(v.path)==1 and not os.path.exists(os.path.join(v.path[0],'init.py'))];from setuptools.command.easy_install import main;main()" "-mUNxd" "/home/dan/LFS/lfs-installer/eggs/tmp6Ou8NJ" "-q" "/tmp/tmp9FwMcNget_dist/django-ogone-0.1.zip" path=/home/dan/LFS/lfs-installer/eggs/distribute-0.6.16-py2.6.egg

warning: no files found matching '.html' under directory 'examples' warning: no files found matching '.txt' under directory 'examples' warning: no files found matching '*.js' under directory 'examples' warning: install_data: setup script did not provide a directory for '' -- installing right in 'build/bdist.linux-i686/egg' error: Setup script exited with error: can't copy '': doesn't exist or not a regular file An error occurred when trying to install django-ogone 0.1. Look above this message for any errors that were output by easy_install. While: Installing django. Getting distribution for 'django-ogone'. Error: Couldn't install: django-ogone 0.1

I downloaded the eggs from python.org and noticed that inside the zip files there was a version 1.0 I did give a go to pin the version to 1.0 but the egg was nowhere to be found So I decided to remove the lines in the manifest speaking of examples and to put the egg in my src/ folder I could then have installed django-ogone

ddavout avatar May 04 '11 12:05 ddavout