Search Discussions
-
Well I hjave certainly noted more than once that pip is cont ained in Python 3.4. But I am having the most extreme problems with simply typing "pip" into my command prompt and then getting back the ...
Steve Burrus
Sep 3, 2015 at 10:20 pm
Sep 9, 2015 at 8:16 am -
Hello everyone, I want to use python for web development but I could not configure my Apache server to run python with the guides I found on the internet. Can anyone help me configure http.server to ...
Tropical Dude Net
Sep 6, 2015 at 11:50 am
Sep 7, 2015 at 7:29 am -
[1, 2, 1, 4, 5] [1, 1, 3, 4, 5] I think I understand how it gets these results but I'm not really happy with them. I think python should give the second result in both cases. -- Antoon Pardon
Antoon Pardon
Sep 2, 2015 at 10:01 am
Sep 4, 2015 at 2:25 pm -
I have a function which is intended for use at the interactive interpreter, but may sometimes be used non-interactively. I wish to change it's output depending on the context of how it is being ...
Steven D'Aprano
Sep 10, 2015 at 5:54 pm
Sep 11, 2015 at 3:55 pm -
Dear group, I do use Windows 7 and have a user name with diacritics. Whenever I am querying an extension with pip, it will fail since it does not pass on the user folder correctly. I thought PIP ...
Laszlo Lebrun
Sep 8, 2015 at 7:14 pm
Sep 9, 2015 at 8:23 pm -
Hi, I am developing code (Python 3.4) that transforms text data from one format to another. As part of the process, I had a set of hard-coded str.replace(...) functions that I used to clean up the ...
Rob Hills
Sep 2, 2015 at 2:03 am
Sep 6, 2015 at 12:43 pm -
Dear all, I have my python scripts that use several python libraries such as h5py, pyside, numpy.... In Windows I have an installer that will install python locally on user machine and so my program ...
Heli Nix
Sep 3, 2015 at 2:32 pm
Sep 4, 2015 at 1:16 pm -
12
XML Binding
Hi All, Is there any module available in python standard library for XML binding? If not, any other suggestions. Which is good for parsing large file? 1. XML binding 2. Creating our own classes ...Palpandi
Sep 3, 2015 at 4:54 pm
Sep 11, 2015 at 6:47 am -
Some where i am missing simple logic.... :) ===== child = pexpect.spawn('ssh hari at hostname') child.logfile = sys.stdout child.expect('hari\'s Password: ') ===== getting error as follows ...
Harirammanohar159
Sep 8, 2015 at 11:37 am
Sep 10, 2015 at 6:08 am -
Hello, At the end of the last line of the following program, there is a comma, I dont understand why ? Thx from cx_Freeze import setup, Executable # On appelle la fonction setup setup( name = ...
Ast
Sep 3, 2015 at 12:20 pm
Sep 3, 2015 at 11:01 pm -
I have a listening socket, self.lsock, which is used in an accept() call as follows endpoint = self.lsock.accept() The problem is that if control-C is pressed it is not recognised until something ...
James Harris
Sep 10, 2015 at 6:24 pm
Sep 11, 2015 at 11:15 pm -
Good Morning: I am experimenting with many exception handling and utilizing continue vs pass. After pouring over a lot of material on SO and other forums I am still unclear as to the difference when ...
Kbtyo
Sep 3, 2015 at 3:05 pm
Sep 3, 2015 at 4:37 pm -
Hi all I am new to python but not programming (Although rusty) and am using Learning Python The Hard Way. I really like it. System: --------------- Debian 8 (jessie) KDE Desktop Python 2.7 (It's ...
Gary Roach
Sep 9, 2015 at 5:27 pm
Sep 10, 2015 at 6:42 am -
Hi! I took a look at tkinter. It is pretty simple but it's very hard to construct some relatively more complex widgets. So I looked at pmw. Because my system only have pmw for python2, I downloaded ...
Paulo da Silva
Sep 6, 2015 at 6:47 pm
Sep 8, 2015 at 1:04 am -
Hi folks, currently, I came across http://pythonwheels.com/ during researching how to make a proper Python distribution for PyPI. I thought it would be great idea to tell other maintainers to upload ...
Sven R. Kunze
Sep 6, 2015 at 5:33 pm
Sep 7, 2015 at 4:52 pm -
This contained the itertool recipes and was available on pypi but looks like it's gone. Can anybody tell me if it's defunct, superceeded or what? -- My fellow Pythonistas, ask not what our language ...
Mark Lawrence
Sep 1, 2015 at 1:42 am
Sep 1, 2015 at 5:53 am -
Hey, is there a easy way to copy the content between 2 unique keywords in a .txt file? example.txt 1, 2, 3, 4 #keyword1 3, 4, 5, 6 2, 3, 4, 5 #keyword2 4, 5, 6 ,7 Thank you very much
Gerald
Sep 10, 2015 at 11:18 am
Sep 10, 2015 at 7:41 pm -
Hi, Python 3.2.3 (default, Jun 18 2015, 21:46:42) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. Traceback (most recent call last): File "<stdin ", line ...
Vincent Vande Vyvre
Sep 4, 2015 at 1:56 am
Sep 4, 2015 at 3:19 am -
Let's suppose somebody passes me a file descriptor to work with. It could come from somewhere else, but for the sake of discussion let's pretend I create it myself this way: import os fd = ...
Steven D'Aprano
Sep 1, 2015 at 2:57 pm
Sep 2, 2015 at 7:02 am -
1. How can I save 256 lists, each list has 32 values( hexadecimal numbers) 2. How to compare the saved lists with another 256 lists ( that are read online and have the same structure as the list ...
Jahn
Sep 1, 2015 at 5:08 am
Sep 1, 2015 at 5:26 pm -
Hi all My project comprises a number of modules, split into packages. Modules frequently need to access the contents of other modules, in the same or in a different package. I am getting better at ...
Frank Millman
Sep 10, 2015 at 7:12 am
Sep 11, 2015 at 6:40 am -
win7 / py433 How to downgrade from the latest pip (7.1.2) to the previous one? I'm sorry, I do not remember the numerous msgs I saw when updating. (Yesterday) (I'm serious) Now, what?
Wxjmfauth
Sep 8, 2015 at 3:54 pm
Sep 10, 2015 at 7:39 am -
I'm using grouper() to iterate over a textfile in groups of lines: def grouper(iterable, n, fillvalue=None): "Collect data into fixed-length chunks or blocks" # grouper('ABCDEFG', 3, 'x') -- ABC DEF ...
Victor Hooi
Sep 2, 2015 at 10:04 am
Sep 2, 2015 at 5:48 pm -
Up to now we use simple logging to files. We don't use syslog or an other server based solution. I am unsure which architecture works for our environment. Our environment: - django based applications ...
Thomas Güttler
Sep 9, 2015 at 8:33 am
Sep 11, 2015 at 9:02 am -
Hi DISPLAYSURF = pygame.display.set_mode((400, 300)) pygame.display.set_caption('Hello World!') The first line opens a 400x300 pygame window. The second one writes "Hello World" on top of it. I am ...
Ast
Sep 8, 2015 at 9:33 am
Sep 8, 2015 at 2:12 pm -
I need to execute an external shell script via subprocess on Linux. One of the parameters needs to be passed inside double quotes But the double quotes do not appear to be passed to the script I am ...
Loial
Sep 8, 2015 at 11:03 am
Sep 8, 2015 at 11:15 am -
I have a function which is meant to return a tuple: def get_metrics(server_status_json, metrics_to_extract, line_number): <SOME_CODE return ((timestamp, "serverstatus", values, tags)) I also have ...
Victor Hooi
Sep 2, 2015 at 11:49 am
Sep 2, 2015 at 4:09 pm -
3
python
I wand updateBabi pepek
Sep 6, 2015 at 11:09 pm
Sep 7, 2015 at 11:42 pm -
Hi friends! Can some one help me with the best module and/or its tutorial, to generate html reports for python scripts? I tried pyreport and sphc; but, i am getting errors.
Uday3prakash
Sep 3, 2015 at 5:04 am
Sep 5, 2015 at 4:45 pm -
I am currently using Jupyter and Pythopn 3.4. I am currently using the following script to parse and convert XML data structures, nested in a CSV - formatted file, convert into a dictionary and then ...
Kbtyo
Sep 2, 2015 at 10:15 pm
Sep 2, 2015 at 10:50 pm -
I am writing an application that will do the necessary logging. However I want the level of logging to be deciced by a value in a config file. Like the following: loglevel = WARNING But I can't find ...
Antoon Pardon
Sep 2, 2015 at 9:14 am
Sep 2, 2015 at 11:21 am -
I am trying to use a monospaced font (preferably small) in MS Windows with wxpython. I have tried txtctrl.SetFont(wx.Font(10, wx.MODERN, wx.NORMAL, wx.NORMAL, False, u'Consolas')) but no success, I ...
Javier
Sep 11, 2015 at 10:16 pm
Sep 12, 2015 at 12:35 am -
I have a (fairly) simple script that does 'catchall' processing on my POP3 mailbox. It looks for messages To: strings that *might* be for me and then throws everything else away. I was getting the ...
Cl
Sep 11, 2015 at 4:33 pm
Sep 11, 2015 at 7:17 pm -
Hello, The code below is what I came up with to solve the problem: 1. We're given geographic coordinates for two opposite vertices of a rectangle. 2. If any of the sides of the rectangle is larger ...
Seb
Sep 11, 2015 at 3:05 am
Sep 11, 2015 at 1:49 pm -
I've installed 3.5 for all users so it's in C:\Program Files From https://docs.python.org/3.5/using/windows.html#from-the-command-line it says "System-wide installations of Python 3.3 and later will ...
Mark Lawrence
Sep 9, 2015 at 11:52 pm
Sep 10, 2015 at 3:56 pm -
HI folks, We have recently launched Python support on our continuous integration and deployment service and are looking for communities feedback. If you're up for it, please give a test drive to our ...
Filip Komnenović
Sep 8, 2015 at 10:27 am
Sep 8, 2015 at 7:19 pm -
hi: I download the python2.7.10 package and execute cmd: ./configure --help.It is messages as follow: Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use ...
Chenchao
Sep 7, 2015 at 12:16 pm
Sep 8, 2015 at 9:30 am -
Does anyone know of an easy to follow guide/tutorial to follow. I am trying to implement a calendar into my app that works as a job rota for employees. I have tried using django-scheduler and ...
Cmeek Dev
Sep 6, 2015 at 8:52 pm
Sep 7, 2015 at 8:58 am -
I am running Python 3.4 on Windows 7 and is facing [Error 13] Permission Denied while installing Python packages such as SciPy, NumPy etc; here are the facts that I tried but failed: 1. I have admin ...
Moinakb
Sep 4, 2015 at 9:36 am
Sep 4, 2015 at 10:55 am -
I'm looking for people's experiences with the different ways to send push notifications to mobile devices. I have an app that will be running on Amazon, so I can use their SNS API or I can do it ...
Larry Martell
Sep 3, 2015 at 12:30 pm
Sep 3, 2015 at 3:54 pm -
2
error
Hi, I have a Python version: Python 2.7.8 I'm runing it on: Fedora release 21 Yesterday I a sent a question: I'm starting in the Python scripts. I run this script: import numpy as np import netCDF4 f ...Jorge Conrado
Sep 2, 2015 at 6:18 pm
Sep 2, 2015 at 6:44 pm -
Hi, I'm starting in the Python scripts. I run this script: import numpy as np import netCDF4 f = netCDF4.Dataset('uwnd.mon.ltm.nc','r') f.variables and I had the message: netcdf4.py Traceback (most ...
Jorge Conrado
Sep 1, 2015 at 5:23 pm
Sep 1, 2015 at 9:10 pm -
I assume the answer is "Yes", but is it safe to expect that tempfile.mkstemp() will only create a file that doesn't already exist? I presume that there's no chance of it over-writing an existing file ...
Steven D'Aprano
Sep 1, 2015 at 2:45 pm
Sep 1, 2015 at 5:09 pm -
Hi there, I am researching a nice slick way to provide the difference between generated python multi-line configuration output and specific configuration lines gathered from an output file. I could ...
Noah
Sep 11, 2015 at 12:41 am
Sep 11, 2015 at 7:03 am -
I have an app that uses the logging package with a SocketHandler to send messages. Now I've been asked to change it so that it can receive a response for each log message sent. It appears there is no ...
Larry Martell
Sep 9, 2015 at 10:37 am
Sep 10, 2015 at 6:54 am -
Hi, I have a problem to import a multiprocessing module. I am using Python 2.7 and Windows 8. The program (.py) is executed since MS-DOS console. If I run the program the output is "ImportError: No ...
Julio Alonso
Sep 9, 2015 at 9:58 pm
Sep 10, 2015 at 5:39 am -
On behalf of the Python development community and the Python 3.5 release team, I'm relieved to announce the availability of Python 3.5.0rc3, also known as Python 3.5.0 Release Candidate 3. The next ...
Larry Hastings
Sep 8, 2015 at 1:35 am
Sep 8, 2015 at 2:54 pm -
hi: I cross compiled python2.7.10 and install python on my embedded device. But now, I may install pip on my embedded device. So, I did it as follow: 1 I execute cmd:python -m ensurepip. It ocuurs ...
Chenchao
Sep 7, 2015 at 9:59 am
Sep 7, 2015 at 10:17 am
Group Overview
group | python-list |
categories | python |
discussions | 64 |
posts | 591 |
users | 121 |
website | python.org |
121 users for September 2015
Archives
- September 2015 (591)
- August 2015 (1,058)
- July 2015 (1,440)
- June 2015 (1,704)
- May 2015 (1,841)
- April 2015 (1,231)
- March 2015 (1,717)
- February 2015 (1,612)
- January 2015 (889)
- December 2014 (1,283)
- November 2014 (1,600)
- October 2014 (1,447)
- September 2014 (1,031)
- August 2014 (1,867)
- July 2014 (1,618)
- June 2014 (1,357)
- May 2014 (1,431)
- April 2014 (1,285)
- March 2014 (2,093)
- February 2014 (1,999)
- January 2014 (2,089)
- December 2013 (2,060)
- November 2013 (2,507)
- October 2013 (1,932)
- September 2013 (1,634)
- August 2013 (1,532)
- July 2013 (2,062)
- June 2013 (2,795)
- May 2013 (1,935)
- April 2013 (1,980)
- March 2013 (1,953)
- February 2013 (1,789)
- January 2013 (1,924)
- December 2012 (1,569)
- November 2012 (1,579)
- October 2012 (1,961)
- September 2012 (2,311)
- August 2012 (1,808)
- July 2012 (1,577)
- June 2012 (1,199)
- May 2012 (1,197)
- April 2012 (1,416)
- March 2012 (1,373)
- February 2012 (1,442)
- January 2012 (1,446)
- December 2011 (1,895)
- November 2011 (1,291)
- October 2011 (1,188)
- September 2011 (1,587)
- August 2011 (2,069)
- July 2011 (2,140)
- June 2011 (1,908)
- May 2011 (2,475)
- April 2011 (2,098)
- March 2011 (1,761)
- February 2011 (1,746)
- January 2011 (2,123)
- December 2010 (1,671)
- November 2010 (2,355)
- October 2010 (2,518)
- September 2010 (2,187)
- August 2010 (3,098)
- July 2010 (2,579)
- June 2010 (3,238)
- May 2010 (2,458)
- April 2010 (2,356)
- March 2010 (2,759)
- February 2010 (3,486)
- January 2010 (3,294)
- December 2009 (2,899)
- November 2009 (3,396)
- October 2009 (3,346)
- September 2009 (3,087)
- August 2009 (3,903)
- July 2009 (3,761)
- June 2009 (3,321)
- May 2009 (3,370)
- April 2009 (4,272)
- March 2009 (4,228)
- February 2009 (3,965)
- January 2009 (4,732)
- December 2008 (4,335)
- November 2008 (3,799)
- October 2008 (4,123)
- September 2008 (3,816)
- August 2008 (4,056)
- July 2008 (4,238)
- June 2008 (3,737)
- May 2008 (4,976)
- April 2008 (4,708)
- March 2008 (4,122)
- February 2008 (4,132)
- January 2008 (4,145)
- December 2007 (3,686)
- November 2007 (3,419)
- October 2007 (4,234)
- September 2007 (4,332)
- August 2007 (4,189)
- July 2007 (3,771)
- June 2007 (4,142)
- May 2007 (5,018)
- April 2007 (4,912)
- March 2007 (4,365)
- February 2007 (3,951)
- January 2007 (3,864)
- December 2006 (4,449)
- November 2006 (4,229)
- October 2006 (5,506)
- September 2006 (5,244)
- August 2006 (4,829)
- July 2006 (4,720)
- June 2006 (5,054)
- May 2006 (5,302)
- April 2006 (4,845)
- March 2006 (5,729)
- February 2006 (4,839)
- January 2006 (5,249)
- December 2005 (5,011)
- November 2005 (5,677)
- October 2005 (5,387)
- September 2005 (4,458)
- August 2005 (4,428)
- July 2005 (4,472)
- June 2005 (4,562)
- May 2005 (4,269)
- April 2005 (5,019)
- March 2005 (5,070)
- February 2005 (5,159)
- January 2005 (5,194)
- December 2004 (5,211)
- November 2004 (4,048)
- October 2004 (5,191)
- September 2004 (5,534)
- August 2004 (6,168)
- July 2004 (4,217)
- June 2004 (4,202)
- May 2004 (3,890)
- April 2004 (4,285)
- March 2004 (5,077)
- February 2004 (4,213)
- January 2004 (3,988)
- December 2003 (3,818)
- November 2003 (4,940)
- October 2003 (6,297)
- September 2003 (4,299)
- August 2003 (5,654)
- July 2003 (4,912)
- June 2003 (4,933)
- May 2003 (4,938)
- April 2003 (5,017)
- March 2003 (5,031)
- February 2003 (7,701)
- January 2003 (6,229)
- December 2002 (4,102)
- November 2002 (4,346)
- October 2002 (3,307)
- September 2002 (4,206)
- August 2002 (4,919)
- July 2002 (4,826)
- June 2002 (4,215)
- May 2002 (5,295)
- April 2002 (5,967)
- March 2002 (5,323)
- February 2002 (5,245)
- January 2002 (5,617)
- December 2001 (4,443)
- November 2001 (4,565)
- October 2001 (3,669)
- September 2001 (3,719)
- August 2001 (5,208)
- July 2001 (6,528)
- June 2001 (4,905)
- May 2001 (5,492)
- April 2001 (4,713)
- March 2001 (4,478)
- February 2001 (3,871)
- January 2001 (4,187)
- December 2000 (3,099)
- November 2000 (2,336)
- October 2000 (3,820)
- September 2000 (3,933)
- August 2000 (4,253)
- July 2000 (4,199)
- June 2000 (4,089)
- May 2000 (4,269)
- April 2000 (3,217)
- March 2000 (3,719)
- February 2000 (4,000)
- January 2000 (2,682)
- December 1999 (2,283)
- November 1999 (1,896)
- October 1999 (2,048)
- September 1999 (2,001)
- August 1999 (2,151)
- July 1999 (2,351)
- June 1999 (2,386)
- May 1999 (2,201)
- April 1999 (1,706)
- March 1999 (6)
- February 1999 (1)