Re: [Distutils] error using easy_install

2013-06-16 Thread Ethan Furman
On 06/15/2013 10:13 AM, Tres Seaver wrote: On 06/15/2013 02:29 AM, Ethan Furman wrote: Any ideas? Is this the right place to post? This is the right place. Your 'package_data' declaration is getting munged:: [snip] Looking at the 'build_py' step, this line is problematic: package_d

Re: [Distutils] error using easy_install

2013-06-15 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/15/2013 02:29 AM, Ethan Furman wrote: > My setup.py: > > -- 8< -- > from distutils.core import setup > > long_desc = open('enum.rst').read() > > setup( name='stoneleaf.enum', version

[Distutils] error using easy_install

2013-06-15 Thread Ethan Furman
My setup.py: -- 8< -- from distutils.core import setup long_desc = open('enum.rst').read() setup( name='stoneleaf.enum', version='1.0.1', url='https://pypi.python.org/pypi/stoneleaf.enum', packages=['enum'],

Re: [Distutils] Error using easy_install

2008-11-24 Thread Phillip J. Eby
At 06:47 PM 11/24/2008 -0600, [EMAIL PROTECTED] wrote: Hello, I am trying to install easy_install and setuptools so I can install PyOpenGL. I am using Windows XP Pro SP 2. I use Python 2.4.3 in the C:\Python24 directory. I downloaded and installed setuptools-0.6c9.win32-py2.4.exe without error

[Distutils] Error using easy_install

2008-11-24 Thread tjk1
Hello, I am trying to install easy_install and setuptools so I can install PyOpenGL. I am using Windows XP Pro SP 2. I use Python 2.4.3 in the C:\Python24 directory. I downloaded and installed setuptools-0.6c9.win32-py2.4.exe without errors. I have added C:\Python24\Scripts to my Path. I h