View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017179 | Scribus | Scripter | public | 2024-03-20 22:04 | 2024-03-22 08:48 |
Reporter | loudo | Assigned To | |||
Priority | normal | Severity | block | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 1.6.2.svn | ||||
Summary | 0017179: Problem execution script officiel scribus | ||||
Description | Hi, I'm using Scribus 1.6.1 MacOs M1 Sonoma 14.1.1 and when I want to use script like calendarWizard for example I have this message : Traceback (most recent call last): File "<string>", line 11, in <module> File "<string>", line 677, in <module> File "<string>", line 667, in main File "/Applications/Scribus.app/Contents/Frameworks/Python.framework/Versions/3.11/lib/python3.11/tkinter/__init__.py", line 2326, in __init__ self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _tkinter.TclError: Can't find a usable init.tcl in the following directories: /Library/Frameworks/Python.framework/Versions/3.11/lib/tcl8.6 /usr/lib/tcl8.6 /lib/tcl8.6 /usr/library /library /tcl8.6.13/library /tcl8.6.13/library /Library/Frameworks/Python.framework/Versions/3.11/lib/tcl8.6/init.tcl: version conflict for package "Tcl": have 8.6.13, need exactly 8.6.12 version conflict for package "Tcl": have 8.6.13, need exactly 8.6.12 while executing "package require -exact Tcl 8.6.12" (file "/Library/Frameworks/Python.framework/Versions/3.11/lib/tcl8.6/init.tcl" line 19) invoked from within "source /Library/Frameworks/Python.framework/Versions/3.11/lib/tcl8.6/init.tcl" ("uplevel" body line 1) invoked from within "uplevel #0 [list source $tclfile]" This probably means that Tcl wasn't installed properly. I don't know how to solve it | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
related to | 0017096 | new | include tkinter in the dmg |