Description:
The Python computer language.
|
|
|
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... more »
|
|
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 that plugins will be pretty simple, they... more »
|
|
Margins in the Tkinter Text widget
|
| |
Okay, so i am trying to have some sort of formatting going on in a textbox, and I need left margins. I see that there are two, one for the first line and th other for every line but that line. My program gives a word and a list of definitions for the word. So my question is how can I make the it repeat itself. Like I want to have something... more »
|
|
Not necessarily related to python Web Crawlers
|
| |
Hi Does anyone here have a good recommendation for an open source crawler that I could get my hands on? It doesn't have to be python based. I am interested in learning how crawling works. I think python based crawlers will ensure a high degree of flexibility but at the same time I am also torn between looking for open source crawlers in python vs C... more »
|
|
Tkinter Text widget get()
|
| |
Hey guys. I am having trouble understanding the get() method from the Tkinter Text() widget. It isn't like the entry.get() one I am used to. I know you have to put tags in, or at least I read. I tried this but it didn't work. I think I was putting the tags in wrong but I am not sure. I just need an example. So if someone could maybe modify this... more »
|
|
multi-platform browser embedding
|
| |
I fiddled a little with pyGTK and was quite happy to discover gtkMozEmbed because I want to write an application for Linux and Windows with a powerful browser widget. Unfortunatly I couldnt find a way to make gtkMozEmbed work on Windows. Are there alternatives? I'm lazy so I prefer to download binaries for Windows :) but I don't mind... more »
|
|
ANN: eric 4.1.6 released
|
| |
Hi, this is to inform all of you about the immediate availability of eric 4.1.5. It is a bug fix release. As usual, it is available via [link]. Eric4 is a Python IDE written using PyQt4 and QScintilla2. It comes with batteries included. For more details see the link above.... more »
|
|
Getting metadata from any database ?
|
| |
hello, I want to create a (local) database viewer for all databases, it's working now for sqlite3 (python 2.5), and I now want to get it working through odbc, so I can manage most other databases. In sqlite I can get the metadata (tables, stored views, procedures, etc) through pragma statements. Is there a similar way for odbc ?... more »
|
|
|