Re: export sites/pages to PDF

2008-08-12 Thread jvdb
Hi Stef! Thanks for your answer, but i forgot to mention that i have to run this on unix/linux. On Aug 12, 9:06 pm, Stef Mientki <[EMAIL PROTECTED]> wrote: > jvdb wrote: > > Hi all, > > > My employer is asking for a solution that outputs the content of urls > > to

export sites/pages to PDF

2008-08-12 Thread jvdb
Hi all, My employer is asking for a solution that outputs the content of urls to pdf. It must be the content as seen within the browser. Can someone help me on this? It must be able to export several kind of pages with all kind of content (javascript, etc.) -- http://mail.python.org/mailman/listin

Re: How to hide a program?

2007-06-21 Thread jvdb
Hi all, thanks very much! it was indeed how i compiled to .exe After using the windows= , my issue was solved. Thanks to all who took the time on helping me. Jeroen -- http://mail.python.org/mailman/listinfo/python-list

Re: How to hide a program?

2007-06-20 Thread jvdb
On 20 jun, 17:05, Larry Bates <[EMAIL PROTECTED]> wrote: > jvdb wrote: > > Hi all, > > > I've created a program that receives files and opens the corresponding > > program (for example adobe acrobat). However, when started, i would > > like to see nothing o

Re: How to hide a program?

2007-06-20 Thread jvdb
On 20 jun, 15:59, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > jvdb wrote: > > Hi all, > > > I've created a program that receives files and opens the corresponding > > program (for example adobe acrobat). However, when started, i would > > like

How to hide a program?

2007-06-20 Thread jvdb
Hi all, I've created a program that receives files and opens the corresponding program (for example adobe acrobat). However, when started, i would like to see nothing of the running program. I only want to see the program that will be opened. Is it possible to start a program 'hidden' or minimized

Re: how to do reading of binary files?

2007-06-08 Thread jvdb
On 8 jun, 15:19, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: > In <[EMAIL PROTECTED]>, Diez B. Roggisch wrote: > > > > > jvdb schrieb: > >> True. But there is another issue attached to the one i wrote. > >> When i know how muc

Re: how to do reading of binary files?

2007-06-08 Thread jvdb
On 8 jun, 14:07, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > jvdb schrieb: .. > What has the searching to do with the reading? 10MB easily fit into the > main memory of a decent PC, so just do > > contents = open("file").read() # yes I

how to do reading of binary files?

2007-06-08 Thread jvdb
Hi all, I need some help on the following issue. I can't seem to solve it. I have a binary (pcl) file. In this file i want to search for specific codes (like <0C>). I have tried to solve it by reading the file character by character, but this is very slow. Especially when it comes to files which

Re: Help needed on config files

2007-01-31 Thread jvdb
Ok, with all your help and very useful hints, i managed to solve it! thanks! Now my program loops through the config file, and deletes the files older than 7 days with a specified extension. Here's my program: #this project removes old log files import os, time from ConfigParser import ConfigParse

Re: Help needed on config files

2007-01-31 Thread jvdb
Yes! That does the trick, thanks, both of you! -- http://mail.python.org/mailman/listinfo/python-list

Help needed on config files

2007-01-31 Thread jvdb
Hi there, I am quite new on python programming and need some help on solving my problem.. I have to make a (python) program which deletes files from directories. I don't think deleting, etc. is the problem. The problem is that the directories where i have to delete them are 'dynamic'/ subject to