Re: [ANNOUNCEMENT] Updated Cygwin Package: python-2.3.4-1

2004-06-13 Thread Jason Tishler
On Sat, Jun 12, 2004 at 06:22:49PM +0200, Thorsten Kampe wrote:
 * Jason Tishler (2004-06-11 20:17 +0100)
  New News:
  === 
  I have updated the version of Python to 2.3.4-1.  The tarballs
  should be available on a Cygwin mirror near you shortly.
 [snip]
 
 There is an issue with this release that wasn't there in 2.3.3r2. I'm
 importing EasyGUI and get the following traceback:
 
 [snip]
 ImportError: No module named _tkinter
 
 There is a section about _tkinter in the Readme:
 
 2. The _tkinter extension module will only be built if the
 XFree86-prog package is installed. 

See below...

 4. _tkinter users should note that Cygwin tcltk is really a Win3
 package and hence, does *not* understand Cygwin style paths.  To use
 the _tkinter module you must define the following environment
 variables:

 $ export TCL_LIBRARY=$(cygpath -w /usr/share/tcl$version)
 $ export TK_LIBRARY=$(cygpath -w /usr/share/tk$version)
 
 I /have/ XFree installed

The xorg-x11-devel (previously the XFree86-prog) package only needs to
be installed during *build* time not runtime.

 and I never needed to set those TCL_ variables.

All I can say is over the years, sometimes the variables need to be
defined and sometime they don't.  Since I'm not a tkinter user, I never
fully investigate why.

 So why did I have _tkinter with 2.3.3.r2 and not with 2.3.4r1?!

Due to an unexpected day off, I built Python 2.3.4-1 on a machine that I
haven't used to build Cygwin packages in quite some time.  Unfortunately
when I updated its Cygwin installation to the latest, I missed the
xorg-x11-devel package which prevented _tkinter from being built.

I'm building 2.3.4-2 *with* _tkinter right now...

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

--
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/



Re: [ANNOUNCEMENT] Updated Cygwin Package: python-2.3.4-1

2004-06-12 Thread Thorsten Kampe
* Jason Tishler (2004-06-11 20:17 +0100)
 New News:
 === 
 I have updated the version of Python to 2.3.4-1.  The tarballs should be
 available on a Cygwin mirror near you shortly.
 
 The following is the only notable change since the previous release:
 
 o upgrade to Python 2.3.4
 
 Old News:
 === 
 Python is an interpreted, interactive, object-oriented programming
 language.  If interested, see the Python web site for more details:

 http://www.python.org/ 
 
 Please read the README file:
 
 /usr/share/doc/Cygwin/python-2.3.4.README

There is an issue with this release that wasn't there in 2.3.3r2. I'm
importing EasyGUI and get the following traceback:

Python 2.3.4 (#1, Jun 11 2004, 11:50:43) 
[GCC 3.3.1 (cygming special)] on cygwin
Type help, copyright, credits or license for more information.
Traceback (most recent call last):
  File /home/thorsten/python/.pythonrc.py, line 3, in ?
import easygui, \
  File /home/thorsten/python/modules/easygui.py, line 47, in ?
from Tkinter import *
  File /usr/lib/python2.3/lib-tk/Tkinter.py, line 38, in ?
import _tkinter # If this fails your Python may not be configured
for Tk
ImportError: No module named _tkinter

There is a section about _tkinter in the Readme:

2. The _tkinter extension module will only be built if the
XFree86-prog package is installed. 
 
   
4. _tkinter users should note that Cygwin tcltk is really a Win32  
package and hence, does *not* understand Cygwin style paths.  To use
the _tkinter module you must define the following environment
variables:
   
$ export TCL_LIBRARY=$(cygpath -w /usr/share/tcl$version)  
$ export TK_LIBRARY=$(cygpath -w /usr/share/tk$version)

I /have/ XFree installed and I never needed to set those TCL_
variables. So why did I have _tkinter with 2.3.3.r2 and not with
2.3.4r1?!


Thorsten


--
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/



Re: [ANNOUNCEMENT] Updated cygwin Package: python-2.3.4-1

2004-06-12 Thread Christopher Faylor
On Fri, Jun 11, 2004 at 02:44:52PM -0400, Volker Quetschke wrote:
Jason Tishler wrote:
New News:
=== 
I have updated the version of Python to 2.3.4-1.  The tarballs should be
available on a Cygwin mirror near you shortly.
(snip)
In the US,
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/
is a reliable high bandwidth connection.
.. that contains only directories and not a single file!

Try ftp://mirrors.rcn.net/pub/sourceware/cygwin/ instead.

Someone might want to alert the maintainer of mirrors.rcn.net to
this empty directory.

cgf

--
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/



RE: [ANNOUNCEMENT] Updated cygwin Package: python-2.3.4-1

2004-06-12 Thread Gregg C Levine
Hello from Gregg C Levine

It happens I did just that, the first few times I tried downloading my
Cygwin materials from sites here in the US. The people there ignored
my mail, or just plain deleted it unread. I don't know why.

 I also reported to them the problems with downloading the materials
from them, when the site would inexplicably interrupt the process.
What do you feel about deleting them from the list of allowable
mirrors? We can include the alternate mirror of course.
---
Gregg C Levine [EMAIL PROTECTED]

The Force will be with you...Always. Obi-Wan Kenobi
Use the Force, Luke.  Obi-Wan Kenobi

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of Christopher Faylor
 Sent: Saturday, June 12, 2004 1:30 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [ANNOUNCEMENT] Updated cygwin Package: python-2.3.4-1
 
 On Fri, Jun 11, 2004 at 02:44:52PM -0400, Volker Quetschke wrote:
 Jason Tishler wrote:
 New News:
 === 
 I have updated the version of Python to 2.3.4-1.  The tarballs
should be
 available on a Cygwin mirror near you shortly.
 (snip)
 In the US,
 ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/
 is a reliable high bandwidth connection.
 .. that contains only directories and not a single file!
 
 Try ftp://mirrors.rcn.net/pub/sourceware/cygwin/ instead.
 
 Someone might want to alert the maintainer of mirrors.rcn.net to
 this empty directory.
 
 cgf
 
 --
 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/


--
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/



Re: [ANNOUNCEMENT] Updated cygwin Package: python-2.3.4-1

2004-06-12 Thread Christopher Faylor
On Sat, Jun 12, 2004 at 06:56:24PM -0400, Gregg C Levine wrote:
I also reported to them the problems with downloading the materials
from them, when the site would inexplicably interrupt the process.
What do you feel about deleting them from the list of allowable
mirrors?  We can include the alternate mirror of course.

That URL is not IN the mirror list.  This is not a big problem.  It
is just an outdated URL in Jason's email.  The best we could hope
for is that that directory would be deleted on their server.

--
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/



Re: [ANNOUNCEMENT] Updated Cygwin Package: python-2.3.4-1

2004-06-11 Thread Volker Quetschke
Jason Tishler wrote:
New News:
=== 
I have updated the version of Python to 2.3.4-1.  The tarballs should be
available on a Cygwin mirror near you shortly.
(snip)
In the US,
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/
is a reliable high bandwidth connection.
.. that contains only directories and not a single file!
--
PGP/GPG key  (ID: 0x9F8A785D)  available  from  wwwkeys.de.pgp.net
key-fingerprint 550D F17E B082 A3E9 F913  9E53 3D35 C9BA 9F8A 785D


signature.asc
Description: OpenPGP digital signature