python and Tix.Tk() on Mac

2007-07-11 Thread Alan
Hi List,

I have I Macbook Pro Intel running OSX 10.4.10.

I downloaded ActivePython-2.5.1.1-macosx.dmg and tried
TclTkAquaBI-8.4.10.0.dmg, but I got:

Traceback (most recent call last):
  File "", line 1, in 
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-tk/Tix.py",
line 210, in __init__
self.tk.eval('package require Tix')
_tkinter.TclError: no suitable image found.  Did find:
/Library/Tcl/Tix8.4/libTix8.4.dylib: mach-o, but wrong architecture

Which make sense since tcltkaqua is released only for PPC. Googling a
bit, since tcltkaqua stopped development, I found they recommended
ActiveTcl.

So I downloaded ActiveTcl8.4.14.0.272572-macosx-universal-threaded.dmg
hoping to get Tix.Tk() working but I got it:
>>> Tix.Tk()
Traceback (most recent call last):
  File "", line 1, in 
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-tk/Tix.py",
line 210, in __init__
self.tk.eval('package require Tix')
_tkinter.TclError: can't find package Tix

The only way I got Tix.Tk() working so far was using Fink but I want
the nice aqua visual for python. Is there any way of getting it
working?

I would appreciate any help here.
Many thanks in advance.
Cheers,
Alan
___
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython



(no subject)

2000-12-05 Thread Alan Bailey

Please, remove me from the mailing list.

---
FREE! The World's Best Email Address @email.com
Reserve your name now at http://www.email.com


___
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython



FW: Perl EX for python?

2001-04-26 Thread McMahon, Alan

Hi, I have asked before, could you please remove me from the mailing list.

Kind Regards, Alan McMahon.

-Original Message-
From: Brian Smith [mailto:[EMAIL PROTECTED]] 
Sent: 26 April 2001 00:12
To: activepython
Subject: Perl EX for python?


Is there anything similar to PerlEX but for ActivePython ?

Brian

___
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython
___
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython



RE: [Tutor] PythonWin and tabs

2001-09-11 Thread alan . gauld

>   Recently I've found a bad thing about PythonWin - even if
>   "insert spaces" option is checked it still uses tabs - in

What version are you using?
I had that on the version I downloaded with 1.5.1 but the 
version that comes with Python 2.0 doesn't do that anymore 
- at least I've not seen it...

Alan G
___
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython



codecs.readline bug in Python 2.4.1.

2005-09-13 Thread Alan Meyer
There is a bug new to Python 2.4.1 that affects the ADO 
COM library for Windows.  It's registered on SourceForge 
as bug #1175396.  The actual bug has to do with passing 
a fixed size to the codecs.readline() routine and, by 
chance, having a CrLf character pair straddle the line 
created by the fixed size buffer.  It can hit any program 
that uses codecs.readline(), and will, of course, hit 
it randomly depending on what size parameter is used 
what file is read.

A fix was posted in April.

Does anyone know for sure that this fix will be picked up 
in the next release?

And does anyone know about when that release will appear?

Thanks.

    Alan

Alan Meyer
[EMAIL PROTECTED]

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython



Is there a projected release date for 2.4.2?

2005-11-10 Thread Alan Meyer
I haven't seen any notice about this on the
website.

Thanks.

Alan Meyer
[EMAIL PROTECTED]




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython