Thanks for the reply David, but I finally figured out the problem! Python wasn't uninstalling/installing properly so I had to uninstall, delete any sign of it from the registry, and then install again - and now it all works! BTW, I still don't see a listing for PYTHONPATH with the command you listed below... Is that something I should be worried about? I'm just glad the everything if finally working now ;-).
Thanks to everyone for your help!
-T
----Original Message Follows---- From: "david golightly" davigoli@gmail.com To: "Tina Shah" surreal8@hotmail.com Subject: Re: [PD] Re: py/pyext Date: Thu, 9 Mar 2006 14:26:48 -0800 MIME-Version: 1.0 Received: from xproxy.gmail.com ([66.249.82.207]) by bay0-mc1-f18.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 9 Mar 2006 14:26:49 -0800 Received: by xproxy.gmail.com with SMTP id s15so404067wxc for surreal8@hotmail.com; Thu, 09 Mar 2006 14:26:48 -0800 (PST) Received: by 10.70.66.6 with SMTP id o6mr2859798wxa; Thu, 09 Mar 2006 14:26:48 -0800 (PST) Received: by 10.70.97.12 with HTTP; Thu, 9 Mar 2006 14:26:48 -0800 (PST) X-Message-Info: JGTYoYF78jEHjJx36Oi8+Z3TmmkSEdPtfpLB7P/ybN8= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;
b=eFJtGcaV1lGoHU39huEtSGzYNsYjvOVj5Uy78jv7sp/IfG2Bbt3bFYR9NYA3PamwGIqgb32NlLKQhWIrp9tTh2QweX2vE7inHUpxwKZfqkuFfpMunKV4btCX7sVd1cCdmJaRlAYaQlFZ0CuOGd6HKjymfap147Qp5pSsFa2Lka0= References: 2ddccb0e74b765a931a12d78ee541c75@grrrr.org BAY102-F3613352C2EC36CA24D69F699EC0@phx.gbl Return-Path: davigoli@gmail.com X-OriginalArrivalTime: 09 Mar 2006 22:26:49.0549 (UTC) FILETIME=[8ED51FD0:01C643C8]
Hi Tina,
Usually an installation of Python will add its directory to the environment variable %PYTHONPATH%. Open a command window:
<WinKey>+R
cmd /k <enter>
set | find "PATH"
you should see a listing for PYTHONPATH there. Make sure this points to your actual installed location for Python (usually c:\python24). If not, try:
set pythonpath=%PYTHONPATH%;c:\actual_python_location\
Then reboot. Windows can't do anything without a reboot.
py.dll is the dll for the Thomas Grill's external and you need to have its full exact path specified in Pd's Path... options. It fails to load if it can't find Python24.dll, but pointing Pd directly to Python24 doesn't help...
Hope that helps you!
David
this lists your environment variables. Do you see a line On 3/9/06, Tina Shah surreal8@hotmail.com wrote:
Hi, Yea, I have Python installed correctly, I had started the tutorials and was running the interpreter... I added -verbose to the startup flags,
but
still got the same message: tried C:\Program Files\pd\bin\py.dll and failed tried C:\Program Files\pd\extra\py.dll and succeeded C:\Program Files\pd\extra\py.dll: couldn't load py: can't load library
all I have now to load is GEM and py. Should I be pointing to the python24.dll?
Tina
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Tina Shah a écrit :
Thanks for the reply David, but I finally figured out the problem!
Python wasn't uninstalling/installing properly so I had to uninstall, delete any sign of it from the registry, and then install again - and now it all works! BTW, I still don't see a listing for PYTHONPATH with the command you listed below... Is that something I should be worried about? I'm just glad the everything if finally working now ;-).Thanks to everyone for your help!
-T
hi Tina, you probably don't have to worry about this PYTHONPATH command. great that you finally managed to sort all this out. could you describe a little bit more how and why you got this pb of installation/uninstallation of Python?
best regards, vincent
I'm not completely sure, but I uninstalled a previous version of Python, and then installed the newer version, but the newer version wasn't installing all files in proper locations I think because the previous uninstall didn't uninstall correctly. So I uninstalled again, and then manually deleted any files that had to do with Python, and then installed again and everything worked fine...
-T
----Original Message Follows---- From: vincent rioux vincent.rioux@no-log.org To: Tina Shah surreal8@hotmail.com CC: davigoli@gmail.com, pd-list@iem.at Subject: Re: [PD] Re: py/pyext Date: Mon, 13 Mar 2006 07:55:46 +0100 MIME-Version: 1.0 Received: from smtp4-g19.free.fr ([212.27.42.30]) by bay0-mc6-f19.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 12 Mar 2006 22:55:46 -0800 Received: from [192.168.1.107] (tru75-6-82-240-34-161.fbx.proxad.net [82.240.34.161])by smtp4-g19.free.fr (Postfix) with ESMTP id 56E1954828;Mon, 13 Mar 2006 07:55:46 +0100 (CET) X-Message-Info: JGTYoYF78jEHjJx36Oi8+Z3TmmkSEdPtfpLB7P/ybN8= User-Agent: Thunderbird 1.5 (Macintosh/20051201) References: BAY102-F3139D53CD5AB82281C3D7C99E30@phx.gbl Return-Path: vincent.rioux@no-log.org X-OriginalArrivalTime: 13 Mar 2006 06:55:47.0333 (UTC) FILETIME=[28026B50:01C6466B]
Tina Shah a écrit :
Thanks for the reply David, but I finally figured out the problem! Python wasn't uninstalling/installing properly so I had to uninstall, delete any sign of it from the registry, and then install again - and now it all works! BTW, I still don't see a listing for PYTHONPATH with the command you listed below... Is that something I should be worried about? I'm just glad the everything if finally working now ;-).
Thanks to everyone for your help!
-T
hi Tina, you probably don't have to worry about this PYTHONPATH command. great that you finally managed to sort all this out. could you describe a little bit more how and why you got this pb of installation/uninstallation of Python?
best regards, vincent
btw, just wanted to also mention that python was working properly for me, like i said before i was doing tutorials, running the interpreter, etc., even though some of the files were installing in the wrong locations... wierd, but that's why i didn't think anything was wrong with my python installation...
----Original Message Follows---- From: vincent rioux vincent.rioux@no-log.org To: Tina Shah surreal8@hotmail.com CC: davigoli@gmail.com, pd-list@iem.at Subject: Re: [PD] Re: py/pyext Date: Mon, 13 Mar 2006 07:55:46 +0100 MIME-Version: 1.0 Received: from smtp4-g19.free.fr ([212.27.42.30]) by bay0-mc6-f19.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 12 Mar 2006 22:55:46 -0800 Received: from [192.168.1.107] (tru75-6-82-240-34-161.fbx.proxad.net [82.240.34.161])by smtp4-g19.free.fr (Postfix) with ESMTP id 56E1954828;Mon, 13 Mar 2006 07:55:46 +0100 (CET) X-Message-Info: JGTYoYF78jEHjJx36Oi8+Z3TmmkSEdPtfpLB7P/ybN8= User-Agent: Thunderbird 1.5 (Macintosh/20051201) References: BAY102-F3139D53CD5AB82281C3D7C99E30@phx.gbl Return-Path: vincent.rioux@no-log.org X-OriginalArrivalTime: 13 Mar 2006 06:55:47.0333 (UTC) FILETIME=[28026B50:01C6466B]
Tina Shah a écrit :
Thanks for the reply David, but I finally figured out the problem! Python wasn't uninstalling/installing properly so I had to uninstall, delete any sign of it from the registry, and then install again - and now it all works! BTW, I still don't see a listing for PYTHONPATH with the command you listed below... Is that something I should be worried about? I'm just glad the everything if finally working now ;-).
Thanks to everyone for your help!
-T
hi Tina, you probably don't have to worry about this PYTHONPATH command. great that you finally managed to sort all this out. could you describe a little bit more how and why you got this pb of installation/uninstallation of Python?
best regards, vincent