easy_install problem

10 views
Skip to first unread message

Dwig

unread,
Oct 1, 2009, 12:59:35 PM10/1/09
to peppy-dev
I'm trying to install 0.12 on my Win XP machine with Python 2.5.
Doing "easy_install -U peppy" (from a Cygwin bash command line) fails
with the following:
------------------------
Reading http://pypi.python.org/simple/peppy/
Reading http://www.flipturn.org/peppy/
Reading http://www.flipturn.org/peppy/archive/
Reading http://peppy.flipturn.org/
Reading http://peppy.flipturn.org/archive/
Best match: peppy 0.12.0
Downloading http://peppy.flipturn.org/archive/peppy-0.12.0.tar.bz2
Processing peppy-0.12.0.tar.bz2
Running peppy-0.12.0\setup.py -q bdist_egg --dist-dir c:
\docume~1\ddwigg~1.apt\locals~1\te mp\easy_install-0o-
qrb\peppy-0.12.0\egg-dist-tmp-nmtm5s
packages = ['peppy', 'peppy.actions', 'peppy.editra',
'peppy.editra.eclib', 'peppy.find_re place',
'peppy.hsi', 'peppy.i18n', 'peppy.lib', 'peppy.major_modes',
'peppy.plugins', 'pep py.plugins.eggs',
'peppy.project', 'peppy.project.editra', 'peppy.vfs',
'peppy.vfs.itools' , 'peppy.vfs.itools.uri',
'peppy.vfs.itools.vfs', 'peppy.yapsy']
Found spell checker; including pyenchant
packages = []
no previously-included directories found matching 'manual\_build'
no previously-included directories found matching 'peppy-*'
build\lib
created build\lib\peppy/iconmap.py
error: Setup script exited with error: file 'scripts\peppy.bat' does
not exist
---------------------

Any good words appreciated,

--

Don Dwiggins
Advanced Publishing Technology

Rob McMullen

unread,
Oct 1, 2009, 2:32:26 PM10/1/09
to pepp...@googlegroups.com
On Thu, Oct 1, 2009 at 9:59 AM, Dwig <ddwi...@advpubtech.com> wrote:
> I'm trying to install 0.12 on my Win XP machine with Python 2.5.
> Doing "easy_install  -U peppy" (from a Cygwin bash command line) fails
> with the following:

[...]

> error: Setup script exited with error: file 'scripts\peppy.bat' does
> not exist

Huh, I see this too. I thought this used to work... I'll have to see
what's going on.

Just to confirm, you are using the Windows python but installing from
a bash script, right? You're not using cygwin's python?

Rob

Don Dwiggins

unread,
Oct 1, 2009, 2:48:30 PM10/1/09
to pepp...@googlegroups.com
Rob McMullen wrote:
> Huh, I see this too. I thought this used to work... I'll have to see
> what's going on.
>
> Just to confirm, you are using the Windows python but installing from
> a bash script, right? You're not using cygwin's python?
>
That's correct. If there's another way to install it, I'll do that
while you're looking.

Thanks,
Don

Rob McMullen

unread,
Oct 1, 2009, 2:56:10 PM10/1/09
to pepp...@googlegroups.com
On Thu, Oct 1, 2009 at 11:48 AM, Don Dwiggins <ddwi...@advpubtech.com> wrote:
> That's correct.  If there's another way to install it, I'll do that
> while you're looking.

Yikes, the windows install process seems to be totally broken. I
tried "python setup.py install" and ended up getting a bunch of
extraneous files need for py2exe getting installed when it wasn't a
py2exe build.

Let me look into it. I needed to make an update release anyway, so
hopefully by tonight I can get a new version out.

Rob

Rob McMullen

unread,
Oct 1, 2009, 4:35:33 PM10/1/09
to pepp...@googlegroups.com
On Thu, Oct 1, 2009 at 11:56 AM, Rob McMullen <rob.mc...@gmail.com> wrote:
> On Thu, Oct 1, 2009 at 11:48 AM, Don Dwiggins <ddwi...@advpubtech.com> wrote:
>> That's correct.  If there's another way to install it, I'll do that
>> while you're looking.

OK, should be fixed. New version 0.12.19.

Rob

Don Dwiggins

unread,
Oct 1, 2009, 5:56:54 PM10/1/09
to pepp...@googlegroups.com
Rob McMullen wrote:
> OK, should be fixed. New version 0.12.19.
>
OK, it installed fine (I think). There was a warning at the end that
concerned me a bit:
----------------------------
Downloading http://peppy.flipturn.org/archive/peppy-0.12.19.tar.bz2
Processing peppy-0.12.19.tar.bz2
Running peppy-0.12.19\setup.py -q bdist_egg --dist-dir
c:\docume~1\ddwigg~1.apt\locals~1\temp\easy_install-iuab5e\pep
py-0.12.19\egg-dist-tmp-yrfrq3

packages = ['peppy', 'peppy.actions', 'peppy.editra',
'peppy.editra.eclib', 'peppy.find_replace', 'peppy.hsi', 'peppy
.i18n', 'peppy.lib', 'peppy.major_modes', 'peppy.plugins',
'peppy.plugins.eggs', 'peppy.project', 'peppy.project.edit ra',
'peppy.vfs', 'peppy.vfs.itools', 'peppy.vfs.itools.uri',
'peppy.vfs.itools.vfs', 'peppy.yapsy']
no previously-included directories found matching 'manual\_build'
no previously-included directories found matching 'peppy-*'
build\lib
created build\lib\peppy/iconmap.py
Adding peppy 0.12.19 to easy-install.pth file
Installing peppy.bat script to c:\ProgramFiles\Python25\Scripts

Installed c:\programfiles\python25\lib\site-packages\peppy-0.12.19-py2.5.egg
Processing dependencies for peppy
Finished processing dependencies for peppy
c:\ProgramFiles\Python25\lib\distutils\dist.py:263: UserWarning: Unknown
distribution option: 'windows'
warnings.warn(msg)

-------------------------

Peppy fired right up, though..

Thanks,
Don

Rob McMullen

unread,
Oct 2, 2009, 1:16:34 PM10/2/09
to pepp...@googlegroups.com
On Thu, Oct 1, 2009 at 2:56 PM, Don Dwiggins <ddwi...@advpubtech.com> wrote:
> c:\ProgramFiles\Python25\lib\distutils\dist.py:263: UserWarning: Unknown
> distribution option: 'windows'
>  warnings.warn(msg)

That warning should be fixed in svn; will make it into the next release.

Rob

Reply all
Reply to author
Forward
0 new messages