First  |  Prev |  Next  |  Last
Pages: 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197
Updates about Tk
Hi, I'm going to start my little journey into the Python's lands. I have already red the old posts about but I suppose this is an evolving topic. I have understood Tk is the default Python's GUI toolkit, I have also read that version 8.5 has native widgets and visual improvements. My question is: Are the new T... 9 Mar 2010 18:04
Karrigell 3.0.4 published
Hi, A new version of the web framework Karrigell is on line The main changes are : - more robust session management in multi-threaded and multi-process environments - Unicode management in the HTMLTags module (HTML generation in Python) - Unicode management and error reports in Karrigell Templates (simple t... 27 Feb 2010 15:27
importing libraries not working 2.6.4
I used the x86 Python 2.6.4 installer. I am working in x64 Win7 pro. I have tried adjusting environment variables as well as putting the files directly in the search path of Python.. Python still returns this.. Any ideas? import sys sys.path ['C:\\Python26\\Lib\\idlelib', 'C:\\Program Files\\Autodesk\... 26 Feb 2010 19:47
Problems uploading to IIS using FTP over SSL
On Feb 26, 2:05 pm, Stephen Nelson-Smith <sanel...(a)gmail.com> wrote: Hello, I'm sorry - I hadn't realised that python-list ended up here as well. Sincere apologies for double-posting. S. ... 26 Feb 2010 17:33
random.gauss: range
hi, i'm trying the random.gauss function. can anyone explain how to get a number between a given range? like, from 0 to 20 with an average of 10? and how to determine the "steep" of the curve? i've never studied it, so mu and sigma don't really tell me a thing. thanks in advange ... 28 Feb 2010 00:14
loop through each line in a text file
I'm a python newbie but I do have some basic scripting experience. I need to take the line starting with "wer" and extract the year and day of year from that string. I want to be able to add the year and day of year from the last line having "wer*" to the lines occurring in between "wer*" lines. Python seems sui... 1 Mar 2010 11:22
any news from Python Magazine ?
Seems rather late...: http://pythonmagazine.com/ "We'll be back, better than ever, on January 26th, 2010. " Olivier ... 26 Feb 2010 16:26
A more specific query ...
How can I interrogate Python to find out where it is looking to find the PyQt4 DLLs in a Windows installation? Secondarily, how is this search path set? ... 27 Feb 2010 01:17
collections use __next__() in python 2.6?
The Python 2.6.4 docs for collections at http://docs.python.org/library/collections.html say that __next__() is an abstract method for the Iterable ABC. But my understanding is that __next__() isn't supposed to be used until Python 3. Also, I'm using the Mapping ABC, which inherits from Iterable, and it doesn't seem to... 26 Feb 2010 15:19
ANN: python-ldap-2.3.11
Find a new release of python-ldap: http://www.python-ldap.org/ python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. It mainly wraps the OpenLDAP 2.x libs for that purpose. Additionally it contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAPUR... 26 Feb 2010 09:37
First  |  Prev |  Next  |  Last
Pages: 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197