First  |  Prev |  Next  |  Last
Pages: 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
django csrf
When I add enctype="text/plain" to a post form like <form action="/auth" method="post" enctype="text/plain">, there is a "CSRF verification failed." error. But when I remove it, all is right. Who can tell me why? -- Li Hui http://www.lihui.org ... 25 Jun 2010 06:37
Python 2.7, tkinter problem on OSX
Dear list, Last version of my software relies on ttk. Under windows and linux this is fine. But, OSX users are facing problems (I don't have access to a Mac myself for testing...). Those with OSX 10.6 can run the program. It seems that OSX 8.6 ships with Tk8.5. People with OSX 8.5 cannot run the app. I told th... 25 Jun 2010 14:16
improving python performance by extension module (64bit)
http://psyco.sourceforge.net/ The above package can improve python program on 32 bit library. But I need to run on 64 bit library. Is there any other module that can help improving the performance of python on 64 bit? -- Regards, Peng ... 26 Jun 2010 08:38
Why Is Escaping Data Considered So Magical?
Just been reading this article <http://www.theregister.co.uk/2010/06/23/xxs_sql_injection_attacks_testing_remedy/> which says that a lot of security holes are arising these days because everybody is concentrating on unit testing of their own particular components, with less attention being devoted to overall integr... 3 Jul 2010 22:14
GDAL-1.7.1 : vcvarsall.bat missing
I am attempting to install the GDAL bindings (GDAL-1.7.1) on a Windows XP Desktop with Python 2.6 and GDAL. During install, the script finishes with "error: Unable to find vcvarsall.bat". What dependencies am I missing? C:\PyPI\GDAL-1.7.1>c:\python26\python setup.py install running install running bdist_... 28 Jun 2010 11:42
mod_python and css
Hi all, the mod_python mailing list is pretty dead so I thought I'd try asking my question here. I am using mod_python and am having trouble with my .py scripts that output HTML. the HTML comes out alright but my style sheets are not being rendered. I am sure that this has to do withe a mod handler problem. ... 24 Jun 2010 18:35
deprecated string module issue
In my code I have: from string import lower, upper When I use pylint on the program I get just one warning: Uses of a deprecated module 'string'. Iv'e noted that many if not all string functions are now in _builtin_. Where are the constants? Thanks Steven ... 26 Jun 2010 16:18
use python as a calculator
If I run 1.0/10**10 python will return 0 How can I make python return 1e-10? ... 24 Jun 2010 14:07
Emacs Form Feed (^L) Display Suggestion and Tips
• Emacs Form Feed (^L) Display Suggestion and Tips http://xahlee.org/emacs/modernization_formfeed.html plain text version follows ---------------------------------- Emacs Form Feed (^L) Display Suggestion and Tips Xah Lee, 2010-06-24 This page discusses some problems involving the Form feed character ... 26 Jun 2010 10:48
Problem PIL-1.1.7 & _imagingft
Hi! With PIL-1.1.7.win32-py2.6 and Windows 7, I have this traceback: raise ImportError("The _imagingft C module is not installed") ImportError: The _imagingft C module is not installed I tested "import _imaging" and several other things, without success. If I re-install PIL-1.1.6 all run OK. I found a ... 24 Jun 2010 09:36
First  |  Prev |  Next  |  Last
Pages: 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82