From: Kevin A. <al...@se...> - 2004-12-09 17:46:57
|
On Dec 8, 2004, at 6:13 AM, Jay Mutter wrote: > Good Morning; > > I am using OS X 10.3.6 with Pythoncard 0.8.1 and when I try to select > Run Options under the File menu nothing occurs. > Upon checking the console window I see the msg. > > IOError: [Errno 2] No such file or directory: > '/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site- > packages/PythonCard/tools/codeEditor/runOptionsDialog.rsrc.py' > > And upon checking i do not find this file. Thoughts, ideas, > suggestions or is this simply something that is not yet totally > implemented - although I "thought" that on checking this when first > getting pythoncard up and running that this did work. Could be just > my memory. > > Thanks > > Jay Mutter > > jm...@ua... > That is very odd. The runOptionsDialog.py file was in PythonCard/tools/codeEditor/modules and was moved to PythonCard/templates/dialogs so it could be shared. The associated resource file was also moved. The current import line is... from PythonCard.templates.dialogs import runOptionsDialog which is also used in the resourceEditor and tabcodeEditor. Do both of those programs exhibit the same problem? Does this problem only occur after editing or running a specific file? ka |