[Python-bugs-list] [ python-Bugs-493826 ] Finder Tool Move not working on MOSX

noreply@sourceforge.net noreply@sourceforge.net
Sat, 15 Dec 2001 23:00:46 -0800


Bugs item #493826, was opened at 2001-12-15 23:00
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=493826&group_id=5470

Category: Macintosh
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Benjamin Schollnick (bscholln)
Assigned to: Jack Jansen (jackjansen)
Summary: Finder Tool Move not working on MOSX

Initial Comment:
Under Mac OS X v10.1.1, Mac Python does not seem to
handle a findertool move command.

old:  Macintosh HD:Desktop Folder:downloads:
new: Macintosh HD:Desktop Folder:downloads:Achikatactics
filename: ACHIKA_TACTICS_2_00.JPG
old + file: Macintosh HD:Desktop
Folder:downloads:ACHIKA_TACTICS_2_00.JPG
Traceback (most recent call last):
  File "OS v9.1:Desktop Folder:python
work:re-dup-file.py", line 104, in ?
  File "OS v9.1:Desktop Folder:python
work:re-dup-file.py", line 53, in move_file
  File "OS v9.1:Applications (Mac OS 9):Python
2.1.1:Mac:Lib:findertools.py", line 74, in move
  File "OS v9.1:Applications (Mac OS 9):Python
2.1.1:Mac:Lib:lib-scriptpackages:Finder:Standard_Suite.py",
line 293, in move
aetools.Error: (0, 'component result = no error', None)

The file *does* get moved, but the above trace is reported.

I'll append the actual code, once I boot back to OS 9.

The same code *DOES* work under OS 9... (So it is
restricted to Mac OS X 10.1.1).  

I do not *REMEMBER* seeing the problem in earlier
versions of Mac OS X, but that is suspect.  (I can't
say for certain that it doesn't appear).

    - Benjamin

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=493826&group_id=5470