From: Howard H. <hr...@co...> - 2005-08-22 20:15:40
|
I get the following error message when I try to run PythonCard's CodeEditor. Python23.dll not found. Python23.dll is not installed in my Windows\system32 sub directory. Instead my installation uses the Python24.dll. Pertinent system information is: Windows XP, Python version 2.4.1, Python runs and reports it is version 2.4.1, Shortcut for CodeEdior is C:\Python24\Pythonw.exe C:\Python24\lib\site-packages\PythonCard\tools\codeEditor\codeEditor.py, and yes PythonCard is installed in a Python24 sub directory. According to the book "Beginning Python" page 606 PythonCard will work with version 2.4 of Python even though the source forge installation instructions are written for Python version 2.3. Hence I am mystified as to why I get his Pyhonn23.dll not found error message. Does anybody have any helpful hints? Thanks in advance for your help, Howard R. Hansen |
From: Alex T. <al...@tw...> - 2005-08-22 21:36:18
|
Howard Hansen wrote: > I get the following error message when I try to run PythonCard's > CodeEditor. Python23.dll not found. Python23.dll is not installed > > in my Windows\system32 sub directory. Instead my installation > > uses the Python24.dll. Pertinent system information is: Windows XP, > > Python version 2.4.1, Python runs and reports it is version 2.4.1, > > Shortcut for CodeEdior is C:\Python24\Pythonw.exe > C:\Python24\lib\site-packages\PythonCard\tools\codeEditor\codeEditor.py, > > and yes PythonCard is installed in a Python24 sub directory. > > According to the book "Beginning Python" page 606 PythonCard will work > with version 2.4 of Python even though the source forge installation > instructions are written for Python version 2.3. Hence I am mystified as > to why I get his Pyhonn23.dll not found error message. Does anybody > have any helpful hints? > > Thanks in advance for your help, Howard R. Hansen > > > Which versions of PythonCard and wxPython ? Do the wxPython Demos work (separate download for "Docs and Demos" ) ? I vaguely remember (but can't currently find) a message about needing PythonCard-0.8.1-FIXED.win32.exe (rather than simply PythonCard-0.8.1.win32.exe) - (I think that was) to run with Python 2.4 -- Alex Tweedly http://www.tweedly.net -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.13/78 - Release Date: 19/08/2005 |
From: Howard H. <hr...@co...> - 2005-08-24 03:19:47
|
> -----Original Message----- > From: pyt...@li... [mailto:pythoncard- use...@li...] On Behalf Of Alex Tweedly > Sent: Monday, August 22, 2005 4:36 PM > To: Howard Hansen > Cc: pyt...@li... > Subject: Re: [Pythoncard-users] Installing PythonCard and Python24 > Howard Hansen wrote: >> I get the following error message when I try to run PythonCard's >> CodeEditor. Python23.dll not found >Which versions of PythonCard and wxPython ? Thanks for the reply. Your hint fixed my problem. Because Source Forge's installation page for PythonCard only lists one version of wxpython I didn't know there was more than one version of wxpython. The version of wxpython listed on Source Forge's PythonCard installation page only works with Python version 2.3. Using your hint I searched Source Forge's Web Site and found a version of wxpython designed to work with Python version 2.4. Upgrading wxpython to wxPython2.6-win32-ansi-2.6.1.0-py24.exe enables PythonCard's CodeEditor to work with Python version 2.4. > Do the wxPython Demos work (separate download for "Docs and Demos" ) ? > I vaguely remember (but can't currently find) a message about needing > PythonCard-0.8.1-FIXED.win32.exe (rather than simply > PythonCard-0.8.1.win32.exe) - (I think that was) to run with Python 2.4 -- Alex Tweedly http://www.tweedly.net -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.13/78 - Release Date: 19/08/2005 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Pythoncard-users mailing list Pyt...@li... https://lists.sourceforge.net/lists/listinfo/pythoncard-users |