Thank you all,
>
> PierreD.
> ___
> Tkinter-discuss mailing list
> [email protected]
> https://mail.python.org/mailman/listinfo/tkinter-discuss
>
___
Tkinter-discuss mailing list
Tkinter-discuss@pyth
Typically what I do in such a case is go into the interactive Python
interpreter, import the module, and then print it.
E.g. for Python 2.7 on OSX:
$ python
Python 2.7.6+ (2.7:313d9bb253bf, Nov 25 2013, 14:05:28)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)] on darwin
Type
In article <[email protected]>,
Pierre Dagenais wrote:
> I'm new at this stuff and I'm trying to understand what I'm doing! I
> thought that when I executed "tkinter import" a file called tkinter.py
> (a class) would be loaded for execution. Except when I search my system,
> Ubuntu 12.04, a
Hi,
I'm new at this stuff and I'm trying to understand what I'm doing! I
thought that when I executed "tkinter import" a file called tkinter.py
(a class) would be loaded for execution. Except when I search my system,
Ubuntu 12.04, all I find is Tkinter.py in the 2.7 directory, python3.3
has no equi