problem unistalling a package

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

problem unistalling a package

pablo digonzelli
Hi all,

when i am trying to uninstallig a custom package, Dolphin shows a wallback
with the title: 'c:\Documents and Settings\pablo\My Documents\Dolphin
Smalltalk 4.0\nil.pak' - The system cannot find the file especified.

I look into that diretory and efectly, the files does not exists.

How can I solve this problem?

TIA


Reply | Threaded
Open this post in threaded view
|

Re: problem unistalling a package

ted.bracht
Hi Pablo,

"pablo digonzelli" <[hidden email]> wrote in message
news:9dqbv3$jfm18$[hidden email]...

> Hi all,
>
> when i am trying to uninstallig a custom package, Dolphin shows a wallback
> with the title: 'c:\Documents and Settings\pablo\My Documents\Dolphin
> Smalltalk 4.0\nil.pak' - The system cannot find the file especified.
>
> I look into that diretory and efectly, the files does not exists.
>
> How can I solve this problem?
>
> TIA

Have you tried File - Save As and then provide a path and file name for the
package?
It looks like the package thinks it is in a certain directory (the default
directory?) but probably is in another directory. Also it being called nil -
did you name the package nil?

Good luck,

Ted

>
>
>


Reply | Threaded
Open this post in threaded view
|

RE: problem unistalling a package

guest
In reply to this post by pablo digonzelli
Hola Pablo,

    (intuyo que leés en español)

    Estoy resolviendo un problema muy similar en DST 4.01, se llega a ese
path por una cuestion de que no encuentra algo.

    En el walkback si vas para atrás fijate si encontrés
>>findOrImportForeignClass, allí se ve cual es la clase que no encuentra y
todo el problema.

    Yo lo estoy arreglando haciendo un File in.. de lo que me falta y lo
desinstaló (después de arreglar un PoolDictionary que protestaba).


saludos


Seb


pablo digonzelli <[hidden email]> escribió en el mensaje de
noticias 9dqbv3$jfm18$[hidden email]...

> Hi all,
>
> when i am trying to uninstallig a custom package, Dolphin shows a wallback
> with the title: 'c:\Documents and Settings\pablo\My Documents\Dolphin
> Smalltalk 4.0\nil.pak' - The system cannot find the file especified.
>
> I look into that diretory and efectly, the files does not exists.
>
> How can I solve this problem?
>
> TIA
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: problem unistalling a package

pablo digonzelli
Thanks All !!!
<[hidden email]> wrote in message
news:9dub6v$3shs$[hidden email]...

> Hola Pablo,
>
>     (intuyo que leés en español)
>
>     Estoy resolviendo un problema muy similar en DST 4.01, se llega a ese
> path por una cuestion de que no encuentra algo.
>
>     En el walkback si vas para atrás fijate si encontrés
> >>findOrImportForeignClass, allí se ve cual es la clase que no encuentra y
> todo el problema.
>
>     Yo lo estoy arreglando haciendo un File in.. de lo que me falta y lo
> desinstaló (después de arreglar un PoolDictionary que protestaba).
>
>
> saludos
>
>
> Seb
>
>
> pablo digonzelli <[hidden email]> escribió en el mensaje de
> noticias 9dqbv3$jfm18$[hidden email]...
> > Hi all,
> >
> > when i am trying to uninstallig a custom package, Dolphin shows a
wallback

> > with the title: 'c:\Documents and Settings\pablo\My Documents\Dolphin
> > Smalltalk 4.0\nil.pak' - The system cannot find the file especified.
> >
> > I look into that diretory and efectly, the files does not exists.
> >
> > How can I solve this problem?
> >
> > TIA
> >
> >
> >
>
>
>
>