from Gui import * in python 3?

前端 未结 1 1714
走了就别回头了
走了就别回头了 2021-01-29 00:03

I\'m trying this:

import os, sys
from Gui import *
import Image as PIL
import ImageTk

class ImageBrowser(Gui):

    def __init__(self):
        Gui.__init__(sel         


        
相关标签:
1条回答
  • 2021-01-29 00:43

    If you are talking about the Gui module that comes with Swampy, then in order to use Gui with Python3, you'll need to install the Python3 version of Swampy.

    0 讨论(0)
提交回复
热议问题