Re: [Tutor] geeks like us and the rest of THEM

2007-02-24 Thread Kirk Bailey
Kent Johnson wrote: > Kirk Bailey wrote: >> OK, my project is to come up with a wiki which is easy to install and >> use in a windows laptop, to wikify the notebook into a hypernotebook. >> >> ok, it must be EASY to install. And LEGAL. >> >> MiniWiki is in python. I can do it in a self extractin

Re: [Tutor] geeks like us and the rest of THEM

2007-02-24 Thread Kent Johnson
Kirk Bailey wrote: > OK, my project is to come up with a wiki which is easy to install and > use in a windows laptop, to wikify the notebook into a hypernotebook. > > ok, it must be EASY to install. And LEGAL. > > MiniWiki is in python. I can do it in a self extracting installer as > there is a

Re: [Tutor] dictionaries and memory handling

2007-02-24 Thread Kent Johnson
Arild B. Næss wrote: > Hi, > > I'm working on a python script for a task in statistical language > processing. Briefly put it all boils down to counting different > things in very large text files, doing simple computations on these > counts and storing the results. I have been using pytho

Re: [Tutor] index swap?

2007-02-24 Thread Kent Johnson
Switanek, Nick wrote: > Kent, > > Thank you for the good suggestions. As you suspected, the data were not > what I thought they were, which is a comforting thought since that's > more evidence that I can trust python but can't always trust myself (no > surprise there). I have multiple years of ent

Re: [Tutor] DICOM Header

2007-02-24 Thread Kent Johnson
Bill Sconce wrote: > On Thu, 22 Feb 2007 13:51:35 -0700 > "Andrew Liimatta" <[EMAIL PROTECTED]> wrote: > >> I have a directory that is filled with DICOM files that I obtained >> by using the Offis DICOM tool kit. > > Ah. The light dawns. I should offer to communicate with you off-list, > and re

[Tutor] geeks like us and the rest of THEM

2007-02-24 Thread Kirk Bailey
OK, my project is to come up with a wiki which is easy to install and use in a windows laptop, to wikify the notebook into a hypernotebook. ok, it must be EASY to install. And LEGAL. MiniWiki is in python. I can do it in a self extracting installer as there is a nice free pone out there somepla

Re: [Tutor] stumped again adding bytes

2007-02-24 Thread shawn bright
Hey there, and thanks for all your help here, i started getting some values that look like what they are supposed to. Funny, i have been with python for over a year, and just downloaded a hex cheatsheet. thanks again for all of the help, gents. shawn On 2/23/07, Alan Gauld <[EMAIL PROTECTED]> wr

[Tutor] Embedding Python

2007-02-24 Thread Dj Gilcrease
I am attempting to embed Python in a C++ app and have a question before I get too far into it. Is is possible to to dynamically create an extension module? eg, I want a module name spam and I have a stuct that contains all my method names, and a pointer to the proper c++ function to call ### Suto