Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Tcl version #2

Open
gusano opened this issue Feb 25, 2013 · 9 comments
Open

Wrong Tcl version #2

gusano opened this issue Feb 25, 2013 · 9 comments
Assignees
Milestone

Comments

@gusano
Copy link
Owner

gusano commented Feb 25, 2013

Osx users reported the following error:

UNHANDLED ERROR: version conflict for package "Tcl": have 8.4, need 8.5
    while executing
"package require Tcl 8.5"
    ("uplevel" body line 27)
    invoked from within
"uplevel #0 $tclcode"
FAILED TO LOAD /Users/joe/Library/Pd/completion-plugin.tcl

It looks like a manual upgrade of Tcl is needed.

@ghost ghost assigned gusano Feb 25, 2013
@eighthave
Copy link

Pd-extended 0.43.4 includes Tcl/Tk 8.5.11 in it, so that should not happen with Pd-extended. With Pd vanilla, it uses the version of Tcl/Tk which is built-in to Mac OS X. For Mac OS X 10.6 and newer, that's Tcl/Tk 8.5.7. For 10.5 and older, that's 8.4.

@gusano
Copy link
Owner Author

gusano commented Feb 25, 2013

The user who reported this via email uses pd-0.44.1 on osx 10.8.2.

@eighthave
Copy link

Sounds like a bug to report to Miller in the Pd bug tracker. http://bugs.puredata.info I see no reason to support Tcl/Tk 8.4 any more.

@balandinodidonato
Copy link

Hi folks, I'm having this problem on Mac OSX 10.11.4, how can I go over it?
I did try with Tcl/Tk 8.5 and 8.6 too. any advice?

@gusano
Copy link
Owner Author

gusano commented Apr 26, 2016

@balandinodidonato can you please post the error or is it the same one?

@balandinodidonato
Copy link

balandinodidonato commented Apr 26, 2016

@gusano it should be the same one:

UNHANDLED ERROR: version conflict for package "Tk": have 8.4, need 8.5
while executing
"package require Tk 8.5"
("uplevel" body line 10)
invoked from within
"uplevel #0 $tclcode"
FAILED TO LOAD /Library/Pd/search-plugin/search-plugin.tcl

@gusano
Copy link
Owner Author

gusano commented Apr 26, 2016

@balandinodidonato Thx. It looks like you have tcl-8.4 also installed somewhere.. I have no osx machine to try right now. If pd comes with tcl-8.4 then you should submit a bug to Miller.

@balandinodidonato
Copy link

mm yes I guess it is the case. I did post it but please if you get an osx machine and you can reproduce the bug please let me know or comment here: https://sourceforge.net/p/pure-data/bugs/1241/#

@gusano
Copy link
Owner Author

gusano commented Apr 26, 2016

FAILED TO LOAD /Library/Pd/search-plugin/search-plugin.tcl

@balandinodidonato IOhannes is right, the problem comes from search-plugin.tcl (misread your error log, sorry...) ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants