|
First
|
Prev |
Next
|
Last
Pages: 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368
windows installers and license agreement Is it possible to create a windows installer using distutils that includes a prompt for the user to agree to the terms of the license? Thanks, Darren ... 30 Jun 2008 09:37
Classical nurses site Recommended for everyone to an Asian pornographic website$B!$(BThere are many beauty photos and movies.URL: http://www.loioi.com If you need more sites, then contact me. e-mail: aa459ss(a)live.cn ... 29 Jun 2008 09:05
tkinter, loading image error, TclError: couldn't recognize data in image file "C:/users/me/desktop/images/blob4.jpg" from Tkinter import * import os master = Tk() w = Canvas(master, width=800, height=600) print os.path.exists('C:/me/saftarn/desktop/images/blob4.jpg') im = PhotoImage(file = 'C:/users/saftarn/desktop/images/blob4.jpg') #im = file = 'C:/users/me/desktop/images/blob4.jpg' pic = w.create_image(0, 0, image = i... 30 Jun 2008 05:32
problem with internationalized headers in email package Hi. From RFC 2047: + An 'encoded-word' MUST NOT appear in any portion of an 'addr-spec'. + An 'encoded-word' MUST NOT appear within a 'quoted-string'. + An 'encoded-word' MUST NOT be used in a Received header field. + An 'encoded-word' MUST NOT be used in parameter of a MIME Content-Type or Content-Dispositio... 29 Jun 2008 22:23
What is "@" used for ? Hi. I am noob in python. while reading some source code I came across , this funny thing called @ in some function , def administrator(method): @functools.wraps(method) def wrapper(self, *args, **kwargs): user = users.get_current_user() if not user: if self.request.method... 29 Jun 2008 07:03
help debugging noob code - converting binary data to images... Ok I'm a Python noob, been doing OK so far, working on a data conversion program and want to create some character image files from an 8-bit ROM file. Creating the image I've got down, I open the file and use TK to draw the images... but 1) It does not seem to end (running in IDLE), I have to kill the proces... 30 Jun 2008 00:26
Why is recursion so slow? Recursion is awesome for writing some functions, like searching trees etc but wow how can it be THAT much slower for computing fibonacci- numbers? is the recursive definition counting fib 1 to fib x-1 for every x? is that what lazy evaluation in functional languages avoids thus making recursive versions much fas... 2 Jul 2008 08:48
Market simulations with Python I am interested in market simulation with Python, simulating buyers and sellers arriving with goods at random times. I looked at SimPy, it's pretty nice, but all the examples are around congestion problems. Should I a) dig deeper b) write something from scratch c) look at another library? thanks, max. ... 29 Jun 2008 00:56
Internet secrets:The nobody know of place We engaged in the development of the depth of resources$B!$(BNow we need to expand personnel. If you are interested, we can exchange. More information, visit: http://www.ivoivo.cn ... 28 Jun 2008 22:54
HTML Parsing Hi everyone I am trying to build my own web crawler for an experiement and I don't know how to access HTTP protocol with python. Also, Are there any Opensource Parsing engine for HTML documents available in Python too? That would be great. ... 30 Jun 2008 09:37 |