Every thing on a database

2009-09-01 Thread zelegolas
Hi I guess it's may be a strange idea that I will explain: I really like python but I have one thing that I don't like: Every packages are defined with folder tree. To deploy an application it's not really clean. It's why I thought about "Is that possible to put everything that I need for my pyt

Re: wikipedia with python

2009-06-24 Thread ZeLegolas
On Mon, 22 Jun 2009 19:23:59 +0200, Andre Engels wrote: > On Mon, Jun 22, 2009 at 6:58 PM, zelegolas wrote: >> Let me know if it's the right place to ask. >> >> I'm looking for wiki writen with python where I can import all >> wikipedia site. >> If yo

Re: wikipedia with python

2009-06-22 Thread ZeLegolas
On Mon, 22 Jun 2009 21:01:16 +0200, Andre Engels wrote: > On Mon, Jun 22, 2009 at 8:24 PM, ZeLegolas wrote: > >> Well sorry I was not clear. I have a wiki running with mediawiki and I >> want >> to import in a wiki written with python. > > I don't think it

wikipedia with python

2009-06-22 Thread zelegolas
Let me know if it's the right place to ask. I'm looking for wiki writen with python where I can import all wikipedia site. If you have any links please let me know. Thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Imaging Library (PIL): create PDF from scratch

2009-02-25 Thread zelegolas
Like David said now i used PIL for individual images and reportlab to generate a pdf. Thanks for your advices :) -- http://mail.python.org/mailman/listinfo/python-list

Python Imaging Library (PIL): create PDF from scratch

2009-02-23 Thread zelegolas
Hi, I have some scan generated by SANE and i would like to do some transformation (like crop, brightness and resize) and finaly put all those images in PDF file. With PIL i can do all the transformations that i want. But i don't know how i can create from scratch a PDF. I'm not even sure that PIL

Python plugin for Firefox

2008-04-16 Thread zelegolas
Hi, It's may be a stupid question but do you if someone tried to create a python plugin for firefox? If you know an Open Source project let me know... Thanks -- http://mail.python.org/mailman/listinfo/python-list