Rats.  So, it's the installer itself that's failing to run?  I'm using
NSIS to create the installer, so maybe I'm not using a current enough
version or there's some flag I'm setting accidentally.  It's also
possible that I've got msvcp71 installed on my XP system, masking the
error...

Hmmm.  I'll have to consult the oracle at google.

Thanks for letting me know.

Rob

On Jan 15, 2008 4:01 AM, phil jones <[EMAIL PROTECTED]> wrote:
>
> Rob,
>
> trying to run Windows installer on Vista Home Edition ... I'm getting
> an MSVCP71.dll not found error.
>
> cheers
>
> phil
>
>
> On Jan 15, 2008 4:58 AM, Rob McMullen <[EMAIL PROTECTED]> wrote:
> >
> > I found a virtual filesystem implementation at
> > http://www.ikaaro.org/itools which prompted me to work on a dired-like
> > mode for peppy, my attempt at an XEmacs workalike.
> >
> > (An aside: it's too bad that a vfs isn't standard in python like it is
> > in tcl or kde)  Itools' vfs implementation currently only has support
> > for local files and some peppy extensions (a mem: scheme for storing
> > temporary files in memory, an about: scheme for read only files, and a
> > tar: scheme for transparently opening .tar[.gz|bz2] archives) but I'm
> > looking to add webdav, ftp, and ssh support to itools.vfs.
> >
> > Plus, I've spent some much needed time working on the developer
> > documentation.  Nowhere near done, but at least it begins to describe
> > how to create major modes, actions (the user interface abstraction),
> > and how to extend the functionality of the stc.
> >
> > Keyboard handling is probably still broken on OSX, so any Mac users
> > who'd like to help I'd really appreciate it.  Last report I had was
> > several months ago and I've made a few changes but unfortunately have
> > no machine to test it myself.
> >
> > http://peppy.flipturn.org
> >
> > Oh, and also there's now a windows installer.
> >
> > Rob
> >
>

Reply via email to