Sentiment analysis using Python

2009-10-08 Thread Henrik Lied
Hi there, An experiment I'm currently involved with requires some form of texual analysis to figure out the "mood" of sentences (ergo, if the sentence in any way seem negative or positive). Do any of you have experience with something equivalent, and perhaps some pointers on where I should go for

Re: "No backend servers available" using httplib

2007-09-27 Thread Henrik Lied
On Sep 27, 11:56 am, Bruno Desthuilliers wrote: > Henrik Lied a écrit : > > > Hi there! > > > I'm using a recipe found on ASPN [1] to upload some data to an > > external server. > > > The request fails, and all I get in response is "No backend serv

"No backend servers available" using httplib

2007-09-27 Thread Henrik Lied
Hi there! I'm using a recipe found on ASPN [1] to upload some data to an external server. The request fails, and all I get in response is "No backend servers available". So I'm wondering: Is this a known exception-message in httplib, or could it be an error in the requested external resource? [

Face Recognition

2007-06-25 Thread Henrik Lied
Hi there! Has anyone made effort to try to create a python binding to a facial recognition software [1]? For those of you with some experience - would this be very hard? [1] An example: http://www.cs.colostate.edu/evalfacerec/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Problems with os.spawnv

2007-04-05 Thread Henrik Lied
On Apr 6, 12:09 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Thu, 05 Apr 2007 18:53:04 -0300, Henrik Lied <[EMAIL PROTECTED]> > escribió: > > > On Apr 5, 11:39 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> > > wrote:

Re: Problems with os.spawnv

2007-04-05 Thread Henrik Lied
On Apr 5, 11:39 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Thu, 05 Apr 2007 18:19:56 -0300, Henrik Lied <[EMAIL PROTECTED]> > escribió: > > > So, I thought to myself that spawnv would be a good fit for this. The > > problem is that it doesn&

Re: Problems with os.spawnv

2007-04-05 Thread Henrik Lied
On Apr 5, 11:33 pm, [EMAIL PROTECTED] wrote: > On Apr 5, 4:19 pm, "Henrik Lied" <[EMAIL PROTECTED]> wrote: > > > > > Hi there! > > > I'm trying to convert a video in a background process. > > The scenario I'm after: > > 1. The use

Problems with os.spawnv

2007-04-05 Thread Henrik Lied
Hi there! I'm trying to convert a video in a background process. The scenario I'm after: 1. The user uploads a video 2. The video is saved in my media directory, and the database is populated with the references 3. The video gets converted to FLV - but the user shouldn't have to wait around for th

Re: Starting an external, independent process from a script

2007-03-13 Thread Henrik Lied
les here and its arguments") else: continue exec will replace the current child process with the given command and as we are doing fork the command will get executed in a child process.You can also use os.system there On 12 Mar 2007 16:13:51 -0700, Henrik Lied <[EMAIL PROTECTED] > w

Re: Starting an external, independent process from a script

2007-03-13 Thread Henrik Lied
I've tried os.spawnv and os.spawn, but these give no error and no result. Henrik Lied skreiv: > Hi there! > > I'm trying to create a video uploading service (just to learn). The > system is mostly based on Django, but the question I'm looking an > answer for is

Starting an external, independent process from a script

2007-03-12 Thread Henrik Lied
Hi there! I'm trying to create a video uploading service (just to learn). The system is mostly based on Django, but the question I'm looking an answer for is more related to Python. So, the user gets to upload a video file. This can either be a mpg, avi or mp4-file. When the file is saved to its