Segmentation Fault
I would like to ask a question. How do one handle the exception due to Segmentation fault due to Python ? Our bit operations and arithmetic manipulations are written in C and to some of our testcases we experiance Segmentation fault from the python libraries. If i know how to handle the exception for Segmentatio... 31 Aug 2006 09:38
Python bindings for picasaweb ...
Just a post to announce some python bindings for picasaweb (photo's service of google). ---> PycasaWeb (GPL), http://manatlan.infogami.com/pycasaweb I think it may be usefull for linux users, because it's one of the only way to post pictures on picasaweb. And can be usefull to script batch with it ... and our wond... 23 Aug 2006 10:38
Modules... paths... newbie confusion
I wonder if someone could clarify how Python "knows" where modules are - or at least point to some documentation that might help me? Here's what I've been trying: I've installed Python 2.4 Windows, and have also installed tkinter, pmw, cx_Oracle, mssql and pytz (phew!) all under my c:\python24 folder. But whe... 25 Aug 2006 06:18
py2exe: cannot identify image file
Hello all: I have following code that works well under command line, but it doesn't work after I convert it as exe application. ############### file: testPath.py import getopt, math, sys, os, Image, ImageDraw, aggdraw def processline(): try: imgDir = 'c:/' lumenImageName = '00299.jpg'... 21 Aug 2006 04:56
profanity filter
Ronny> does anyone have any idea where I can find a profanity filter Ronny> written in python? No, but maybe SpamBayes (or a tiny little part of it) would suit your needs. Do you want to remove profanity and let the document (email, web page, etc) pass, just score if for profanity or block it altogethe... 16 Aug 2006 14:20
Global Objects...
I have a question.. myGlobalDictionary = dictionary() class someClass: def __init__(self): self.x = 0; def getValue(self, v) myGlobalDictionary.getVal(v) myGlobalDictionary doesn't seem to be visible to my someClass methods. Why? What should I do? ... 16 Aug 2006 20:47
Creating Charts in Excel with pyExcelerator.ExcelMagic
Greetings, I'm new to python and am in the process of writing a script to parse some CSV data, spread it across multiple Excel worksheets and then generate charts. I searched the internet to find some place where I could look up a HOWTO doc/recipe to do that using either pyExcelerator or win32com.client. Coul... 18 Aug 2006 10:41
Beginner Textbook
Hi, I am looking for a simple text book to introduce 13 to 18 year olds to python programming. Suggestion? New to python. ... 15 Aug 2006 12:36
Newbie Python SQL
Hi all Could someone recommend a tutoral, book, white paper, etc. I am trying to write a python program which takes a CSV file and through SQL insert update my SQL files. The SQL files contain a parent file with multiply child and grandchildren plus various files for doing validation. I am using the mxODBC ... 14 Aug 2006 17:58
PIL and solaris
Hi all, I am trying to install PIL with python 2.3 on solaris X86, but I get this error message : building '_imaging' extension creating build/temp.solaris-2.10-i86pc-2.3 creating build/temp.solaris-2.10-i86pc-2.3/libImaging /sgnome/tools/x86-solaris/forte/SOS8/SUNWspro/bin/cc -i -xO4 -xspace -xstrconst -xpe... 15 Aug 2006 19:05