
Where does Python look for libraries? - Post.Byes
Mar 27, 2006 · No. You will have to read your OS's documentation on how to make sure libiconv.so is in a location your dynamic linker will look for shared libraries.
How to call a function defined in another py file - Post.Byes
Feb 19, 2007 · But Do I need to put A.py and B.py in the same directory? if not, where does python look for A.py ? And do I need to compile A.py before I can import it to B.py?
Occasional OSError: [Errno 13] Permission denied on Windows
Jan 5, 2006 · Re: Occasional OSError: [Errno 13] Permission denied on Windows Alec Wysoker wrote: [color=blue] > Using Python 2.3.5 on Windows XP, I occasionally get OSError: > [Errno 13] …
Using printf in a C Extension - Post.Byes
Dec 9, 2005 · Re: Using printf in a C Extension [email protected] a lid wrote: [color=blue] > I am extending python with C and trying to debug with printf. The code > below succssfully returns the …
How remove Tcl/Tk fom py2exe distribution? - Post.Byes
Jul 18, 2005 · Re: How remove Tcl/Tk fom py2exe distribution? Michael Peuser wrote: [color=blue] >Hi, >I should like to make a distribution (using Tkinter), with standard DLLs >removed. > >pythonXX.dll …
strange file.write () behavior on windows: $ConvertToNonresident ...
Nov 22, 2005 · while taking some rough disk performance measures on windows machines, and snooping with FileMon, i've noticed some odd behavior here's the little nul-writer i'm running: def …
merits of Lisp vs Python - Post.Byes
Dec 15, 2006 · How do you compare Python to Lisp? What specific advantages do you think that one has over the other? Note I'm not a Python person and I have no axes to grind here. This is just a …
how to use Dispatch to open an application in win32com.client
Feb 17, 2007 · When I try like that When I try like that Excel is opening import win32com.client object = win32com.client .Dispatch ("Exce l.Application") object.Visible = 1 > But when I try my application …
look at file type and determine if the type is correct, print statement ...
look at file type and determine if the type is correct, print statement, python Nov 11 '15, 12:13 AM
setattr getattr confusion - Post.Byes
Dec 8, 2007 · Re: setattr getattr confusion So you might want to describe your use-case. Um.. I wanted an object with Key to hold other data. I wanted a way to set that *other* data within Key without …