Hi Oeyvind, This is a shot in the dark, but do you have both python 2.4 and 2.5? I wonder if windows, if you type the wxController.py on the commandline, if it somehow has python 2.4 associated with .py files, even though 2.5 is the one that comes up first on the PATH. If you use the file explorer and navigate to wxController.py, then right click and see the "Opens With" area, hit the change button to see if multiple pythons appear there. If so, try the other one. Hope that helps! steven On 7/24/07, Oeyvind Brandtsegg wrote: > I installed the precompiled csound5.06 today, and got the warning > about the missing python25.dll. So I installed python2.5 (previously > at 2.4). > But now I get > > C:\Program Files\Csound\examples>wxController.py > Traceback (most recent call last): > File "C:\Program Files\Csound\examples\wxController.py", line 2, in ? > import csnd > ImportError: Module use of python25.dll conflicts with this version of Python. > > When trying to run the wxController example. > Is "import csnd" no longer the correct way of importing csound to python ? > > I do have python 2.5 correclty installed, confirmed by: > C:\Program Files\Csound\examples>python > Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit > (Intel)] on win32 > > Maybe there's something obvious that I have missed, > is there anything special I should do to use csound 5.06 with python ? > > Oeyvind > -- > Send bugs reports to this list. > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk >