Federico Beffa skribis:
> >>> root = tkinter.Tk()
> Traceback (most recent call last):
> File "", line 1, in
> File
> "/gnu/store/y5x6c38fzrbfl80jxrgjd6py2k88x12a-python-3.4.3/lib/python3.4/tkinter/__init__.py",
> line 1851, in __init__
> self.tk = _tkinter.create(screenName, baseName,
... and the configure script for Python defines the flag
'--with-tcltk-libs'. Maybe that would help...
Regards,
Fede
with:
$TCLLIBPATH=/gnu/store/c4rpx4050d0qkccwbzggabag403b31l3-tk-8.6.4/lib python3
it works. So I guess that 'tcl' needs a search-path-specification.
Regards,
Fede
If I start python3 and do:
---
$ python3
Python 3.4.3 (default, Oct 9 2015, 22:53:58)
[GCC 4.9.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tkinter
>>> root = tkinter.Tk()
Traceback (most recent c
l...@gnu.org (Ludovic Courtès) skribis:
> OK. Then we effectively need to proceed as you suggest: Build
> python-minimal (which does not depend on Tk), build Tk, and then build
> python.
Done in commits 95288fc and afa181f.
Thanks,
Ludo’.
l...@gnu.org (Ludovic Courtès) skribis:
> OK. Then we effectively need to proceed as you suggest: Build
> python-minimal (which does not depend on Tk), build Tk, and then build
> python.
Done in commits 95288fc and afa181f.
Thanks,
Ludo’.
On Mon, Jul 06, 2015 at 12:21:11PM +0200, Ludovic Courtès wrote:
> OK. Then we effectively need to proceed as you suggest: Build
> python-minimal (which does not depend on Tk), build Tk, and then build
> python.
And maybe this python-minimal could be smaller than the current python,
in the sense
Federico Beffa skribis:
> On Mon, Jul 6, 2015 at 12:39 AM, Cyril Roelandt wrote:
>> On 07/05/2015 12:16 PM, Ludovic Courtès wrote:
>>> I’m asking because it might be that we could keep the default Python
>>> without Tk, and only use the Tk-enabled Python for the few packages that
>>> need it, if
On Mon, Jul 6, 2015 at 12:39 AM, Cyril Roelandt wrote:
> On 07/05/2015 12:16 PM, Ludovic Courtès wrote:
>> I’m asking because it might be that we could keep the default Python
>> without Tk, and only use the Tk-enabled Python for the few packages that
>> need it, if it’s rare enough.
>
> No, we do
On 07/05/2015 12:16 PM, Ludovic Courtès wrote:
> I’m asking because it might be that we could keep the default Python
> without Tk, and only use the Tk-enabled Python for the few packages that
> need it, if it’s rare enough.
No, we do not want that. Users who install Python expect to be able to
im
Cyril Roelandt skribis:
> On 06/24/2015 09:14 AM, Federico Beffa wrote:
>> The python package does not provide Tkinter which is part of the
>> Python Standard Library
>> https://docs.python.org/3/library/tkinter.html?highlight=tkinter#module-tkinter
>>
>
> I think we need to add tcl and tk to th
On 06/24/2015 09:14 AM, Federico Beffa wrote:
> The python package does not provide Tkinter which is part of the
> Python Standard Library
> https://docs.python.org/3/library/tkinter.html?highlight=tkinter#module-tkinter
>
I think we need to add tcl and tk to the inputs, and add the
corresponding
The python package does not provide Tkinter which is part of the
Python Standard Library
https://docs.python.org/3/library/tkinter.html?highlight=tkinter#module-tkinter
13 matches
Mail list logo