Printing under Win32

Mark Hammond mhammond at skippinet.com.au
Thu Dec 9 06:14:43 EST 1999


Matti Johannes Kärki wrote in message <82nsdb$djj$1 at news.hit.fi>...
>
>Is there any modules for Python to print under Win32 with native Windows
>functions? Now I'm using HTML-pages and web browser for printing and print
>preview. I know that there is this this "save as postscript" under
>TK-library but I'm now looking for some deirect way to manage
>non-ps-printers under Windows.

Check out win32print in build 127 of the Python for Windows extensions.
Pythonwin also knows how to print, but that may not be light-weight
enough...

Mark.




From: Annapoorna Nayak Pangal <annapn at krdl.org.sg>
Newsgroups: comp.lang.python
Subject: Newbie -- pyd files ??
Date: Thu, 09 Dec 1999 16:30:18 +0800
Organization: Deja.com - Before you buy
Lines: 39
Message-ID: <3.0.32.19991209163018.00729338 at mailhost.krdl.org.sg>
NNTP-Posting-Host: postnews.dejanews.com
Mime-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Sender: annapn at mailhost.krdl.org.sg
X-Mailer: Windows Eudora Pro Version 3.0 (32)
To: comp.lang.python at list.deja.com
X-DejaID: _iMZ437TTH6ZeIKD2pJ4Bug=
Path: news!uunet!ffx.uu.net!newsfeed.mathworks.com!news.maxwell.syr.edu!nntp2.deja.com!nnrp1.deja.com!not-for-mail
Xref: news comp.lang.python:77950
Sender: python-list-admin at python.org
Errors-To: python-list-admin at python.org
X-BeenThere: python-list at python.org
X-Mailman-Version: 1.2 (experimental)
Precedence: bulk
List-Id: General discussion list for the Python programming language <python-list.python.org>

Hi !


I am a newbie to python. 

Want to know more on python script files having
extension "pyd" . 

Actually, my problem is :

I downloaded a complete
python module from net and trying to
execute it , but gives the error
----------------------------------------------------------------
    from _LinearAlgebraModule import MakeMatrix, Add, Subtract, Multiply,
Interp
olate, GetAngleBetween2dVectors
ImportError: cannot import name GetAngleBetween2dVectors
------------------------------------------------------------------

I donot find any file by name "_LinearAlgebraModule.py" on my system but
there is a file by name "_LinearAlgebraModule.pyd" !

So, would like to know more on this "pyd" files.


Any help would be greatly appreciated .

Thanks in advance.


Rgds,
Annapoorna



 Sent via Deja.com http://www.deja.com/
 Before you buy.



More information about the Python-list mailing list