help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: install package


From: Nicholas Jankowski
Subject: Re: install package
Date: Fri, 28 Aug 2015 09:56:04 -0400

On Fri, Aug 28, 2015 at 9:54 AM, address@hidden <address@hidden> wrote:


--- detlef.maiwrote:
> Hello. I did:
> pkg install C:\Users\maidet\Downloads\io-2.2.9.tar.gz
>  pkg list
> Package Name  | Version | Installation directory
> --------------+---------+-----------------------
>          io  |   2.2.9 | C:\Octave\Octave-4.0.0\share\octave\packages\io-2.2.9
> shut down and restarted thePC
> help xmlread
> error: help: the 'xmlread' function is not yet implemented in Octave
> So (see 3.), it seems the package isnot  correctly installed. How can I check correct installation?  Howcan I fix it? Maybe our UNC-pathes cause trouble?
>
> DetBu
>
>
>
>
>
>

Before using the io package, you need to execute:

>> pkg load io

If you want io package to be auto-load at startup, execute:

>> pkg rebuild -auto io

and restart octave.

Tatsuro

_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave



not to sidetrack the conversation, but is:

error: help: the 'xmlread' function is not yet implemented in Octave

really an appropriate error message here? I thought I've tried to run control functions before when the package was installed but not loaded, and I get a message saying "this function is part of the X package that is not loaded"

nickj

reply via email to

[Prev in Thread] Current Thread [Next in Thread]