Mail Archives: cygwin/2003/11/19/19:12:43
On Wed, 19 Nov 2003, james pentland wrote:
> i am using the Cygwin distribution:
> python-2.3-2.tar.bz2, 6,613,884 bytes, 06.08.2003
>
> where is _tkinter.py?
>
> $ cygcheck -c python
> Cygwin Package Information
> Package Version Status
> python 2.3-2 OK
I'm no Python guru, but WFM:
$ python
Python 2.3.2 (#1, Oct 9 2003, 12:03:29)
[GCC 3.3.1 (cygming special)] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tkinter
>>>
$ cygcheck -l python | grep tkinter
/usr/lib/python2.3/lib-dynload/_tkinter.dll
/usr/share/doc/python-2.3.2/html/lib/tkinter-basic-mapping.html
/usr/share/doc/python-2.3.2/html/lib/tkinter-setting-options.html
/usr/share/doc/python-2.3.2/html/lib/tkinter.html
$ ls -l /usr/lib/python2.3/lib-dynload/_tkinter.dll
-rwxrwxrwx+ 1 igor Users 36864 Oct 9 12:06 /usr/lib/python2.3/lib-dynload/_tkinter.dll
$
HTH,
Igor
--
http://cs.nyu.edu/~pechtcha/
|\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu
ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com
|,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D.
'---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow!
"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster." -- Patrick Naughton
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -