View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0014517 | VTK | (No Category) | public | 2014-01-15 15:25 | 2014-10-02 11:30 | ||||
Reporter | diego0020 | ||||||||
Assigned To | Berk Geveci | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | won't fix | ||||||
Platform | OS | OS Version | |||||||
Product Version | 6.1.0 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0014517: the vtkpython interpreter fails when importing Tkinter with the following error vtk version 6.1.0 Python 2.7.3 (default, Jan 14 | ||||||||
Description | the vtkpython interpreter fails when importing Tkinter with the following error vtk version 6.1.0 Python 2.7.3 (default, Jan 14 2014, 23:09:58) [MSC v.1500 64 bit (AMD64)] on win 32 Type "help", "copyright", "credits" or "license" for more information. >>> import Tkinter as tk Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Program Files\VTK 6.1.0-RC2\bin\lib\lib-tk\Tkinter.py", line 39, in < module> import _tkinter # If this fails your Python may not be configured for Tk ImportError: No module named _tkinter This means that the tcl/tk-vtk interface can't be used. | ||||||||
Tags | No tags attached. | ||||||||
Project | Kitware | ||||||||
Type | feature | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0032179) Dave DeMarle (administrator) 2014-01-15 15:33 |
With a from source build it works but not from the vtkpython binaries. Reason is that we don't package Tk with the vtkpython binary. |
(0033346) Goodwin Lawlor (reporter) 2014-09-16 08:50 |
Also reported here: http://www.vtk.org/pipermail/vtkusers/2014-September/085091.html [^] |
(0033468) Berk Geveci (administrator) 2014-10-02 11:30 |
We don't support Tkinter in our binaries currently. Nor do we have plans at this point. I'd recommend requesting this here: http://vtk.uservoice.com/forums/31508-general [^] if you are really interested in it. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2014-01-15 15:25 | diego0020 | New Issue | |
2014-01-15 15:33 | Dave DeMarle | Type | incorrect functionality => feature |
2014-01-15 15:33 | Dave DeMarle | Note Added: 0032179 | |
2014-01-15 15:33 | Dave DeMarle | Product Version | 6.0.0 => 6.1.0 |
2014-09-16 08:50 | Goodwin Lawlor | Note Added: 0033346 | |
2014-10-02 11:30 | Berk Geveci | Note Added: 0033468 | |
2014-10-02 11:30 | Berk Geveci | Status | backlog => closed |
2014-10-02 11:30 | Berk Geveci | Assigned To | => Berk Geveci |
2014-10-02 11:30 | Berk Geveci | Resolution | open => won't fix |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |