|
interpretation of special characters in Python Hi everybody, I am new to Python, I try to understand how Python treats special characters. For example, if I execute the following line in a shell console, I obtain a colored string: $ python -c "print '\033[30;44m foo \033[0m'" So, it works. Some time ago, I have made a lot of shell variables with all pos... 6 Jul 2008 18:06
Problem with subprocess.Popen wget within a thread Hi it seems the script (A) finishes before the downloading ends, and the (B) version doesn't (wanted behavior) ... this is unexpected. What happens ? (A) ============================================ class vid(threading.Thread): def __init__(self): threading.Thread.__init__(self) def download(self): ... 6 Jul 2008 15:01
jobangebote norddeutschland Hauswirtschafter Hauswirtschafterin stellenangebot bremen stellenangebote koeln jobangebote norddeutschland Hauswirtschafter Hauswirtschafterin stellenangebot bremen stellenangebote koeln + + + ARBEITSANGEBOTE IN DEUTSCHLAND http://WWW.ARBEITSANGEBOT-DEUTSCHLAND.DE http://WWW.ARBEITSANGEBOT-DEUTSCHLAND.DE + + + STELLENANGEBOTE IN DEUTSCHLAND http://WWW.STELLENANGEBOT-DEUTSCHL... 6 Jul 2008 10:56
Hi there! I need what is probably a very basic lesson in events.... I am teaching myself Python... I'm nowhere near even intermediate level yet, so treat me like an idiot. I am using Boa Constructor on Ubuntu 8.04 if that helps. Here is what I have right now : I am plying with reading a URL (An RSS feed to be exact) and displaying it inside a HTMLWindow. I have that part working ... 6 Jul 2008 09:54
Hands-on HTML Table Parser/Matrix? Often I want to extract some web table contents. Formats are mostly static, simple text & numbers in it, other tags to be stripped off. So a simple & fast approach would be ok. What of the different modules around is most easy to use, stable, up-to-date, iterator access or best matrix-access (without need fo... 6 Jul 2008 11:57
Python / WxPython error message Dear All, Any help on this would be hugely appreciated. I have had a Python programme written for me, but when I try to run it, I get the following error message: /*Traceback (most recent call last): File "iTeddyConverter.py", line 3, in <module> File "zipextimporter.pyc", line 82, in load_module Fi... 6 Jul 2008 08:53
Elisp Lesson on file processing (make downloadable copy of a website) In this week i wrote a emacs program and tutorial that does archiving a website for offline reading. (See http://xahlee.org/emacs/make_download_copy.html ) In the process, i ran into a problem with the unix âcpâ utility. I've been a unix admin for Solaris during 1998-2004. Even the first time i learned abou... 6 Jul 2008 04:49
Boost Python - C++ class' private static data blown away beforeaccessing in Python? > In Python, I retrive an Entity from the EntityList: elist = EntityList() elist.append(Entity()) elist.append(Entity()) entity = elist.get_at(0) entity.foo() But it crashes inside foo() as the private static data is empty; or rather the string array is empty. I know before that poin... 5 Jul 2008 23:44
pythoncom InternetExplorer.Application don't work in vista ||firefox pythoncom ? gcmartijn(a)gmail.com wrote: H! I using a script that opens a internet page in a small window (what I can control) In XP everything was working fine, but now I'm using Vista with IE7 and this is what happends now: First a small window opens at the postion x0 y0 (like I want) but then IE t... 5 Jul 2008 18:39
conflict between multiple installs of python (linux) You learn something new every day: On my ubuntu, update-manager is supposed to use the python2.5 installed on /usr/bin. Well, I had subsequently installed a whole bunch of stuff in /usr/local (/usr/local/bin/python and /usr/local/lib/ python2.5 etc), which I have happily been using for development for a year. I ... 6 Jul 2008 07:52
Python with Ecmascript Hello, for my Python application (Windows platform) to be standards compliant, I need to embbed Ecmascript(Javascript) interpreter - I need to execute plugins written in this language. Which engine is suitable for Python, I have found bunch of them. Any recomendations are welcome. To be more specific, I think... 6 Jul 2008 10:56 |