Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion import new modules

Received: by 10.227.203.200 with SMTP id fj8mr1243978wbb.0.1323702347634;
        Mon, 12 Dec 2011 07:05:47 -0800 (PST)
X-BeenThere: tinypy@googlegroups.com
Received: by 10.180.97.232 with SMTP id ed8ls12420720wib.3.gmail; Mon, 12 Dec
 2011 07:05:46 -0800 (PST)
Received: by 10.216.138.41 with SMTP id z41mr32221wei.7.1323702346661;
        Mon, 12 Dec 2011 07:05:46 -0800 (PST)
Received: by 10.216.138.41 with SMTP id z41mr32220wei.7.1323702346647;
        Mon, 12 Dec 2011 07:05:46 -0800 (PST)
Return-Path: <cuddleg...@gmail.com>
Received: from mail-ww0-f43.google.com (mail-ww0-f43.google.com [74.125.82.43])
        by gmr-mx.google.com with ESMTPS id fj17si18776843wbb.1.2011.12.12.07.05.46
        (version=TLSv1/SSLv3 cipher=OTHER);
        Mon, 12 Dec 2011 07:05:46 -0800 (PST)
Received-SPF: pass (google.com: domain of cuddleg...@gmail.com designates 74.125.82.43 as permitted sender) client-ip=74.125.82.43;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of cuddleg...@gmail.com designates 74.125.82.43 as permitted sender) smtp.mail=cuddleg...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by wgbds11 with SMTP id ds11so21432646wgb.0
        for <tinypy@googlegroups.com>; Mon, 12 Dec 2011 07:05:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:from:date:message-id:subject:to
         :content-type;
        bh=VVBNEGUy1wKj/zyA5NCjqYlSYOPpoGwh2aPlx1hq/lM=;
        b=eZQw5HpCbeIyyA5U+72dOECalV5OihkhqHwdwrAO1qTN5JhtsB87SdcE60C4uUVhxZ
         rNMejDxbisRn3V9avRzN+xRM+catdGcr4Z1KM7ruLS9B6KuwBUyxxNWwvKnr747bGezn
         DTLNtyK3jy982pzoEOuoHC+an+DxK3Euygn6E=
Received: by 10.216.221.80 with SMTP id q58mr845708wep.11.1323702346508; Mon,
 12 Dec 2011 07:05:46 -0800 (PST)
MIME-Version: 1.0
Received: by 10.216.59.147 with HTTP; Mon, 12 Dec 2011 07:05:24 -0800 (PST)
In-Reply-To: <575794fd-a49d-4812-8752-9f90add2f723@n10g2000vbg.googlegroups.com>
References: <575794fd-a49d-4812-8752-9f90add2f723@n10g2000vbg.googlegroups.com>
From: Sofia Lemons <cuddleg...@gmail.com>
Date: Mon, 12 Dec 2011 10:05:24 -0500
Message-ID: <CAAoQ6rg8i8sWuF9isr+AxJLe99AJWqqpNbhfsfFtuo4+c2e...@mail.gmail.com>
Subject: Re: [tinypy] import new modules
To: tinypy@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1

For modules that exist (like the pygame port), you can import the same
as in Python. But, being tiny, the number of modules is relatively
small. You're free to write your own or put in requests for the set of
functionality you want, exactly.

Best wishes,
Sofia



On Mon, Dec 12, 2011 at 5:33 AM, John De <molla.er...@gmail.com> wrote:
> I am using tinypy and I want to import modules such as 'sys', 'os'...
> Am I able to do that?
> Does someone know how to import these modules into tinypy?
>
> --
> You received this message because you are subscribed to the Google Groups "tinypy" group.
> To post to this group, send email to tinypy@googlegroups.com.
> To unsubscribe from this group, send email to tinypy+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/tinypy?hl=en.
>