Image capture from Alacron FastFrame-CB

2008-03-17 Thread phishboh
Hi. I would like to perform some image processing using Python. Can someone please point me in the right direction on how to get images from the framegrabber (Alacron FastFrame-CB)? Is VideoCapture (http://videocapture.sourceforge.net/) the correct way to go? Thanks in advance. --

Numpy array index handling

2007-07-13 Thread phishboh
Being a Matlab user wanting to switch to Python/SciPy, I'd like to know how the following Matlab code would be written in Python: % First, just some artificial data N = 100 ; input = sign(randn(1, N)) ; a = (1 : N) ; % This is what I'd like to do; % for indices where the input has a certain

Re: Automatic login to website (newbie)

2007-05-16 Thread phishboh
On 15 Mai, 16:25, Tim Williams [EMAIL PROTECTED] wrote: The frame URL ishttp://www.expekt.com/contenttop.jsp, you could try navigating directly to the frame to see if it helps website = http://www.expekt.com/contenttop.jsp; ie.navigate(website) ie.textBoxSet('user', 'MyLogin')

Automatic login to website (newbie)

2007-05-15 Thread phishboh
I'm trying to use PAMIE to login to a website: import cPAMIE # python.org - just a test, works fine ie = cPAMIE.PAMIE() website = http://www.python.org; ie.navigate(website) ie.textBoxSet('q', 'pamie') ie.buttonClick('submit') # expekt.com - this is what I want to do, but it fails ie =

Installation of eyeD3 on Windows (newbie)

2007-05-06 Thread phishboh
As a Python introduction exercise, I plan to write a script to automatically rename my music files according to the information in the ID3 tag (v2.X), and update the tag if necessary. To read/write ID3 tags, I found the eyeD3 library (http:// eyed3.nicfit.net/). However, I could not find any