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 python application under one file?

Base on this idea: If all packages are under one file. Like this each
time an import is executing it will automatically extract packages,
library or any files from this file first and if doesn't find it from
the standard way. This file could a SQLite file for example.

I don't know if it's possible to overwrite the import behavior.
And may be what I describe is already develop by someone, if it's the
case just let me know.

Regards
Ze.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: wikipedia with python

2009-06-24 Thread ZeLegolas

On Mon, 22 Jun 2009 19:23:59 +0200, Andre Engels andreeng...@gmail.com
wrote:
 On Mon, Jun 22, 2009 at 6:58 PM, zelegolaszelego...@gmail.com 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 you have any links please let me know.
 
 I don't think that's possible. If you wnat to import Wikipedia in a
 wiki, it will probably have to be MediaWiki - and that's written in
 PHP.
 
 What do you want to use the material for?

Well sorry I was not clear. I have a wiki running with mediawiki and I want
to import in a wiki written with python. 

-- 
http://mail.python.org/mailman/listinfo/python-list


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: wikipedia with python

2009-06-22 Thread ZeLegolas

On Mon, 22 Jun 2009 21:01:16 +0200, Andre Engels andreeng...@gmail.com
wrote:
 On Mon, Jun 22, 2009 at 8:24 PM, ZeLegolaszelego...@gmail.com 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 will work, but you could try using the Special:Export
 page.

Thanks I will try. :)
I don't choose the wiki base on python yet.
Do you know one similar to mediawiki or what is the best wiki that you
know?
-- 
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
is the right library for that.

Any help/informations will be appreciate
--
http://mail.python.org/mailman/listinfo/python-list


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