First  |  Prev |  Next  |  Last
Pages: 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198
ANN: Leo 4.7.1 released
Leo 4.7.1 final is now available at: http://sourceforge.net/project/showfiles.php?group_id=3458&package_id=29106 Leo 4.7.1 fixes a dangerous bug in Leo 4.7. When converting file-like sentinels to thin-like sentinels in an external file, Leo now issues a warning and sets the corresponding @file node dirty. This en... 26 Feb 2010 09:37
[M2Crypto] Problems uploading to IIS using FTP over SSL
Hello, System: # rpm -q python m2crypto python-2.4.3-27.el5 m2crypto-0.16-6.el5.6 # cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.4 (Tikanga) I have the following method: def ftp_tarball(aggregation_dir, date_format, ftp_server, ftp_user, ftp_pass): date = datetime.today().strf... 26 Feb 2010 09:37
Challenge: escape from the pysandbox
Hi, pysandbox is a new Python sandbox project under development. By default, untrusted code executed in the sandbox cannot modify the environment (write a file, use print or import a module). But you can configure the sandbox to choose exactly which features are allowed or not, eg. import sys module and read... 4 Mar 2010 19:10
WANTED: Regular expressions for breaking TeX/LaTeX document into tokens
Wes James wrote: On Wed, Feb 24, 2010 at 5:03 AM, Jonathan Fine <J.Fine(a)open.ac.uk> wrote: Hi Does anyone know of a collection of regular expressions that will break a TeX/LaTeX document into tokens? Assume that there is no verbatim or other category code changes. I'm not sure how this do... 26 Feb 2010 07:25
PyQt 4.7 installation on Windows
I've just installed Python 2.6.4 and PyQt 4.7 on my Windows machine, on which I was using Python 2.5 and PyQt 4.5. Now 'from PyQt4 import QtGui' fails to find the DLL. Some googling shows that others have encountered the same problem, and a workaround is to copy QtGui4.dll (for example) from D:\Python26\Lib\sit... 26 Feb 2010 07:25
modbus pymodbus
Hi all, someone can help me to pymodbus use? I must send some command and read aswer from an inverter. It use ModBus RTU. Thanks a lot ... 26 Feb 2010 05:14
860481 Computer Knowledge, Free and alwqays Up to Date 62
I fell in love with the net and all the compuiter teahcnology in the very early years and have loved it ever since, I have an IT Degree and Communications degree and will be working on my doctorate for the next five years, in bwetween I design websites, databases, Multimedia Produxction or anything that wil make me a p... 26 Feb 2010 05:14
CGI File Upload Problem with Python 3.1 on IIS 7
I am trying to upload files through cgi script written in python 3.1 on a Windows IIS 7 server. The server time out when I write in usual way that is form=cgi.cgi.FieldStorage() fileitem = form['filename'] fn = os.path.basename(fileitem.filename) open('/tmp/' + fn, 'wb').write(fileitem.file.read()) I think t... 25 Feb 2010 12:30
why (1, 2, 3) > [1, 2, 3] is true?
> Both are not equal, so the comparison returns an arbitrary result in Py2. Thanks, Stefan. If I understand you correctly the comparison is not valid. But I wonder if there is any logic behind this (in 2.x). Is it possible to predict result of this comparison? Thanks again, fbc ... 25 Feb 2010 20:29
why (1, 2, 3) > [1, 2, 3] is true?
I tired to google for comparison of tuple to list but i failed. Could anyone explain it to me? Best regards, fat bold cyclop ... 25 Feb 2010 09:07
First  |  Prev |  Next  |  Last
Pages: 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198