Thanks to the all posters. This will be very useful!
--
http://mail.python.org/mailman/listinfo/python-list
On May 13, 6:57 pm, afrobeard <[EMAIL PROTECTED]> wrote:
> If I were you, I'd show them actual code and how easy it is to get
> things done. Showing them how to implement a GTalk Bot[http://
> code.google.com/p/pygtalkrobot/] or how to build simple arcade games
> with PyGame[http://www.pygame.org/n
e not necessarily 'hackers', I'm trying to look for
examples with a bit of wow-factor.
Is there any list with people/groups/companies using Python for
impressive things?
Any pointers would be appreciated
Thanks,
Rajarshi
--
http://mail.python.org/mailman/listinfo/python-list
Hi, I work on a Java project and I was thinking out creating a hook in
the subversion repo for the project that would check whether a class
and it's associated methods were documented with Javadocs.
Since I have written Subversion hooks for other purposes in Python,
I'd like to try and do this tas
Hi, this is a slightly vague question but I'm really puzzled as to
when I write a mod_python (3.1.3) program that makes use of
ElementTree and call it via a URL, the program simply stops when I do
something like
s = # some XML document in a string
root = XML(s)
There is no exception at all - the
On Oct 12, 11:19 pm, cakebread <[EMAIL PROTECTED]> wrote:
> I'm having problems parsing a file:
>
> >>> tree = ElementTree.fromstring(""" >>> xmlns="http://www.w3.org/1999/xhtml";
> >>> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
> >>> xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema
Thanks a lot for all the responses
--
http://mail.python.org/mailman/listinfo/python-list
>>> [] == False
False
Could anybody point out why this is the case?
Thanks,
Rajarshi
--
http://mail.python.org/mailman/listinfo/python-list
Hi, I have a web application built using mod_python.Currently it
behaves like a standard CGI - gets data from a form, performs a query
on a backend database and presents a HTML page.
However the query can sometimes take a bit of time and I'd like to
show the user some form of indeterminate progres
RSSitem as a child node? Or is there a smarter way
to do this?
Any pointers would be greatly appreciated
Thanks,
Rajarshi
--
http://mail.python.org/mailman/listinfo/python-list
Hi, I have some code that takes a string and obtains a compressed
version using zlib.compress
Does anybody know how I can remove the header portion of the compressed
bytes, such that I only have the compressed data remaining? (Obviously
I do not intend to perform the decompression!)
Thanks,
--
string and then giving that to
parse(). But that does not seem to work.
Any pointers to getting ElementTree to parse from a string would be
appreciated (of course I could dump it to a temp file, but that doesn't
seem elegent)
Thanks,
Rajarshi
--
http://mail.python.org/mailman/listinfo/python-list
Stefan Behnel wrote:
> [EMAIL PROTECTED] wrote:
> > I have an XML file which contains entries of the form:
> >
> >
> > 1
> > 2
> >
> > 1
> >
Thanks to everybody for the pointers. ElementTree is what I ended up
using and my looks like this (based on the ElementTree tutorial code):
iated
Thanks,
Rajarshi
--
http://mail.python.org/mailman/listinfo/python-list
Hi, I've been trying to package a python project and I'm a little confused
about how I distribute some PNG's that the program uses as icons.
Using distutils I can set the data_files argument of setup() and get my
data files located in, say, /usr/local/mydata.
However when I write my code, it woul
if anybody could provide any pointers to extracting pages from a
PDF via Python without using pdflatex
Thanks,
Rajarshi
--
http://mail.python.org/mailman/listinfo/python-list
16 matches
Mail list logo