|
From: <ti...@ca...> - 2001-05-23 01:31:03
|
Can someone give me an idea of how to freeze modules, please? The jythonc docs are mum on this subject ;). I have a project that I'd like to distribute as a .jar file, and I cannot do 'import' commands when I bundle it up as a .jar, even if the .class files are present. Not sure what to do about it... ...but compilation doesn't work, because I don't follow the Java rules for class/file sequestering. TIA, --titus |