Re: pygame and python 2.5: switch to linux?

2007-02-09 Thread Siggi
on my next PC, to be able to reap the full benefits of Python. Thanks, siggi -- http://mail.python.org/mailman/listinfo/python-list

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: > >

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

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 sim

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 Wi

Win GUI application: avoiding DOS console

2007-01-20 Thread Siggi
s "PY" and "PYW". 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: Code reformater?

2007-01-20 Thread Siggi
make it right? > > Thanks. Maybe my thread "help: 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.c

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 PROTE

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

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 horrend

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

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: how to clean sys.path

2007-01-13 Thread Siggi
Python25\Lib\site-packages\wx-2.8-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\

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
recent call last): File "C:\Documents and Settings\My Documents\My Python files\wxAnalogClock.py", line 14, in import wx ImportError: No module named wx. -- Very strange! Because all this wx stuff IS IN the directory 'C:\Documents and Settings\User\My Documents\My 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: 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 beginn

how to clean sys.path

2007-01-09 Thread siggi
..etc...'), but how to delete or insert at the beginning of the list, I know not. Thanks, siggi -- http://mail.python.org/mailman/listinfo/python-list

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 >>

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: >>

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, 20

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 . >>

help: code formatter?

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

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

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? si

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

2007-01-05 Thread siggi
EE-6583171B4530&displaylang=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.pytho

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: >> &qu

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

where to find wx package

2007-01-05 Thread siggi
ated or activly maintained. 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 --

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 q

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 la

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 &quo

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

2007-01-04 Thread siggi
hematical function, even for pow() etc. just 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 ">>>

pow() works but sqrt() not!?

2007-01-04 Thread siggi
27;sqrt' is not defined' Same for sin() and cos(). ">>> 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