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
__
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
_
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 usi
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 tree
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 deve
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 lik
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
store = Graph()
File "C:\Python25\lib\rdflib\Gr
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. http://uk.docs.
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.
___