Greetings All
I have ubuntu 12.04 64bit running xfce and I installed puredata from the ubuntu software center and I get an error "/usr/lib/puredata/tcl/pd-gui.tcl" failes to execute child process no such file or directory. How can I fix this?
Thanks
On 08/12/2012 03:51 AM, Rick T wrote:
Greetings All
I have ubuntu 12.04 64bit running xfce and I installed puredata from the ubuntu software center and I get an error "/usr/lib/puredata/tcl/pd-gui.tcl" failes to execute child process no such file or directory. How can I fix this?
make sure that the "puredata-gui" package is installed, and if it already is, then re-install it.
fg,smdr IOhannes
Thanks now when I try and go to the about and click on help and about or help and manual I get error messages couldn't open "/usr/lib/puredata/doc/1.manual/1.introduction.txt": no such file or directory couldn't not find "/usr/lib/puredata/doc/1.manual/index.htm": no such file or directory
I tried installing the doc's from the software center and it says I have to uninstall puredata.
Thanks Rick
On Mon, Aug 13, 2012 at 7:58 AM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 08/12/2012 03:51 AM, Rick T wrote:
Greetings All
I have ubuntu 12.04 64bit running xfce and I installed puredata from the ubuntu software center and I get an error "/usr/lib/puredata/tcl/pd-gui.**tcl" failes to execute child process no such file or directory. How can I fix this?
make sure that the "puredata-gui" package is installed, and if it already is, then re-install it.
fg,smdr IOhannes
______________________________**_________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/** listinfo/pd-list http://lists.puredata.info/listinfo/pd-list
On 08/16/2012 07:50 PM, Rick T wrote:
Thanks now when I try and go to the about and click on help and about or help and manual I get error messages couldn't open "/usr/lib/puredata/doc/1.manual/1.introduction.txt": no such file or directory couldn't not find "/usr/lib/puredata/doc/1.manual/index.htm": no such file or directory
I tried installing the doc's from the software center and it says I have to uninstall puredata.
try to find out why it wants to uninstall puredata.
most likely this is a version mismatch between the "puredata" package and the "puredata-doc" package. alternatively, "puredata-doc" got not updated[*] properly, but since "puredata" depends on "puredata-doc" you cannot really uninstall it without removing "puredata". personally, i would open a terminal, and run something like $ sudo apt-get install --reinstall puredata-doc
or (in case the above does not help), even do something like: $ sudo dpkg -i /var/cache/apt/archives/puredata-doc_0.43.2-4_all.deb (adjust the version number to the one you have installed)
fgamsdr IOhannes
[*] i suspect this to be a package updating problem.
Thank you!!!!
The command "sudo apt-get install --reinstall puredata-doc"
worked
Aloha Rick
On Sat, Aug 18, 2012 at 8:44 AM, IOhannes m zmölnig zmoelnig@iem.at wrote:
sudo apt-get install --reinstall puredata-doc