Jack Jansen
|
32d1a3b1c9
|
Fixed to work under MachoPython, doing the expected unpacking for applesingle files. The IDE still doesn't work, though, because it uses :-style pathnames.
|
2002-01-13 23:18:00 +00:00 |
Jack Jansen
|
b214c36d0a
|
We should look in the directory containing the module, not in the module itself, when we're looking for the resource file.
|
2001-08-30 21:19:42 +00:00 |
Jack Jansen
|
a5d7da528b
|
need() now returns the refno of the resource file opened, or None if the
specified resource was already available and no file was opened.
|
2001-08-27 21:37:45 +00:00 |
Jack Jansen
|
de3226f7f9
|
Module to help other modules locate their resources. It currently knows about
resources in applets and separate OS9 style resource files, but it will
eventually also be thought the hoops to jump through on OSX/MachO.
|
2001-08-27 21:21:07 +00:00 |