This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dsposx
Recipients
Date 2002-06-23.16:55:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=111050

Jack,

Great, thanks for looking at it again. I'm not sure why I
never got email with your follow up. I guess sourceforge
screwed up?

In processfile, I changed the way the resource file is
opened because I am running gensuitemodule under
Mach-oPython. I believe CurResFile wasn't working for me;
switching to macresource.need worked for me but there is one
problem: If you run gensuitemodule on one application, it's
resource file will be opened but never closed. If you then
attempt to run gensuitemodule on another application in the
same process, you will generate a suite module for the first
application (But everything will be named for the second
application!). If opening and closing the resource file is
the right thing to do and you can get those calls to work
under Mach-oPython, that would be preferrable.

getbaseclasses could be declared in aetools or on
aetools.TalkTo, whatever you think is appropriate.

Sorry I hadn't followed up earlier, I have been very busy
and only decided to check the status of the patch today on a
whim!

Oh, and I never found any information about the 'c@#^'
property, I just put in print statements in the right places
to observe what was going on, and deduced what it was.

Donovan
History
Date User Action Args
2007-08-23 15:12:01adminlinkissue538395 messages
2007-08-23 15:12:01admincreate