|
First
|
Prev |
Next
|
Last
Pages: 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286
manipulating movie files with Python I would like to write a python script which could take a movie file name (avi, mov, mpg) along with a start and stop time as parameters, and return to me a new movie file just containing that section of the original which I'm interested in. Is there a Python library which could already perform such magic? Than... 4 Jul 2008 01:50
Interest not met. david odey wrote: I write to inform you that the reason I subscribed to this web page is not been met. I want to be sent sample codes in programming languages especially python and an email tutorial on C#. I will be happy if these demands are met. Thanks in anticipation. AL... 3 Jul 2008 11:28
studieren und arbeiten im ausland Drogist Drogistin beruf ausland jobboerse oesterreich soziale arbeiten im ausland jobboerse hannover stellenangebote lehrer ausland beruf ausland Creative Director studieren und arbeiten im ausland Drogist Drogistin beruf ausland jobboerse oesterreich soziale arbeiten im ausland jobboerse hannover stellenangebote lehrer ausland beruf ausland Creative Director + + + ARBEITSANGEBOTE IM AUSLAND http://WWW.STELLENANGEBOT-AUSLAND.DE http://WWW.STELLENANGEBOT-AUSLAN... 3 Jul 2008 11:28
Write a file - beginner's question I have a probably simple beginner's question - I have a script that I am currently able to print its output. instead, i want to write it into a file - I tried different versions of write() but might have gotten the syntax wrong. the variable I want to write is a line from a file I am reading: "... f = op... 3 Jul 2008 15:36
A fix for OverflowError in 64bits platforms Hi all, I'm debugging a Plone site in an AMD64 laptop. When I first tried to run Zope, I got this exception: OverflowError: signed integer is greater than maximum In the archives I encounter no solutions. This is what I could find, so I share with you all: It seems that on 64bit platforms, sys.maxint is m... 4 Jul 2008 12:03
site-packages, unzipepd there but import fails i unzipped and put the folder in site-packages. when i run setup.py install nothing happens. when i do import pp from shell it complains it doesnt exist. isnt placing the folder in site-packages enough? these setup.py-files often dont work but normally it still works. ... 4 Jul 2008 21:16
multithreading in python ??? Abhishek Asthana wrote: Hi all , I have large set of data computation and I want to break it into small batches and assign it to different threads .I am implementing it in python only. Kindly help what all libraries should I refer to implement the multithreading in python. You should not do... 10 Jul 2008 19:36
PIL(Py Image lib), show() not showing picture... from PIL import Image import os print os.path.exists('C:/Users/saftarn/Desktop/images/blob.jpg') im2 = Image.open('C:/Users/saftarn/Desktop/images/blob.jpg') im2.show() first the command prompt pops up then the normal window to display pictures but it doenst show a picture. the prin os.path.exists returns ... 3 Jul 2008 17:39
Creating an .exe with Tkinter involved I know this is possible so someone out there should be able to help me! Okay, I have a program that uses Tkinter, and BeautifulSoup. I don't think it should be a problem. I want to create an exe of it. I have py2exe but I don't really know how to work it. I read their tutorial thing and did a setup that loo... 3 Jul 2008 06:20
Queue/Priority Needed Keith Nation wrote: I'm still very new to python, and I have a question about how to prioritize jobs in a queue. You can use the python 2.6 priority queue implementation: $ python Python 2.5.2 (r252:60911, Apr 21 2008, 11:12:42) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2 Type "help", "copyright", "cr... 3 Jul 2008 01:15 |