First  |  Prev |  Next  |  Last
Pages: 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
(test - ignore)
Having posting problems - ignore ... 25 Jun 2010 15:22
followup links (Re: Continuously running scripts question)
On 2010-06-25, Tim Harig <usernet(a)ilthio.net> wrote: It sounds to me, since your script is acting on an event, that it would benefit from using something like inotify, or whatever your system equivilant would be (FSEvents for Mac? FAM framework for general POSIX. There are python modules available.), so tha... 25 Jun 2010 13:10
Continuously running scripts question
Currently, I have some scripts (in particular, applescript 'stay-open' scripts) that run continuously on a Mac through the day. They look in a certain folder every 30 seconds and perform the necessary work needed. I was curious if anyone here on the list does anything similar with Python? If so, do you use... 28 Jun 2010 09:29
os.system: string encoding
How do I set the string encoding for os.system to anything other then UTF-8? (peter) ~ echo $LANG nl_NL(a)euro (peter) ~ python3 Python 3.1.1 (r311:74480, Oct 2 2009, 11:50:52) '\N{EURO SIGN}' '�' import os os.system('echo \N{EURO SIGN}') �?� 0 -- Peter Kleiweg ... 29 Jun 2010 04:09
python source code -> win/dos executable (on linux)
hi. suppose i work in a linux environment, but i would like to ship a win/dos executable file from time to time, just for test purposes (my "testers" are windows users and don't want to go through the hassle of installing python on their win boxes). what is the best way to do that? (the application should be... 1 Jul 2010 09:57
Python dynamic attribute creation
Hi, list! I have a doubt about the design of dynamic attribute creation by assignments in Python. As we know, in Python, we are able to create a new attribute of a class dynamically by an assignment: class test: pass .... test.a = "hello" test.a 'hello' However, I still don't get ... 2 Jul 2010 06:54
ADOdb for Python
I am a long time user of the PHP version of the library. Python version requires Psycopg while there is only Psycopg2. I tried importing as another name space, but that didn't fly. Does anybody here know whether the Python version of ADOdb is still being developed? It doesn't work with Postgres as of now. It do... 25 Jun 2010 09:52
reStructuredText format a part of a word
Hi there! Is it possible to format a word using reStructuredText in a way that only a part of it is formatted (e.g. in bold)? I would like to do something like this: my l**oooooooo**ng word where all the "o"s are in bold but this doesn't work with rst2html Regards ... 25 Jun 2010 08:46
How to get the date format from the users locale?
I'm trying to get the locale-aware date format but it doesn't seem to be available through nl_langinfo in python 2.5.4 (windows vista). Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] onType "help", "copyright", "credits" or "license" for more information. import locale;locale.nl... 25 Jun 2010 15:22
web application in django
> I'm doing web application in django in which I have to make search option that will find on other web page some product(for example) and that product will have to been seen on my page.. now I don't know where to start with programming.. I know I must parse that other page but I don't have idea how to do t... 25 Jun 2010 06:37
First  |  Prev |  Next  |  Last
Pages: 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81