[Tutor] empty gfx module?

2014-06-22 Thread Lifeng Lin
Hi Everyone! I am recently trying to process a gfx file using python. gfx module does not come default, and with some struggle, i seem to have succeeded in installing the module. However, when I import it, no methods or attributes showed up. here are some codes: ### import gfx handle = gfx.o

Re: [Tutor] empty gfx module?

2014-06-22 Thread Steven D'Aprano
On Sun, Jun 22, 2014 at 12:18:11AM -0500, Lifeng Lin wrote: > Hi Everyone! > > I am recently trying to process a gfx file using python. > gfx module does not come default, and with some struggle, i seem to have > succeeded in installing the module. However, when I import it, no methods > or attrib

Re: [Tutor] empty gfx module?

2014-06-22 Thread Alan Gauld
On 22/06/14 06:18, Lifeng Lin wrote: Hi Everyone! I am recently trying to process a gfx file using python. gfx module does not come default, and with some struggle, i seem to have succeeded in installing the module. Steven has suggested one possible cause. However this list is for the Python l