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
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
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
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
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
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
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
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
Yes! That does the trick, thanks, both of you!
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
12 matches
Mail list logo