First  |  Prev |  Next  |  Last
Pages: 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
Copyright issues for an application developed using django, python and mySQL
Nagu <thogiti(a)gmail.com> writes: I made a small recommendation engine for our company using python, django, and mySQL. My supervisor and the senior management are worried about the copyright and licensing issues. It's good that they're raising these concerns and making sure. They want to find out the... 3 Jul 2008 21:45
Copyright issues for an application developed using django, python and mySQL
Hi, I made a small recommendation engine for our company using python, django, and mySQL. My supervisor and the senior management are worried about the copyright and licensing issues. They want to find out the details on how to go about start using it, like quoting python/django/ mySQL specifically on the bottom... 4 Jul 2008 22:17
How to bypass Windows 'cooking' the I/O? (One more time, please)
I know I saw the answer recently, as in since February '08, but I can't re-find it. :( I tried the mail archives and such and my own collections but the piece I saw still eludes me. Problem: (sos=same old s...) Microsoft insists the world work it's way even when the Microsoft way was proven wrong dec... 7 Jul 2008 07:21
Singleton implementation problems
Urizev wrote: Hi everyone I have developed the singleton implementation. However I have found a strange behaviour when using from different files. The code is attached. Executing main new MySet object No singleton instance New singleton: <__main__.Singleton instance at 0x2b98be474a70>... 5 Jul 2008 17:37
Parsing MIME-encoded data in an HTTP request
I'm writing a little HTTP server and need to parse request content that is mime-encoded. All the MIME routines in the Python standard library seem to have been subsumed into the email package, which makes this operation a little awkward. It seems I have to do the following: 1. Extract the content-length hea... 6 Jul 2008 03:48
Testing for an empty list
Okay this is a simple question I just don't know how. If I have a list, say: funList = [] and after a while something possible should have been appended to it, but wasn't. How can I test if that list is empty. -- View this message in context: http://www.nabble.com/Testing-for-an-empty-list-tp18268092p182680... 3 Jul 2008 22:46
controlling the windows
i am developing an application using Tkinter where 'next' button takes to another window and removes the first one from screen and 'back' button bring me back to previous window and so on. though i am able to move from one window to another but is unable to remove the previous one from the screen. does anybody hav... 3 Jul 2008 17:39
Instance Names
Hi All, I have a need (if at all possible) to create instance names using '[' and ']', i.e. [at0000]=ClassA0(), [at0001]=ClassB2(), etc. Of course Python tries to unpack a sequence when I do that. Is there anyway to do this? I do have a workaround but it is an ugly, nasty URL mangling thing. :-) Cheers, ... 3 Jul 2008 16:37
imap4_SSL from behind a proxy server
First to admit I'm a newbie at Python, IMAP, or SSL. And it's been a long time since I've posted anything to a Usenet group. But I've spent countless hours spinning my wheels on this one, so I thought I'd ask for help. I'm trying write some Python code to connect to Gmail from work, where I need to direct all ... 4 Jul 2008 08:58
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
First  |  Prev |  Next  |  Last
Pages: 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168