First  |  Prev |  Next  |  Last
Pages: 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178
sell:nike shoes$32,ed hardy(items),jean$30,handbag$35
<a href="http://etootoo.com">http://www.etootoo.com</a> free shipping competitive price <p><a href="http://etootoo.com/articleshow.asp? articleid=26123">wholesale nikeshoes</a><br> <a href="http://etootoo.com/articleshow.asp?articleid=40466">nike wholesale</a><br> <a href="http://etootoo.com/articleshow.asp?... 21 Mar 2010 19:42
Python 3.1.2
On 3/21/2010 1:12 PM, Benjamin Peterson wrote: On behalf of the Python development team, I'm joyful to announce the second bugfix release of the Python 3.1 series, Python 3.1.2. Thanks for the work. This bug fix release fixes numerous issues found in 3.1.1, and is considered a production release. ... 21 Mar 2010 18:34
device identification
i have installed pyusb now and run the sample usbenum.py....i have 3 usb ports on my PC but the results show 6 outputs to dev.filename..they are numbers like 001 or 005 etc.... and they changed when i plugged in devices...(i am no good with the usb standards)....i just want to identify each device/port... what par... 24 Mar 2010 23:51
Regexp problem when parsing a string
I'm a beginner and I was trying to write a program to parse recursively all file names in a directory specified as parameter. The problem is that I get a "None" printed to stdout when a file is positively matched. While when the file name doesn't match the regexp the output seems ok. C:\>c:\python.exe g:\a.py sam... 21 Mar 2010 15:03
RSON 0.06 released
I am pleased to announce the release of RSON 0.06. The goal of the RSON project is to create a file format that is easy to edit, diff, and version control, that is a superset of JSON and smaller than YAML. I consider this release to be feature complete on the file format, and I believe the pure Python 2.x deco... 21 Mar 2010 13:50
[ANN] Pyspread 0.1 released
Pyspread 0.1 released ===================== After a long and eventful Alpha period, pyspread has finally reached Beta stage. I thank all contributors and testers who have helped getting pyspread to this point. About: ------ Pyspread is a cross-platform Python spreadsheet application. It is based on and... 20 Mar 2010 18:50
How to automate accessor definition?
I need to create a class solely for the purpose of encapsulating a large number of disparate data items. At the moment I have no plans for any methods for this class other than the bazillion accessors required to access these various instance variables. (In case it matters, this class is meant to be a ... 23 Mar 2010 05:37
why is there now execption for windows? trying to listen twice tothe same port
I'm having a small multiprocessing manager: # ########################## import socket,sys from multiprocessing.managers import BaseManager mngr = BaseManager(address=('127.0.0.1',8089),authkey='verysecret') try: srvr = mngr.get_server() except socket.error as e: print "probably address already in u... 20 Mar 2010 09:45
(updated) Choosing a collection of common modules/packages for a general purpose reusable PY2EXE runtime
Aahz, We've decided to build a re-usable *general purpose* PY2EXE "runtime" that can be shared by a number of scripts vs. distributing a monolithic EXE for each of our scripts. It's not clear what the purpose of this is. You can build several scripts against the same py2exe backend. Yes you ca... 20 Mar 2010 09:45
accessing variable of the __main__ module
Hi, I wondered about the best way, that a module's function could determine the existance and value of variables in the __main__ module. What I came up with is: ########### main.py ########## import mod A = 4 if __name__ == "__main__": mod.f() ########### mod.py ########## def f(): try: ... 22 Mar 2010 07:08
First  |  Prev |  Next  |  Last
Pages: 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178