|
First
|
Prev |
Next
|
Last
Pages: 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350
Does omniORBpy 3.2 supports DII? Hello, My apologies if this is not the correct forum for thses quiestions, by I'm rather new to python+CORBA Has anyone used omniORBpy as CORBA implementation? are there any drawbacks? Does omniORBpy 3.2 supports the Dynamic Invocation Interface? Thanks. Ilan ... 14 Jul 2008 05:27
windows active directory ldap output encoding Hi.. Im trying to get some information out of a windows sever 2003 chinese active directory system so let's say encoding is probably big5 or utf-8 what im doing is simliar to ldapsearch in shell with my python script using python ldap module the result is not the correct encoding.. i've look many places an... 8 Jul 2008 05:55
system tray for Tk Hi, Is there any binding that i can use for my python-tk application that will show an icon at the system tray when the application runs which will be able to be change during the process? -- Oðuz Yarýmtepe ... 8 Jul 2008 14:07
complex representation From the nothing-is-so-trivial-it's-not-worth-a-usenet-post file: Shouldn't the default representation of complex numbers be like that of floats? That is, have a decimal point? 1 1 1.0 1.0 1j 1j 1.0j 1j 1.0+1.0j (1+1j) In the relevant bit of floatobject.c, t... 7 Jul 2008 22:47
numeric emulation and __pos__ Greetings, List! I'm working on a numeric data type for measured values that will keep track of and limit results to the number of significant digits originally defined for the values in question. I am doing this primarily because I enjoy playing with numbers, and also to get some experience with unit testi... 9 Jul 2008 12:40
How to make python scripts .py executable, not bring up editor From command Prompt, i type in a script, "tryme.py". This, instead, brings up PythonWin editor and Interactive Window. Path variable is "C:\Python24". (I need Python 2.4 installed, not 2.5) How do I make it so that the script runs? ... 9 Jul 2008 08:33
Python Agile Software Development Tools Screencasts Hi All, I started a new series about python on showmedo. Please feel free to take a look. They are as follows: virtualenv pastescript nosetests coverage Here is the link: http://showmedo.com/videos/video?name=2910000&fromSeriesID=291 Tutorial materials can be found at http://pythontutorials.googlec... 7 Jul 2008 23:48
Emacs/Python Essentials? What does everyone consider essential for emacs python dev? Regards, Ken ... 10 Jul 2008 13:24
Standard Equation Description Language? Does anyone know of a standard inter-language syntax for describing scientific/mathematical equations? Preferably something with parsers in multiple libraries. Regards, Kenneth Miller ... 7 Jul 2008 18:41
"in"consistency? Luckily I tried it before saying no, that's not how "in" works: 'ab' in 'abc' True [1,2] in [1,2,3] False Is there a reason for the inconsistency? I would have thought "in" would check for elements of a sequence, regardless of what sort of sequence it was... -- David C. Ullrich ... 10 Jul 2008 03:08 |