View Full Version : answers


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 [50] 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88

  1. Regular expressions: recursive patterns and callouts
  2. The "real" name
  3. Error in Python documentation
  4. "Dynamic" website content
  5. [Python for .NET] Any plans for supporting CLR2.0?
  6. ValueError: need more than 3 values to unpack
  7. New Bee
  8. Python shell interpreting delete key as tilde?
  9. Read from Serial Port
  10. Numarray, numeric, NumPy, scpy_core ??!!
  11. Why optparse wont import?
  12. saxutils.XMLGenerator and CDATA
  13. python & camera
  14. Extended List Comprehension
  15. PyXML: SAX vs. DOM
  16. Problem with running external process
  17. zipfile and file permissions
  18. Firefox bug in webbrowser module on Ubuntu?!
  19. Bittorrent RPM Dependency Problem
  20. Redirecting standard out in a single namespace
  21. Concurrency, I guess
  22. Using freeze or other application to create linkable dynamic librariesfor c++ applications?
  23. accessing hardware information using python
  24. Simultaneous connections
  25. Finding the relative path of a file from a dir
  26. DB API and thread safety
  27. CSV Parser and unusual (?) linesterminator - misunderstanding?
  28. python-dev Summary for 2005-12-01 through 2005-12-15
  29. python-dev Summary for 2005-12-16 through 2005-12-31
  30. Prevent Tkinter Canvas from resizing
  31. question about dictionaries
  32. weakref and memoizing
  33. Is possible to combine handle_data and regular expressions?
  34. Determining thread id on Linux
  35. Python code written in 1998, how to improve/change it?
  36. wxPython - is it possible to determine List Box item under a right click?
  37. XML SAX parser bug?
  38. add pexpect to the standard library, standard "install" mechanism.
  39. Zooming Idle window
  40. list comprehention
  41. wxPython - x-platform menu bar color changes
  42. reportlab - ttf justify
  43. simple pythonpath query
  44. Decimal vs float
  45. Multiple modules with database access + general app design?
  46. Efficient implementation of deeply nested lists
  47. Python on an embedded platform
  48. tools to manipulate PDF document?
  49. why is my hash being weird??
  50. Need Help with Python/C API
  51. web crawling.
  52. Returning a tuple-struct
  53. A learning exercise...yet another Sudoku solver with GUI
  54. verify a user
  55. getopt.gnu_getopt: incorrect documentation
  56. socket.ssl with key files?
  57. Pythonise this algorithm ?
  58. understanding stat module names
  59. PyCon Vs. Europython
  60. Duplicate entries in a matrix
  61. A simpler more pythonic approach to adding in
  62. Problem getting MoinMoin going
  63. Shell-like Decorators
  64. Is the Python binding for ncurses unicode capable?
  65. MySQLdb - Query/fetch don't return result when it *theorically* should
  66. how to find not the next sibling but the 2nd sibling or find sibling "a" OR sinbling "b"
  67. a more precise re for email addys
  68. list(...) and list comprehensions (WAS: Arithmetic sequences in Python)
  69. Determine the IP address of an eth interface
  70. Clicking at a certain x,y position in python? (Mac OSX)
  71. use cases for a defaultdict
  72. CGI module callback / upload hook
  73. distutils user questions
  74. Guessing _charset for MIMEText ?
  75. Threads sleeping all instead of just one.
  76. pythonic way of making a config module
  77. Addressing the modem via pyserial
  78. Registering COM python based components when not admin
  79. MSSQL LIKE and IN statements in ADO problem
  80. Dr. Dobb's Python-URL! - weekly Python news and links (Jan 18)
  81. Retaining Unix EOL when reading/writing in windows
  82. Uncompressing TIFF files directly in Python
  83. How to set a wx.textctrl can editable or readonly?
  84. Is there a maximum length of a regular expression in python?
  85. ldap passwd need help
  86. Puzzled by py.test output
  87. mod_python apache directives
  88. Python embeding error!!
  89. Can a simple a==b 'hang' in and endless loop?
  90. Debugging python 2.2 code with Pydev
  91. extending python: which python code calls the c iterator methods?
  92. making objects unassignable "read-only" (especially when extending)
  93. Being unjust
  94. 10060, 'Operation timed out'
  95. Funny! More offers to select a search engine!
  96. Python 2.4, Win XP Pro and Tix
  97. search multiple dictionaries efficiently?
  98. check to see if value can be an integer instead of string
  99. Another method of lazy, cached evaluation.
  100. Dr. Dobb's Python-URL! - weekly Python news and links (Jan 18)
  101. Ordering numbers
  102. pythonw problem?
  103. Converting TIFF files to PDF and/or JPEG
  104. Using CGI to interface with an XML-RPC server
  105. Bounce messages
  106. time scheduling in ptyhon
  107. chi-squared tests in python?
  108. Looking for standalone Python
  109. Find and slice problem
  110. rational numbers
  111. Convert Active Directory Object to string
  112. forced spaces when inserting a variable between strings
  113. EOF occurred in violation of protocol
  114. Addressing a COM port from Python
  115. _bsddb on NetBSD
  116. SMPP implementation in python
  117. Testing complex new syntax
  118. magical expanding hash
  119. Problem with FTPLib and incomplete files on some downloads
  120. Running DOS App on win32 via python over ssh
  121. Mutable bytes type
  122. embedding python: simulating sequence get item / set item methods
  123. Web application design question (long)
  124. Decimal ROUND_HALF_EVEN Default
  125. StringVar() IntVar() vs. Dictionary of same
  126. Implied instance attribute creation when referencing a class attribute
  127. Parsing files -- pyparsing to the rescue?
  128. Shrinky-dink Python (also, non-Unicode Python build is broken)
  129. zipfile decompress problems
  130. Space left on device
  131. Space left on device
  132. Extracting results from a large hotshot profile
  133. recursively removing files and directories
  134. Python and Word
  135. Trying to generate a list of the subclasses of C
  136. boost.python on Debian
  137. Linking to Python for Windows CE
  138. Socket Programming HOWTO example
  139. Removing a substring from a string
  140. strange (and orrible) behavior in gtk.CellRendererCombo using pygtk
  141. Class __init__ trouble
  142. FrOSCon 2006 - Call for Papers
  143. Arithmetic sequences in Python
  144. ConfigParser: writes a list but reads a string?
  145. Can one class have multiple metaclasses?
  146. Preventing class methods from being defined
  147. oss mixer usage
  148. proposal: another file iterator
  149. instance attributes not inherited?
  150. Clear Thinking Power for Comp Developers
  151. socket.gethostbyaddr() question
  152. Replacing bidirectional unicode strings/regexps
  153. urllib2.urlopen Progress bar
  154. PEP 309 (Partial Function Application) Idea
  155. (Different) Try Python Update
  156. [help] how to generate a empty ".MDB" file using python
  157. Listing partitions (on win32)
  158. On Numbers
  159. Just want to walk a single directory
  160. SQLObject connection pooling
  161. SQLObject connection/transaction blowing up
  162. Limitting the Contents of an Entry Widget in Tkinter
  163. Recursive tree list from dictionary
  164. Dynamically changing button text in python
  165. Getting better traceback info on exec and execfile - introspection?
  166. Running python apps from within python apps
  167. WSGI
  168. filtering DNS proxy
  169. I've started new blog
  170. two questions about thread
  171. problem of types:
  172. full screen gui
  173. Pythonic wrappers for SQL?
  174. Tomcat username and password2
  175. Sudoku solver: reduction + brute force
  176. httplib or urllib2 tomcat username and password
  177. Marshal Obj is String or Binary?
  178. Extend&Embed : how to pass user-defined object to scripts
  179. XML vs. cPickle
  180. timeout a process
  181. import module and execute function at runtime
  182. Why can't I "from module import *" except at module level?
  183. Python Desktop Framework?
  184. XEmacs python-mode question
  185. return values of os.system() on win32
  186. paypal SOAP API from ZSI or SOAPpy?
  187. ssl question
  188. PDA Implementations
  189. Spanish Translation of any python Book?
  190. ldap .passwd method, need help
  191. Changing fill in tkinter
  192. Newcomer question wrt variable scope/namespaces
  193. Limiting the size of List and making it Homogeneous
  194. Creating shortcuts?
  195. FW: Options enabled under optimization
  196. HP open source printer drivers are in Python
  197. Why is there no post-pre increment operator in python
  198. decode unicode string using 'unicode_escape' codecs
  199. How to get Windows system information?
  200. time.strftime() NOT producing RFC2822-compliant Date strings?
  201. Retrieve a GIF's palette entries using Python Imaging Library (PIL)
  202. Remote Function Call
  203. Conditionals stored as text to translate to real compares
  204. Looking for a particular http proxy...
  205. Converting a string to an array?
  206. how do "real" python programmers work?
  207. File Navigation using python
  208. Adding an extension class using C++
  209. Help with super()
  210. ANNOUNCE: OSCON 2006 (Python 14 Conference) Call for Proposals
  211. atexit + threads = bug?
  212. Freezing
  213. Python and Solaris 10
  214. Placing graphics & text on printed page - jan06call.jpg (0/1)
  215. How can I make a dictionary that marks itself when it's modified?
  216. How to remove subset from a file efficiently?
  217. Widget that displays a directory tree?
  218. Link List in Python
  219. XML Writer in wxPython
  220. Asking for help effectively
  221. Template language with XPath support for source code generation?
  222. Embedding Python: Creating Python Class from Application
  223. ajax python module??
  224. Extending & Embedding Python
  225. Can't compile
  226. help on eval()-like but return module object
  227. jython base64.urlsafe_b64xxx
  228. python create mail
  229. setup.py vs autoconf install/uninstall,
  230. How to hide output characters on Windows
  231. Hiding input charachters
  232. different versions for 2.3.4 documentation
  233. How can I create a dict that sets a flag if it's been modified
  234. can't solve an exercise-help me with it
  235. Exception Handling
  236. can't import module in ASP
  237. Can dictionaries be nested?
  238. void * C array to a Numpy array using Swig
  239. Psycopg2 date problems: "Can't adapt"
  240. Help me in this please--is Python the answer?
  241. flatten a level one list
  242. Python on WinXP Embedded
  243. Python+tkinter errors on OSX
  244. cross compile python for linux-ppc-604
  245. creating dictionarie names, using variables?
  246. Accessing Windows file metadata?
  247. Linux NETLINK Sockets
  248. Timeout at command prompt
  249. Programming Eclipse plugins in Jython?
  250. How do initial login/password before can download web file with urllib?
  251. batch tiff to jpeg conversion script
  252. Python Scripts to logon to websites
  253. The effbot does not exist!
  254. Problems with WX and program loop...
  255. Memory Profiler
  256. How can I determine an HTTPMessage ?
  257. MVC in wxPython HELP!
  258. PyConn--anyone needing roommates?
  259. Python script running as Windows service: Clean shutdown
  260. Optimal Control Algorithms in Python
  261. for OpenOffice:how acces to file->properties->user defined without xml solution
  262. how to improve this simple block of code
  263. exec a string in an embedded environment
  264. Maximum List size (item number) limit?
  265. PyDev 0.9.8.6 released
  266. Bug in struct.pack?
  267. Restart process with SIGHUP
  268. python-soappy
  269. Change Gateway Programmatically
  270. File Paramaterized Abstract Factory
  271. A bug about unicode string in Python 2.4?
  272. A bug for unicode strings in Python 2.4?
  273. Reading from input file.
  274. copying a file from windows file system to ext2 and ext3
  275. Cross Compile Mips / Linux
  276. How can I test if an argument is a sequence or a scalar?
  277. Dr. Dobb's Python-URL! - weekly Python news and links (Jan 10)
  278. Interned Strings
  279. Where to report Python bug?
  280. COM automation, Internet Explorer, DocumentComplete event
  281. Systems Developer for Toronto! URGENT!!
  282. An app without GUI
  283. Opening for Python Professionals
  284. Augmented generators?
  285. String question - find all possible versions of a person's firstname
  286. could not find module vtk in MayaVi
  287. Help needed with controlling the python parser
  288. urllib.urlopen and https question
  289. Regex help needed
  290. Python and location of .so files?
  291. Efficient mechanism for str.startswith on a set.
  292. Client side web programming
  293. XMLBooster 2.10.1 supports Python
  294. Mysterious non-module A.sys
  295. syntax error
  296. try: except <never>:
  297. AW: Calling foreign functions from Python? ctypes?
  298. PyDev 0.9.8.6 released
  299. Printing Python Postscript
  300. Implementing Tuples with Named Items
  301. Maximum List size (item number) limit?
  302. another docs problem - imp
  303. Unicode Question
  304. Testing MySQLdb connection object
  305. Why keep identity-based equality comparison?
  306. thread hangs when using subprocess only in specific circumstances
  307. Help with dbm TypeError
  308. how to test for a dependency
  309. Unicode & Pythonwin / win32 / console?
  310. Help with dbm TypeError
  311. Problema con le RE....
  312. How to create a script that list itself ?
  313. Problem compiling Postgresql-7.3.4 + Python
  314. How login & download file from remote web site? Passwords a problem?
  315. Failing unittest Test cases
  316. PyQt calling an external app?
  317. email modules and attachments that aren't there
  318. Problem with writing an interface for system() call...
  319. return a default form with BaseHTTPServer
  320. Getting the start / end of string in regex through match objects
  321. Can't import Tkinter module.
  322. Help with dynamic attributes.
  323. py2exe and Amara
  324. URL 'special character' replacements
  325. Perhaps Python can do this better ?
  326. testing units in a specific order?
  327. CGI errror in (only in) IIS 6.0 server 2003
  328. Get path of a class
  329. py vs pyc
  330. using livewires in py2exe?
  331. Pliant language
  332. CGI errror in (only in) IIS 6.0 server 2003
  333. .py vs .pyc
  334. CGI errror in (only in) IIS 6.0 server 2003
  335. Determination of disk types
  336. livewires to py2exe problem :(
  337. cant get py2exe exe file to work
  338. Why it doesn't work?
  339. Do you have real-world use cases for map's None fill-in feature?
  340. string to datetime parser?
  341. email.Utils.parseaddr() gives arcane result
  342. Why does Rpy/R-plot work under PythonWin, but not under commandline/IDLE?
  343. is there any lib can split string in this way?
  344. Real-world use cases for map's None fill-in feature?
  345. Building Pywin32 source code?
  346. Newline at EOF Removal
  347. total newb here
  348. project-like or plan extension?
  349. 2D canvas for GTK
  350. Tkinter & GTK in the same application?
  351. decorator question
  352. What is the slickest way to transpose a square list of lists (tuple oftuples)?
  353. Multiway Branching
  354. PIL.Image.frombuffer/string ... who do data using?
  355. Sockets on Windows and Mac
  356. how can I use socket.ssl in python
  357. use browser setting for internet
  358. BayPIGgies: January 12, 7:30pm (Google)
  359. Stackless Python
  360. How to format and print text.
  361. PyQt Access Violations
  362. Optional typecheck
  363. wxPython installation woes on OpenSUSE
  364. Double Click mouse event problems
  365. Help wanted with md2 hash algorithm
  366. Double Click mouse event problems
  367. Double Click Mouse Event in Tkinter
  368. Renaming files in ftplib
  369. Copying files between different linux machines
  370. Converting milliseconds to human amount of time
  371. Viewing Binary Data
  372. os.environ['PATH'] missing
  373. Detecting Python Installs from the Windows Registry
  374. Returning Values from Bash Scripts
  375. PIL implementation
  376. download full sites?
  377. BeautifulSoup fetch help
  378. Help Dialogue
  379. Calling foreign functions from Python? ctypes?
  380. question about mutex.py
  381. libpython2.4.so
  382. Help Please: 'module' object has no attribute 'compile'
  383. bug in Tkinter (FIX)
  384. psexec and os.popen help
  385. JINI service -- Python client
  386. Converting milliseconds to human time
  387. Missing libpython2.4.so during build of python 2.4.2 on AIX 5.1
  388. Copy an Object (Again?)
  389. Spelling mistakes!
  390. Fredericksburg, VA ZPUG Meeting: January 11, 7:30-9:00 PM
  391. [FW] Microsoft embraces open-source scripting language
  392. Python based Compiler tools
  393. PythonWin: logging module not showing messages from imported modules
  394. Does Python allow access to some of the implementation details?
  395. error rising while connecting oracle 9i
  396. Working Firedrop2 anywhere?
  397. Removing Duplicate entries in a file...
  398. Inheritance problem?
  399. C regex equiv to Python implementation?
  400. Path and Unicode woes
  401. How run web software *locally* easily?
  402. Display of JPEG images from Python
  403. config errors on Freebsd and python 2.3
  404. A weird problem (adodb + mysql)
  405. Pmw problem in cygwin with Tkinter
  406. How to Retrieve Data from an HTTPS://URL
  407. multiple clients updating same file in ftp
  408. getting a KeyError:'href' any ideas?
  409. PyQt Variables
  410. Marshaling unicode WDDX
  411. Anyone using SPE editor on Ubuntu?
  412. Occasional OSError: [Errno 13] Permission denied on Windows
  413. Encoding sniffer?
  414. advice required re migrating php app to python and most likely zope
  415. Map port to process
  416. Quickest way to make py script Web accessible
  417. Bad argument to internal function when calling method
  418. PyCon is Coming! PyCon is Coming!
  419. CGI question
  420. Are there anybody using python as the script engine for ASP?
  421. Getting module location
  422. Processing and adding numbers from lines.
  423. IMAP4_SSL error
  424. is there a smaple to create syslog server on Windows.
  425. subprocess problem in cygwin with Tkinter
  426. xsl and unicode surrogate characters
  427. trouble pyparsing
  428. smtplib error('Connection reset by peer')
  429. What's wrong with this code snippet?
  430. Win32 Binary-only for 2.3.x?
  431. urllib2 and proxies support ?
  432. Why doesn't this work--Extending Python--?
  433. Your message to theseptemberproject awaits moderator approval
  434. Is 'everything' a refrence or isn't it?
  435. Missive
  436. Sharing between multiple interpreters and restricted mode
  437. inserting/retriving dates in psycopg
  438. wxPython / Mac / unicode
  439. Python 2.4 - Help does not work in Windows
  440. inline function call
  441. memory leak in aggdraw
  442. Translate this to python?
  443. How to generate (enumerate) 2**N tuples representing all vertices of unit hypercube in N-dimensional hyperspace ?
  444. Calling GPL code from a Python application
  445. why import, reload, import again?
  446. check if class really implements api?
  447. Microsoft IronPython?
  448. Microsoft IronPython?
  449. Dr. Dobb's Python-URL! - weekly Python news and links (Jan 3)
  450. One-step multiples list generation?
  451. Komodo IDE: '__file__' is not defined when debugging
  452. SOAPpy and http authentication
  453. gdesklets __import__ problem
  454. Getting the encoding of sys.stdout and sys.stdin, and changing it properly
  455. Visualisation Engine for Python
  456. New to Python, WxPython etc, etc
  457. Filename case-insensitivity on OS X
  458. Red Hat Enterprise Edition and Python 2.4 sources
  459. regular expression or parser ?
  460. itertools.izip brokeness
  461. csv format to DBase III format
  462. Regex anomaly
  463. PYTHON INTERPRETER
  464. Programming Python, 3rd ed.??
  465. python concurrency proposal
  466. Bug ??
  467. indentation preservation/restoration
  468. Spiritual Programming (OT, but Python-inspired)
  469. Work with Windows workgroups under Python?
  470. OOP: method overriding works in mysterious ways?
  471. Tkinter Scrollbar not working
  472. Why is 'None' not assignable but 'True'/'False' are?
  473. multidimensional array of objects in scipy core
  474. About zipfile on WinXP
  475. application and web app technologies
  476. Groupkit and python
  477. important for me!!
  478. ActiveX & parameters
  479. HELP! on wxPython Error
  480. Sort dictionary
  481. Productivity and Quality of IDE
  482. Re.'Compressing folders in Windows using Python'
  483. pdb.py - why is this debugger different from all other debuggers?
  484. Running external programs: what is the best way?
  485. What PyXml provides
  486. Any wing2.0 users here?
  487. How can Python write BBcode modules?
  488. idle with -n switch
  489. python-dev Summary for 2005-11-16 through 2005-11-30
  490. test - ignore this
  491. Build Python using Mars compiler?
  492. how to scrape url out of href
  493. Getting terse tracebacks?
  494. Tkinter app hanging on windows
  495. Problem overriding sys.excepthook
  496. loops breaks and returns
  497. Preventing control characters from entering an XML file
  498. Python or Java or maybe PHP?
  499. Problems with Tkinter
  500. LocaWapp: localhost web applications (v.03 - 2005 Dec 31)
  501. Try Python update
  502. Help please with binary file read
  503. how to show Chinese Characters in the value set of a dictionary
  504. f2py and common blocks /Carl
  505. Compressing folders in Windows using Python.
  506. Line replace
  507. Numeric RandomArray seed problem
  508. IDE for Python ?
  509. PYTHONDOCS
  510. Application architecture (long post - sorry)
  511. logging module example
  512. Array construction from object members
  513. bsddb3 locking questions
  514. Problem compiling an extension with MS Visual C++ Toolkit 2003
  515. advanced module/import/namespace idioms
  516. Vector math library
  517. py-cocoa?
  518. Memoization and encapsulation
  519. why writing list to file puts each item from list on seperate line?
  520. why writing list to file puts each item from list on seperate line?
  521. questions about py2exe and wax
  522. On threads and constructors
  523. python coding contest
  524. List index method for complex list item types?
  525. Strange interaction between exec, dictionary subtypes, and global variables in 2.4
  526. generators in Java?
  527. python encoding bug?
  528. Global Variables in OOP and Python
  529. Tuning a select() loop for os.popen3()
  530. compare dictionary values
  531. Pyrex on Darwin, gcc 3.3 optimization trouble
  532. python for with double test
  533. MidiToText : EventDispatcher instance has no attribute 'sysex_events'
  534. WMI - invalid syntax error?
  535. csrss.exe & Numeric
  536. pyvm source code
  537. Python 2.4.2 gcc 3.4.4 Solaris 8 build issues
  538. IRC sockets and queries
  539. Question about re.sub and callables
  540. new-style classes multiplication error message isn't very informative
  541. Is len() restricted to (positive) 32-bit values?
  542. Best library for basic stats
  543. fetching webpage
  544. reading files into dicts
  545. Detecting problems in a forked process
  546. KixForm, a (little) GUI for Python + PyWin32 ?
  547. Strange behaviour with eval() and globals() copy
  548. Question about the 'code' module
  549. Application Portability?
  550. Distributions, RE-verb and the like