[albatross-users] ModularSessionFileApp and windows

Andrew McNamara andrewm at object-craft.com.au
Thu Jun 6 16:06:27 EST 2002


>Has anyone used ModularSessionFileApp on a windows platform?
>I have had to do the following to make it work.
>
>in sessionfile.py
>add : import struct
>
>in albatross directory
>rename random.py to Random.py
>
>in albatross __init__.py
>
>change
>from random import * 
>to
>from Random import *

These two problems should be fixed in the next release, which should
occur before the end of the month.

If anyone else has anything that needs to be fixed, now is the time to
let us know.

-- 
Andrew McNamara, Senior Developer, Object Craft
http://www.object-craft.com.au/



More information about the Albatross-users mailing list