pygame and python 2.5

2007-02-09 Thread siggi
@Ben Sizer Hi Ben, in January I received your message re Pygame and Python 2.5: pygame and python 2.5 Ben Sizer kylotan at gmail.com Fri Jan 12 11:01:00 CET 2007 siggi wrote: when I rtry to install pygame

Re: pygame and python 2.5: switch to linux?

2007-02-09 Thread Siggi
of Python. Thanks, siggi -- http://mail.python.org/mailman/listinfo/python-list

Thank you, Martin, Wang and Colin

2007-01-26 Thread siggi
Thanks for your answers, Martin, Wang and Colin! siggi siggi [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] Hi all, installing a package with 'setup.py' is easy. But how do I uninstall the package, once I want to get rid of it again? Thanks, siggi -- http

how to unistall a Python package?

2007-01-25 Thread siggi
Hi all, installing a package with 'setup.py' is easy. But how do I uninstall the package, once I want to get rid of it again? Thanks, siggi -- http://mail.python.org/mailman/listinfo/python-list

Re: Win GUI application: avoiding DOS console

2007-01-22 Thread siggi
Jarek Zgoda wrote: Siggi napisa³(a): how do I avoid the DOS console show-up when starting a WinXP GUI application with mouseclick on the respective Python file? I had this with my previous Python installation; it is very simple, something with a -i somewhere in the open command

Re: Code reformater?

2007-01-20 Thread Siggi
: code formatter, 08/01/2007 helps a little? Here are some of the answers: * Why don't you just write one? :) Seriously: Try. * Tools\scripts\reindent.py in your Python distribution. * Why, yes, there is: http://lacusveris.com/PythonTidy/PythonTidy.python * tabnanny ? siggi -- http

Win GUI application: avoiding DOS console

2007-01-20 Thread Siggi
. But after a new Python installation, this was lost, and I cannot find the instruction what to do. Please help! Thanks, siggi -- http://mail.python.org/mailman/listinfo/python-list

Re: Win GUI application: avoiding DOS console

2007-01-20 Thread Siggi
Thanks, but I don't mean that, I am looking for the method keeping *.py. Bruno Desthuilliers [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] Siggi a écrit : Hi all, how do I avoid the DOS console show-up when starting a WinXP GUI application with mouseclick

python and MOV or MPEG

2007-01-15 Thread siggi
Hi all, does Python support MPEG or MOV videoclips? I couldn't find anything about it online. Thank you, Siggi -- http://mail.python.org/mailman/listinfo/python-list

Re: pygame and python 2.5

2007-01-15 Thread siggi
Thanks, I'll try that! Siggi Laurent Pointal [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] siggi a écrit : Hi all, when I rtry to install pygame (pygame-1.7.1release.win32-py2.4.exe, the most ciurrent version I found) it requires Python 2.4! Will I really have

Problem with findinf wx modules solved

2007-01-15 Thread siggi
I included the ...\wxDemos path in PYTHONPATH. Everthing fine now! siggi [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] Tim Roberts wrote: when I do sys.path in IDLE (winXP), i get a horrendously long list of paths, paths I may have used during a lot of trials and errors. How

Re: python and MOV or MPEG

2007-01-15 Thread siggi
Diez B. Roggisch wrote: siggi wrote: Hi all, does Python support MPEG or MOV videoclips? I couldn't find anything about it online. Weak in googling today? Must have been a rough weekend. There are several options, including pymedia and pygame. Diez Thanks, Diez. I forgot to mention

Re: python and MOV or MPEG

2007-01-15 Thread siggi
Bjoern Schliessmann wrote: 1.3? I've found both for 2.4, and in one site's forum some guy offers windows binaries for 2.5. The links, please! Thank you, siggi Bjoern Schliessmann [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] siggi wrote: Thanks, Diez. I forgot

Re: how to clean sys.path

2007-01-13 Thread Siggi
-msw-ansi - it is the same problem! siggi [EMAIL PROTECTED] wrote: or in plain DOS: C:\Documents and Settings\User\My Documents\My Python files C:\Documents and Settings\User\My Documents\Python25\Lib\idlelib C:\Documents and Settings\User\My Documents\Python25\python25.zip C:\Documents

pygame and python 2.5

2007-01-12 Thread siggi
Hi all, when I rtry to install pygame (pygame-1.7.1release.win32-py2.4.exe, the most ciurrent version I found) it requires Python 2.4! Will I really have to uninstall my Python 2.5 and install the old Python 2.4 in order to use pygame? Thanks, Siggi -- http://mail.python.org/mailman

Re: how to clean sys.path

2007-01-11 Thread siggi
Python files\wxDemos'. And AnalogClock.py does work when residing in that directory. Can you help me again? Thanks, siggi P.S. On another PC where the python program is in c:\programs\python25\, same as above! -- http://mail.python.org/mailman/listinfo/python-list

Re: help: code formatter?

2007-01-09 Thread siggi
Chuck wrote: http://lacusveris.com/PythonTidy/PythonTidy.python Wow, what a giant of a program! Trying to find out how this works. Thank you, siggi Chuck Rhode [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] siggi wrote this on Mon, Jan 08, 2007 at 03:33:21PM +0100. My

Re: help: code formatter?

2007-01-09 Thread siggi
Thomas wrote: Tools\scripts\reindent.py in your Python distribution. Thank you Thomas! What a bucket full of toolsin \tools! I didn't know that. siggi Thomas Heller [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] siggi schrieb: Hi all, as a newbie I have problems

Re: code formatter?

2007-01-09 Thread siggi
tabnanny? not quite! Hendrik van Rooyen [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] siggi [EMAIL PROTECTED] wrote: Is there a simple code formatter that first removes all indentations and then refomats correctly? tabnanny ? - Hendrik -- http://mail.python.org

how to clean sys.path

2007-01-09 Thread siggi
or insert at the beginning of the list, I know not. Thanks, siggi -- http://mail.python.org/mailman/listinfo/python-list

Re: how to clean sys.path

2007-01-09 Thread siggi
Thank you Laszlo! Take care, siggi Laszlo Nagy [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] So far, I know only the command sys.path.append(r'c:etc...'), but how to delete or insert at the beginning of the list, I know not. You can delete a slice. For example

help: code formatter?

2007-01-08 Thread siggi
and then refomats correctly? Please help! Thank you, siggi -- http://mail.python.org/mailman/listinfo/python-list

Re: help: code formatter?

2007-01-08 Thread siggi
Bjoern wrote: Why don't you just write one? :) Very funny! Just learning Python :( Regards, siggi siggi wrote: as a newbie I have problems with formatting code of downloaded programs, because IDLE's reformatting capabilities are limited . Incorrect indentation, mixing of TAB

Python and SDK5.1 are just terrific!!!

2007-01-06 Thread Siggi
Thanks, Jussi, for your post, but I found that PythonWin's SDK5.0 option works well with MS SDk5.1. Just had an Email read for me using a small Python program: correct English, even the date such as 12/06/06 was correctly transformed into the names of the month and year. Python is great1 Siggi

where to find wx package

2007-01-05 Thread siggi
. Please switch to the wx package as soon as possible. However, after extensive searching on www.python.org and Googling the web, I do not find any package with wx as its only name. Where can I get the wx package (for win32 XP)? Thanks, Siggi -- http://mail.python.org/mailman/listinfo

Re: where to find wx package

2007-01-05 Thread siggi
Thanks Rob! siggi Rob Williscroft [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] siggi wrote in news:[EMAIL PROTECTED] in comp.lang.python: Hi all, a newbie question: I have a program gui03A.py using wxPython, importing it such: from wxPython.wx import * The program

Re: where to find wx package

2007-01-05 Thread siggi
Thanks to you, too, Robert! siggi Robert Kern [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] siggi wrote: Hi all, a newbie question: I have a program gui03A.py using wxPython, importing it such: from wxPython.wx import * The program works, but I get the warning message

where is Microsoft Speech Object Library 5.1 option in PythonWin 2.5?

2007-01-05 Thread siggi
-6583171B4530displaylang=en#QuickInfoContainer Will this PythonWin's Tools | COM MakePy Utility for 5.0 work with SDK 5.1? Or will PythonWin's Tools | COM MakePy Utility be updated to SDK 5.1, once I have SDK 5.1 installed? Thanks, Siggi -- http://mail.python.org/mailman/listinfo/python-list

Re: where is Microsoft Speech Object Library 5.1 option inPythonWin 2.5?

2007-01-05 Thread Siggi
Gabriel Genellina wrote: After you download and install version 5.1, it should appear on the list. It should, but it does not! Shutting down and starting the WinXP Home system anew did not help. The SDK 5.1 installation went smoothly, however. What can I do to find out what is wrong? siggi

pow() works but sqrt() not!?

2007-01-04 Thread siggi
(). Import math does not help. Will I have to define the sqrt() function first? If so, how? Please help! Thank you, Siggi -- http://mail.python.org/mailman/listinfo/python-list

Re: pow() works but sqrt() not!?

2007-01-04 Thread siggi
to be on the safe side! *** 2 *** if you want math functions to your current namespace use: from math import * What is a namespace and what is the difference between import math and from math import * ? Siggi tonisk [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] you forgot

Re: pow() works but sqrt() not!?

2007-01-04 Thread siggi
Thank you Tõnis, both for the link and your patient explanation :-) Siggi tonisk [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] if you want math functions to your current namespace use: from math import *What is a namespace and what is the difference between import math

Re: pow() works but sqrt() not!?

2007-01-04 Thread siggi
Thanks for the explanation. I am astonished what an interpreted language is able to do! Fredrik Lundh [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] siggi wrote: Nope, I did not! But I used sqrt(9), and not math.sqrt(9). The latter works excellent, thank you! From now

Re: pow() works but sqrt() not!?

2007-01-04 Thread siggi
Thanks for that, too! Would be interesting to learn how these different algorithms influence the precision of the result!? Boris Borcic [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] siggi wrote: Hi all, this is a newbie question on : Python 2.5 (r25:51908, Sep 19 2006