First  |  Prev |  Next  |  Last
Pages: 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229
More On the Strange Problem
Victor Subervi wrote: I've isolated the problem in the print-out at the bottom of this post. It occurs when these values are passed: ['LastDatePrice', 'date', '10', 'yyyy/mm/dd', None], Since this is the first datetime that is passed, it would appear to be associated with such values, which are... 29 Dec 2009 10:46
Mechanize/ClientForm - How to select IgnoreControl button and submit form
All, I'm hoping to implement a project that will be historically transformational by mapping inequalities in property assessments. I'm stuck at step one: Scrape data from http://www.opboa.org. The site uses a bunch of hidden controls. I can't find a way to get past the initial disclaimer page because the "Ac... 24 Dec 2009 15:08
Problem with Dynamically unloading a module
Hi All Not an expert in Python, so sorry if this sounds like a silly question. I went through other few threads in the mailing list but they are not helping me much. I have run into a problem related to dynamically loading and unloading a module. I need to dynamically load a module and unload it and load anoth... 12 Jan 2010 21:52
Anybody use web2py?
Just curious if anybody prefers web2py over django, and visa versa. I know it's been discussed on a flame war level a lot. I am looking for a more intellectual reasoning behind using one or the other. ... 23 Dec 2009 10:50
Setting Parameters inside of code
On 12/18/2009 10:46 AM, Jim Valenza wrote: Hello All - I have a very novice question for any of you out there. I need to assign several parameters to a code in python. In Python, a 'parameter' is a function local name defined in the header of the function and bound to an argument when the function is called... 18 Dec 2009 18:20
read from bin file
I have a bin file that i read as: in_file = open('primo.ske', 'rb') leggo = luca.readlines() i get a list like : ['\x00\x80p\x8b\x00\x00\x01\x19\x9b\x11\xa1\xa1\x1f\xc9\x12\xaf\x81! \x84\x01\x00\x01\x01\x02\xff\xff\x80\x01\x03\xb0\x01\x01\x10m\x7f\n', etc...] but if i try to print luca[0] i get not the the... 17 Dec 2009 17:03
Which version of MSVC?90.DLL's to distribute with Python 2.6 basedPy2exe executables?
Does anyone have any recommendations on which version of the MSVC?90.DLL's need to be distributed with a Python 2.6.4 PY2EXE (0.6.9) based executable? (I assume I need just a matching pair of MSVCR90.DLL and MSVCP90.DLL?) My understanding is that I need to match the version of the DLL's that my version of Python... 1 Jan 2010 17:22
Fwd: Multiple python installations on opensuse?
Scipy needs various libraries. On Ubuntu (which I use) - Depends: python (< 2.7), python (>= 2.5), python-central (>= 0.6.11), python-numpy (>= 1:1.2.0), libblas3gf | libblas.so.3gf | libatlas3gf-base, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libgfortran3 (>= 4.3), liblapack3gf | liblapack... 17 Dec 2009 07:04
Subclassing RegexObject
Tobias Weber wrote: how do I subclass or at least add a method to something returned by re.compile()? Let's see: import re r = re.compile("yadda") class S(type(r)): pass .... Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: Error when calling the metacl... 16 Dec 2009 11:13
Raw string substitution problem
En Wed, 16 Dec 2009 11:09:32 -0300, Ed Keith <e_d_k(a)yahoo.com> escribió: I am having a problem when substituting a raw string. When I do the following: re.sub('abc', r'a\nb\nc', '123abcdefg') I get """ 123a b cdefg """ what I want is r'123a\nb\ncdefg' From http://... 2 Jan 2010 02:03
First  |  Prev |  Next  |  Last
Pages: 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229