On Jan 15, 2005, at 21:43, Kirk Durston wrote:
I'm just starting to learn Python. When I write a module in one of my
text programs (MSWord, or Textedit) and save it as a text file in on
my harddrive, and then go to the terminal window to import it, I get a
message saying it either can't find the
Title: accessing my modules from within Python
I'm just starting to learn Python. When I write a module in one of my text programs (MSWord, or Textedit) and save it as a text file in on my harddrive, and then go to the terminal window to import it, I get a message saying it either can't find the
On Jan 15, 2005, at 18:26, Jack Jansen wrote:
On 14-jan-05, at 23:57, Bob Ippolito wrote:
I have traced the problem. It is a two-parter:
(1) There is a module namespace conflict:
WebWare has a package named WebKit
PyObjC has a package named WebKit
As far as I know this is the first time this poten
On 14-jan-05, at 23:57, Bob Ippolito wrote:
I have traced the problem. It is a two-parter:
(1) There is a module namespace conflict:
WebWare has a package named WebKit
PyObjC has a package named WebKit
As far as I know this is the first time this potential problem with
python's naming convention
Kevin Dangoor wrote:
What I like about Cheetah
is that it's concise (unlike TAL), is pleasant to work with (subjective
to be sure, but I don't like ClearSilver's syntax), is reasonably
performant, and strikes a nice balance between functionality and
separation of concerns.
Utterly shameless self-pl
On Jan 14, 2005, at 17:57, Bob Ippolito wrote:
On Jan 14, 2005, at 17:14, Bob Ippolito wrote:
On Jan 14, 2005, at 16:56, Kevin Dangoor wrote:
Bob Ippolito wrote:
(Kevin sent me the test off-list, and I took a look at it).
I'm not sure exactly why your example crashes (somehow a retain
message get