Accessing tree nodes from the cgi

2008-08-06 Thread Noorhan Abbas
Hello, I wonder if anyone knows how to sort out this problem for me! I have a Yhaoo tree view control created using javascript and I don't know how to get the node selected from within my python cgi?  Anyone can help please? Nora

Opening Unicode files

2008-07-09 Thread Noorhan Abbas
Hello, I wonder if you don't mind helping me out in this problem. I have been developing a tool in python that opens some unicode files, reading them and processing the data. It is working fine. When I started to write a cgi module that does the same thing for google appengine(actually it is

Openine unicode files

2008-07-09 Thread Noorhan Abbas
Hello, I wonder if someone can advise me on how to open unicode utf-8 files without using the codecs library . I am trying to use the codecs.open() from within Google Appengine but it is not working.   Thank you very much in advance, Nora

Python for the web

2008-06-10 Thread Noorhan Abbas
Hello, I have developed a python tool that basically does two things: 1. Allow the user to search for a keyword or a group of Keywords in a specailized collection of text files.  This search option is part of a massive custom tree control that was developed using wxpython. 2. The rest of the

Loading Python programs on the net.

2008-06-05 Thread Noorhan Abbas
Hello, I have developed a program in Python.  I need to put this program on the web. Could somebody advice me on the different tools that I can use to do this job. My python program basically displays a tree ctrl that allows users to choose from it and displays text as an output.  I need to

Change the output font color

2008-04-16 Thread Noorhan Abbas
Hello, I am developing a program that searches for a word in a piece of text. I need to be able to change the color of the searched for word when found in the output text. Is that possible in Python? So, for example: The input text could be: I like banans and apples The output should be: I like

Sparta api

2008-03-02 Thread Noorhan Abbas
Hello, I wonder if anybody has used the sparta api for linking RDF to Python. I was trying to run the example supplied by sparta and I got this error message Traceback (most recent call last): File C:/Python25/TestSpartaApi.py, line 10, in module store = Graph() File

integrating python with owl

2008-02-23 Thread Noorhan Abbas
Hello, I have developed an ontology using protege owl and I wonder if you can help me get any documentation on how to integrate it with python. Thank you very much, Noorhan. __ Sent from Yahoo! Mail. A Smarter Inbox.

Text file handling in python

2007-12-10 Thread Noorhan Abbas
Hello, I am tring to access a text file in random acess way, that is, using f.tell() and f.seek() to seek a certain position in the text file. f.seek() does not seem to work properly, the file is opened in a read universal 'rU' mode. Thank you very much, Nora.