Michael Torrie wrote:
> Carl K wrote:
>> I need to convert pdf to png, which imagemagic convert does, I think by using
>> ghostscript. a little over a year ago I tried with some imagemagic (there
>> are
>> at least 2 i think) and neither seemed close to working
eports.
what this is for: http://chipy.org/V4l2forPyCon
Carl K
--
http://mail.python.org/mailman/listinfo/python-list
working (for pdf that is.) any
idea if pdf conversion is working?
Carl K
--
http://mail.python.org/mailman/listinfo/python-list
Ok, that post was somewhat bleck.
Here is a much better version: http://chipy.org/V4l2forPyCon
Carl K
--
http://mail.python.org/mailman/listinfo/python-list
re, or off list, or on #python or #chipy.
Carl K
--
http://mail.python.org/mailman/listinfo/python-list
pre-processing goes: the pdf is generated from data the user just
entered into a web page. it may not even be saved to the DB yet.
the new ImageMagick bindings should do what I need:
http://www.procoders.net/?p=39
Carl K
--
http://mail.python.org/mailman/listinfo/python-list
PROTECTED]:~$ cat /etc/hosts
127.0.0.1 localhost
127.0.0.1 asus17.personnelware.comasus17
127.0.0.1 newsgroups.comcast.net
Carl K
--
http://mail.python.org/mailman/listinfo/python-list
I am trying to convert the pdf to a png, but without having to run external
commands. so I will understand if you arn't happy with pdfimages.
Carl K
--
http://mail.python.org/mailman/listinfo/python-list
Grant Edwards wrote:
> On 2007-12-25, Diez B. Roggisch <[EMAIL PROTECTED]> wrote:
>> Carl K schrieb:
>>> Grant Edwards wrote:
>>>> On 2007-12-24, Carl K <[EMAIL PROTECTED]> wrote:
>>>>
>>>>>> If it is a multi page pdf Imagem
Rob Wolfe wrote:
> Carl K <[EMAIL PROTECTED]> writes:
>
>> I need to take the take the pdf output from reportlab and create a
>> preview image for a web page. so png or something. I am sure
>> ghostscript will be involved. I am guessing PIL or ImageMagic ?
>>
Diez B. Roggisch wrote:
> Carl K schrieb:
>> Grant Edwards wrote:
>>> On 2007-12-24, Carl K <[EMAIL PROTECTED]> wrote:
>>>
>>>>> If it is a multi page pdf Imagemagick will do:
>>>>>
>>>>> convert file.pdf page-%03d.pn
Jaap Spies wrote:
> Carl K wrote:
>> Grant Edwards wrote:
>>> On 2007-12-24, Carl K <[EMAIL PROTECTED]> wrote:
>>>
>>>>> If it is a multi page pdf Imagemagick will do:
>>>>>
>>>>> convert file.pdf page-%03d.png
>&
Andrew MacIntyre wrote:
> Grant Edwards wrote:
>> On 2007-12-24, Carl K <[EMAIL PROTECTED]> wrote:
>>
>>>> If it is a multi page pdf Imagemagick will do:
>>>>
>>>> convert file.pdf page-%03d.png
>>> I need python code to do th
Grant Edwards wrote:
> On 2007-12-24, Carl K <[EMAIL PROTECTED]> wrote:
>
>>> If it is a multi page pdf Imagemagick will do:
>>>
>>> convert file.pdf page-%03d.png
>> I need python code to do this. It is going to be run on a
>> someone else
Jaap Spies wrote:
> Carl K wrote:
>> I need to take the take the pdf output from reportlab and create a
>> preview image for a web page. so png or something. I am sure
>> ghostscript will be involved. I am guessing PIL or ImageMagic ?
>>
>> all sugestions welco
I need to take the take the pdf output from reportlab and create a preview
image
for a web page. so png or something. I am sure ghostscript will be involved.
I am guessing PIL or ImageMagic ?
all sugestions welcome.
Carl K
--
http://mail.python.org/mailman/listinfo/python-list
Chris Mellon wrote:
> On Dec 21, 2007 3:25 PM, Carl K <[EMAIL PROTECTED]> wrote:
>> ianaré wrote:
>>> On Dec 21, 12:37 pm, Carl K <[EMAIL PROTECTED]> wrote:
>>>> How do I hang an app off the mac dashboard?
>>>>
>>>> The goal is a
ianaré wrote:
> On Dec 21, 12:37 pm, Carl K <[EMAIL PROTECTED]> wrote:
>> How do I hang an app off the mac dashboard?
>>
>> The goal is a python version of Weatherbug.
>>
>> something like:
>> read xml data from a URL,
>> display some num
How do I hang an app off the mac dashboard?
The goal is a python version of Weatherbug.
something like:
read xml data from a URL,
display some numbers,
mouse over shows more details
Carl K
--
http://mail.python.org/mailman/listinfo/python-list
jay graves wrote:
> On Sep 21, 2:43 am, Tim Golden <[EMAIL PROTECTED]> wrote:
>> Carl K wrote:
>>> It seems there are 2 odbc modules - pyOdbc and mxOdbc - anyone know the
>>> difference?
>> In short, pyodbc is open source; mxOdbc requires a commercial licens
ow what modules, and
the lines to connect and execute a sql command.
It seems there are 2 odbc modules - pyOdbc and mxOdbc - anyone know the
difference?
Carl K
--
http://mail.python.org/mailman/listinfo/python-list
Dennis Lee Bieber wrote:
> On Thu, 24 May 2007 09:07:07 -0500, Carl K <[EMAIL PROTECTED]>
> declaimed the following in comp.lang.python:
>
>> Getting closer, thanks Bill and Diez.
>>
>> $ export ORACLE_HOME
>> $ ORACLE_HOME=/usr/lib/oracle/xe/app/oracle
Bill Scherer wrote:
> Carl K wrote:
>> Getting closer, thanks Bill and Diez.
>>
>> $ export ORACLE_HOME
>> $ ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/client
>> $ python setup.py build
>> $ sudo python setup.py install
>>
>> $ pyt
tError: libclntsh.so.10.1: cannot open shared object file: No such file or
directory
guessing I need to add
/usr/lib/oracle/xe/app/oracle/product/10.2.0/client/lib/
to some path?
btw - anyone know of a .deb that will install this?
Carl K
--
http://mail.python.org/mailman/listinfo/python-list
;, line 17, in __getitem__
def __getitem__(self, key): return self.data[key]
KeyError: 'ORACLE_HOME'
Now I don't really know whos problem this is.
Carl K
--
http://mail.python.org/mailman/listinfo/python-list
e.html - This just shows what
lengths I am willing to go to. but I really don't want to start learning perl.
TIA
Carl K
--
http://mail.python.org/mailman/listinfo/python-list
Dennis Lee Bieber wrote:
> On Thu, 26 Apr 2007 18:18:57 -0700, John Nagle <[EMAIL PROTECTED]>
> declaimed the following in comp.lang.python:
>
>> Carl K wrote:
>>> using MySQLdb, I do cursor.execute("update...")
>>>
>>> How can I tell h
John Nagle wrote:
> Carl K wrote:
>> using MySQLdb, I do cursor.execute("update...")
>>
>> How can I tell how many rows were affected ?
>>
>> Carl K
>
> cursor = db.cursor() # get cursor
> cursor.execute(sql
using MySQLdb, I do cursor.execute("update...")
How can I tell how many rows were affected ?
Carl K
--
http://mail.python.org/mailman/listinfo/python-list
I use spe - it is in universe.
Has some rough edges, but in general I like it enough to recommend it.
Carl K
--
http://mail.python.org/mailman/listinfo/python-list
Steven Bethard wrote:
> Carl K wrote:
>> Is there a more elegant way of coding this:
>>
>> x=o.p # save .p
>> o.p=0
>> o.m()
>> o.p=x # restore .p
>>
>> seems very push/pop to me - like there should be a way that doesn't
>> need
ng in a parameter,
but that isn't my choice.)
Carl K
--
http://mail.python.org/mailman/listinfo/python-list
I am organizing 3 python events in Chicago: 2 free, one cheap.
1st is really just an extended VFP users group meeting featuring Ed Leafe, one
of the Dabo developers. I am getting a larger room to accommodate the python
group too. The meeting is Nov 14 5:30pm in the loop: (not sure yet where,
33 matches
Mail list logo