swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Python modules


From: Matthias Kramm
Subject: Re: [Swftools-common] Python modules
Date: Sat, 14 Feb 2009 18:19:56 +0100
User-agent: Mutt/1.5.6i

On Sat, Feb 14, 2009 at 11:53:24AM -0200, Jose de Paula Eufrasio Junior 
<address@hidden> wrote:
> Hmm. Something is wrong:
> 
> >>> import gfx
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> ImportError: No module named gfx

Try
    import sys
    sys.path += ["."]
    import gfx
.

Greetings

Matthias






reply via email to

[Prev in Thread] Current Thread [Next in Thread]