First  |  Prev |  Next  |  Last
Pages: 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235
PyArg_ParseTupleAndKeywords in Python3.1
I am updating an extension module from Python2.6 to Python3. I used to pass character codes to the extension module, for example, I would write: foo('X') with the corresponding C extension routine defined as follows: static PyObject* foo(PyObject *self, PyObject *args, PyObject *kwrds) { char foo; c... 21 Dec 2009 03:43
Python PIL and Vista/Windows 7 .. show() not working ...
Hello all. I am using the PIL 1.1.6 and Python 2.6.x under XP without any problems. However, I can't display any images under Vista or Windows 7. I could understand Windows 7 as it's relatively new, but Vista has been around for a bit. Sample code: import Image im = Image.open('c://mypic.jpg') im.... 1 Dec 2009 11:37
pywintypes error
Hi, When I try to use Django with Apache and mod_python, I am facing an issue. Since this is a very usual configuration, I hope this issue is already solved. My web sites fail with the following error : "C:\\Python24\\Lib\\site-packages\\win32\\lib\\pywintypes.py", line 124, in?\n __import_pywin32_system_... 30 Nov 2009 11:20
Python py2exe - memory load error
This is cross post from stackoverflow - I couldnt get the solution there. Hopefully, nobody would mind. I am creating a medium level application in Python. Everything works well now, and I am trying to make this a windows executable with py2exe. The executable is created fine, but when I try to run it, it fails ... 30 Nov 2009 12:27
ANN: GMPY 1.11rc1 is available
Everyone, I'm pleased to annouce that a new version of GMPY is available. GMPY is a wrapper for the MPIR or GMP multiple-precision arithmetic library. GMPY 1.11rc1 is available for download from: http://code.google.com/p/gmpy/ In addition to support for Python 3.x, there are several new features in this rel... 1 Dec 2009 01:46
py2exe users
I have used py2exe many times with success. My current program is completing as expected but the exe file fails to open. The output file states that _imaging_gif is missing. I can run the program ok with IDLE but after converting with py2exe, the exe file just sits there. I'm using 2.6 on win XP. Any... 28 Nov 2009 15:39
extending optionparser to accept multiple comma delimited input for one arg
I have read the manual first of all :). on using optionparser for the input of command line arguments and inputs. I understand everything there was in the manual except how to extend the parser to accept a multiple list of input that is comma delimited.... for example: ../convertContacts3.py -i a.vcf,b.vcf,c... 27 Nov 2009 04:27
win32com calling IE: OLE error 0x800704a6
Dear all, I have written a Python script that runs on Windows XP with Python 2.5 and uses Internet Explorer to 'pretty print' some HTML output. This has been working perfectly fine for a few years until recently IE was upgraded to version 8. Now occasionally Python throws an error that originates from the win32c... 26 Nov 2009 16:28
string payload expected: <type 'list'> error
Dear all, I believe this is an error which was fixed in Python 2.3 itself. But I am running Python 2,5.2 and error keeps on cropping up. Here is my code to construct emails . It works perfectly when I dont have any attachments. Please find my code at http://dpaste.com/hold/125574/ However when I try con... 29 Nov 2009 11:14
(pywin related) pywintypes.com_error: -2147417846 "Applicationbusy"
I don't think so, because it happens very rarely Michel Claveau - MVP schrieb: Hi! Your computer is too slow, for launch Excel. Configure the machine for more speed... @+ ... 25 Nov 2009 08:09
First  |  Prev |  Next  |  Last
Pages: 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235