OESF Portables Forum

General Forums => General Discussion => Topic started by: bam on May 29, 2006, 02:20:56 am

Title: Python Cacko Oddities
Post by: bam on May 29, 2006, 02:20:56 am
ok, found that my python image was NOT mounted but python works none-the-less, does cacko have python installed already? there seems to be 30+mb of files in the directory(again without the image mounted) so what the hek is going on? Oh I tested the python enviro by running some simple lines of code.
Title: Python Cacko Oddities
Post by: nilch on May 31, 2006, 10:13:11 am
Maybe you have the python executable installed (in internal memory) which makes the python interactive shell work and basic python command will work.
But without the python image (are you talking about the Kopsis image ?), the rest of the python modules (the actual meat of python functionality) will not be working.

So when you do a import from a standard python module, that should fail.
Check if this is indeed the case ...

No, Cacko does not come with Python installed.